6TransSee Transit Time
Real-time transit arrival predictions for more than 200 transit agencies across Canada, US and around the world. See www.transsee.ca for the complete list. Currently requires TransSee Premium which costs from CAN$2 for one week to CAN$40 for one year. You must enter your Tidbyt/TronByt Premium Id from your premium email in the settings to activate it. Launching the app will show the stops within 500m. Select a stop for predictions for the next three vehicles. TransSee generates a prediction range based on past travel time for most agencies. Press down to see different branches and alert messages. From the TransSee website settings you can check off “Show link to ‘Send to Watch’”, then you can select a stop from the website and it will appear first on the stop list on your watch no matter how far away it is. Based on Toronto Transit Time by Chester.
4Confuzzled 2026 Schedule
Unofficial Pebble app for the Confuzzled 2026 schedule Shows currently happening events with locations Pin events to your timeline that you don't want to miss Should work offline so spotty Hilton Wi-Fi won't break the app
4Stocky
Stocky — track your investment portfolios right from your wrist. Built for the Pebble Time and its compact display: the same app laid out across more, simpler screens, so every number stays clear and easy to read on the smaller screen. On a Pebble Time 2? Look for "Stocky HD" instead — reworked for the larger, higher-resolution display, with bigger numbers and more information on every screen. Features: • Multiple portfolios and watchlists • Today's and all-time profit/loss, per stock and per portfolio • Multi-currency summaries • Price alerts you can set right from the watch • Historical price chart and news • Daily briefing Set up your holdings from the phone settings page. Powered by Yahoo Finance.
10PHM D2
Project Hail Mary Rocky Watch Face
2PoiBoi
A radar-like poi explorer. Point your hand at interesting things around you and PoiBoi will home in on the corresponding POI from OpenStreetMaps.
1Metro VietNam
Track Hanoi & Ho Chi Minh City metro from your wrist. Pick your trip A → B, watch the next train count down, get a buzz before it arrives.
5AFL Live Scores
Simple Pebble App to display current Australian Football League scores on your Pebble Watch. Games in Progress or all Current Round Games can be selected via Settings or by long pressing the watch middle Button. Configurable Auto-Refresh time in App Settings. Single Press Middle Button - Refresh scores. Long Press Middle Button - Toggle display of current, or all round games. Credit and Thanks to https://api.squiggle.com.au/ for providing the API data.
17PebbleBus
Inspired by the great PebbleRail, PebbleBus is an equivalent app for UK and Ireland buses: - Find nearby stops - Check a list of services from a stop, including expected and actual (live) arrival times - Check stops along the route for a given service to see when you should arrive at your destination - Save your favourite stops so you can check times for them even when you're not nearby (long press a stop to add/remove it as a favourite) Data provided by the excellent bustimes.org, thank you!
2Pest Stop
Your wrist-sized companion for the Budapest Transit system Data source: BKK Zrt., CC BY 4.0 The full license text is available here: https://creativecommons.org/licenses/by/4.0/deed.en
5Virta
Energy prices for nordic and baltic countries
11Train 2 Time
Inspired by "TrainTime" by otoone_dev: https://apps.rebble.io/en_US/application/5904a0c90dfc329df8000706 I created this app to improve its usability for my own needs. It is a simple app that counts down the minutes until your train departs. Timetable data is fetched from user-created Markdown (.md) or Text (.txt) files hosted online (intended for use with GitHub Gist "Raw" URLs). Sample data is also available on GitHub. Note: Since this was designed for the Japanese railway system, some behaviors may differ from your local transit rules. Controls: - [UP / DOWN]: Change train - [SELECT]: Change station - [LONG SELECT]: Switch URL Features: - Fetches timetable data only at app launch. - Customizable limits for the number of trains and the time range to fetch (within stable memory limits). - Stores up to 5 timetable URLs. - Supports 3 schedule types per station: Weekdays, Sundays/Holidays, and Saturdays. - Fallback logic: Sunday/Holiday and Saturday schedules can be omitted; the app will default to the Weekday schedule. - Uses a 24-hour format from 04:00 to 27:59 (considering 4:00 AM as the start of the day). - Supports "\n" in the remarks section for up to 2 lines of text (approx. 9 full-width characters per line). - Optimized for approximately 5-10 stations. - For color-enabled Pebbles: Background color for the current time and highlight color for post-departure count-ups can be customized. - Text and background colors for train types are now customizable on Pebble Time 2 and later (Defaults: Text #000000, BG #FFFFFF). - Japan-specific: Can automatically fetch Japanese public holidays via: https://holidays-jp.github.io/api/v1/date.json (Disabled by default). Special thanks to Hiroshi Matsuo. otoone_dev氏作の「TrainTime」を愛用していたのですが、自分なりに使い勝手を良くしようと思い立ちこのアプリを作りました。 列車の発車時刻まであと何分?をカウントダウンするアプリです。 時刻表データはユーザー自身がweb上にmarkdown(.md)またはtext(.txt)ファイルを作成し、それを参照する方法をとっています (Github Gistの非公開URL、Rawを想定しています)。 GitHubにサンプルデータを用意しました。 特徴: - アプリ起動時のみ時刻表データを参照します - 参照する列車の本数や、向こう何時間まで参照するかは設定で変更できます(クラッシュしない程度の制限をかけています) - 時刻表データのURLは5つまで記憶できます - 駅ごとに時刻表は平日、日曜祝日、土曜の3種類 - 時刻表は[平日>日曜祝日>土曜]の順に参照するため、日曜祝日と土曜は省略可 - 時刻表は午前4時を一日の基準とした04:00から27:59の24時間を使います - 備考部分は改行「\n」が使えるので2行までなら表示できます(全角9文字x2行を想定) - 5-10駅くらいのデータを想定して作っています - カラー対応端末は現在時刻の背景色と列車出発後カウントアップのハイライト色を変更できます - Pebble Time 2以降では列車種別の文字色と背景色を指定できるようになりました(デフォルトで文字色000000、背景色FFFFFF)。 - 日本向けの設定として、自動で日本の祝日を参照できます(デフォルトではdisable)。Hiroshi Matsuo様ありがとうございます。 Data Example: // Force specific dates as Holidays or Saturdays (Optional) // 特定の日付を強制的に祝日や土曜として扱えます(省略可) @HOLIDAYDAY:2026-12-31 @SATURDAY:2027-01-01 // Station Name // 駅名 # Tokyo // Icon to the left of the station name (Optional) // 1:Shinkansen 2:Retro Train 3:Modern Train 4:Bus 5:Clock 6:Monorail 7:Cable car // 駅名の左隣に表示するアイコン(省略可) // 1:新幹線 2:国鉄風電車 3:現代風電車 4:バス 5:時計 6:モノレール 7:ロープウェイ ## 1 // Schedule Type: weekday, holiday, or saturday ### weekday // Format: Departure Time, Destination, Type (Optional), Remarks Line 1 \n Line 2(Optional) \n Remarks Line 3 (PT2 or later), Text Color (PT2 or later, Optional), Background Color (PT2 or later, Optional) // 発車時刻,行先,列車種別(省略可),備考1行目\n備考2行目(省略可),種別文字色(PT2以降のみ),種別背景色(PT2以降のみ) - 04:00,Kyoto,exp,Dir.\nFirst,000000,FFFFFF - 27:59,Osaka
16Israel Bus
Showing incoming buses to your nearby station (using Israeli API) This app comes from my long time need to keep my phone in my pocket while I wait for the bus. * Now requires APK service to run in the background for captcha refresh, please download and install from here: https://gofile.io/d/19KAlq CONTROLS: UP: previous nearby stop DOWN: next nearby stop MIDDLE (short press): refresh arrivals for current stop MIDDLE (short hold): force GPS re-locate
61XKCD Reader
XKCD Reader — the entire archive on your wrist. Over 3,000 XKCDs, pulled on demand. The app streams today's comic when you launch it. Press SELECT to roll a random strip from the full archive. UP / DOWN scroll the comic panel-by-panel — hold either button for smooth scrolling through tall strips (Climate Timeline, Timeghost…) or wide multi-panel ones (Regex Golf, Life Goals). Long-press SELECT or shake your wrist to reveal the alt-text — the hover-text joke Randall hides behind every comic. BACK exits. Your phone handles the heavy lifting: it fetches the XKCD JSON metadata and PNG, bilinear-resizes to match your Pebble's resolution, Floyd-Steinberg dithers into crisp monochrome line art, then streams the bitmap over AppMessage. Wide comics auto-scroll horizontally, tall ones vertically, so text stays legible instead of getting squished into 200 pixels.
1Abfahrzeiten Linz
Echtzeit-Abfahrten für die nächste Haltestelle in Linz – automatisch per GPS.
13Steep Me
This app allows you to quickly find the temp of common tea types and set a steep timer for each type of tea, with customization allowed on your phone.