8WindSock
WindSock is a basic location based wind Forecast app that I made mainly for my drone flying. But I'd imagine it being useful for many outdoor activities 🚁⛵😎 Watch: 🔶 Main screen shows current wind speeds at your current location (shown on top) at 10m , gusts and at 100/120m, and a small arrow for bearing 🔶 Forecast screen (down button) gives you a (touch-)scrollable 24hr hourly forecast of all these values (also bearing!). Where a line turns red when Gust values exceed 45km/h (or its mph or m/s equivalents) 🔶 6hr forecast Graph screen (up button) for all three values (Gusts in red in colour screens). Adapts to km/h, mph or m/s choice. Phone side settings: 🔷 Choose wind speed unit between kilometers per hour (the default), miles per hour or meters per second. 🔷 Choose between wind models 'Global' (the default) and 'Benelux'. The Benelux KNMI model is slightly more accurate for NL, BE and LX (the model I used as main up to v1.2) but reports the high winds at 100m instead of 120m. The 100m/120m label on main will switch accordingly with your model choice. 👉 Just select Refresh on the watch main screen to apply any changes (or just refetch the data). ☑️ Chosen wind model or wind speed unit are persistent over launches. Data comes from Open-Meteo so should give you a worldwide coverage. Resolving phone's location into location-name done by a call to BigDataCloud. App uses phone location and loads all data fresh every time you start the app. Fully coded with Claude and CloudPebble.
13Train 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 8:JR Central Shinkansen 9:JR East Shinkansen... // 駅名の左隣に表示するアイコン(省略可) // 1:新幹線 2:国鉄風電車 3:現代風電車 4:バス 5:時計 6:モノレール 7:ロープウェイ 8:東海道新幹線 9:東北新幹線 10:国鉄風特急 11:京急風電車 12:L特急 13:寝台特急 14:SL 15:アプリアイコン ## 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
17Israel 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 app that refresh the token and able to change the location of the selected station using a map https://gofile.io/d/4SWxwU CONTROLS: UP: previous nearby stop DOWN: next nearby stop MIDDLE (short press): refresh arrivals for current stop MIDDLE (short hold): force GPS re-locate
0MHD HK
Odjezdy hradecké MHD (DPMHK) přímo na hodinkách. Zvednete ruku, vidíte, za kolik minut vám to jede. CO UMÍ Odjezdy — nejbližší spoje ze zastávky: linka, směr a čas odjezdu. Odpočet do odjezdu se přepočítává průběžně. Oblíbené — až šest zastávek, které používáte denně. Nastavíte je v telefonu (našeptávač všech hradeckých zastávek) nebo přímo na hodinkách: dlouhým stiskem přidáte zastávku z okolí, dalším ji zase odeberete. Nejbližší — zastávky kolem vás podle GPS v telefonu, seřazené podle vzdálenosti. Trasa spoje — u vybraného odjezdu si zobrazíte zastávky, kterými pojede dál. Offline — poslední zobrazený odjezdový panel zůstává v hodinkách. Když je telefon mimo dosah nebo server neodpovídá, appka ukáže uložená data s poznámkou, kdy byla stažena, místo prázdné chybové hlášky. Celé rozhraní je česky, včetně diakritiky. Funguje na všech modelech Pebble včetně kulatých displejů. DATA Data pocházejí z api.dpmhk.cz, tedy ze stejného zdroje, který pohání vyhledávání spojení na dpmhk.cz. Aplikace není oficiálním produktem DPMHK a není s dopravcem nijak spojena. Otevřený zdrojový kód (MIT): https://github.com/ArzykDev/pebble-dpmhk --- Departures for Hradec Králové public transport, Czechia (DPMHK). Favourite stops, nearest stops by GPS, downstream route preview, and an offline fallback board. Czech UI.
70XKCD 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.
20Steep 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.
0Basketball Clock
Display the time using your favorite basketball players' jerseys.
12Blue Card Jokes
This is a collection of the blue card jokes from Norm Macdonald Live and Norm Has A Show.
42Anki-pebble
Run your AnkiDroid review sessions straight from your Pebble. Pick a deck, read the question, reveal the answer, and grade it, eyes up, phone in your pocket. ⚠️ REQUIRES A FREE COMPANION APP This watchapp reads your collection through a small open-source Android companion you install separately: → https://github.com/Wyoc/anki-pebble-companion/releases Install the APK, open it once, and grant the AnkiDroid database permission. You also need AnkiDroid installed with your collection. FEATURES • Hierarchical deck menu with due counts (folders and sub-decks) • Scrollable question and answer screens for long cards • Grade with the buttons: hold Up / Select / Down for Easy / OK / Hard, Back for Again • Uses AnkiDroid's modern v3 scheduler (grades sync back to your collection) • On-watch font size (Small / Medium / Large) • Latin and Cyrillic text support CONTROLS Question: Up/Down scroll · Select reveal · Back exit Answer: Up/Down scroll · hold Up/Select/Down = Easy/OK/Hard · Back = Again · hold Back = abandon Deck menu: Select open · Back up a level · hold Select = font settings For any issue or request, please open en issue: https://github.com/Wyoc/anki-pebble-watch/issues Free and open source (GPL-3.0) Not affiliated with Anki or AnkiDroid. Requires AnkiDroid + the Anki-Pebble companion app.
20YarraTrak
Real-time Melbourne public transport departures on your Pebble smartwatch. YarraTrak shows live train, tram, and V/Line departure times directly on your wrist. Configure your favourite stations and get instant, glanceable info, with vibration patterns that encode the wait time, so you know when to leave without looking at the screen. It also keeps you aware of upcoming and current disruptions to services on your favourite lines. It also includes an AI assistant where you can natural language questions ("next train from Richmond to the city"), to obtain information of services that are outside of your favourites list, via the dictation feature. The app comes pre-loaded with 4 demo entries. Open it and you'll see live departures immediately Open Settings on your phone to customise your favourite stations. The server collects anonymous metrics about query and request volumes so performance and scalability can be monitored over time. (I don't want to flood PTV's API too much). The endpoint server uses Department of Transport and Planning (DTP) data but is not affiliated with DTP or PTV / Transport Victoria.
0Activity Tracker Pro
test
68Small Places
Small Places Discover the independent businesses and hidden gems around you — no chains, no noise. Small Places uses OpenStreetMap to surface nearby cafes, bookstores, vintage shops, bakeries, parks, and more, filtered by walking distance and updated as you move. Built to help you slow down and appreciate the small things in life. ! Developer Notice (June 22nd 2026) - This app is currently powered by the free Overpass API. Overpass has been experiencing increased traffic as of late and is working on developing strategies to best manage the quantity of requests they receive. While this app does everything it can to be a good user of the Overpass API and minimize requests, the landscape for interacting with the Overpass API is currently very volatile. For the Small Places app, this means sometimes requests may sometimes be dropped and businesses will fail to populate. As the situation develops, alternative solutions to provide you information about local small businesses are being considered ! Features: - Live nearby list with walk-time estimates and closing-soon warnings - Compass radar view showing places by direction and distance - Smart time-of-day priority sorting (coffee shops in the morning, bars in the evening) - Mood presets to instantly switch your search focus — Morning Fuel, Lunch Break, Evening Out, Weekend Wander - Save spots you want to visit later to "My Places" for quick reference - Chain filtering keeps results locally-owned and independent - Background wake-ups so results are ready when you raise your wrist - Configurable radius, poll interval, hours filter, and measurement units - Manual latitude/longitude input mode lets you explore local businesses anywhere in the world from the comfort of your current location (or simply get a better idea of the app's abilities without downloading to a physical watch) Supported Business Categories: Art & craft, bakeries, bars & pubs, bike shops, bookstores, cafes, clothing, florists, game stores, gift shops, grocery, hardware, libraries, music stores, parks, pet stores, restaurants, specialty food, toy stores, vintage & second-hand shops. Platform notes: - Full experience (color, radar view) on Pebble Time 2, and Pebble Time Round 2 - Pebble 2 Duo: all features supported, radar view not available to save you some space for a more lightweight small places experience - Original Pebble: supported with a reduced nearby list (5 places) and bookmark limit (10); radar view not available. Just the core functionality without modern space expectations weighing you down. Powered by OpenStreetMap contributors — this app wouldn't exist without their effort. --- If you would like to give back and make sure your favorite local businesses in the area are on the map and well documented for everyone to enjoy, please check out OpenStreetMap: https://www.openstreetmap.org. This app is not directly affiliated with OpenStreetMap but does draw its data from there. The OpenStreetMap editor interface is fairly easy to use for making quick updates in your local community. Please ensure proper contributor standards are maintained and contribute responsibly!
66Transit, that's it
This it Transit, that's it. It's a simple app for navigating public transit across the globe. with it you can quickly: - find the nearest train, light rail, subway, or bus stations - view an up-to-date departure schedule for those stations - schedule a trip and pin your departure and arrival to your timeline (simple reminders on pebble classic) And thanks to the folks @ Core Devices, it's completely free to use, no API key required.
12MLB Scores
MLB Gameday on your wrist. See all games, their current inning, and their scores. Drill into any game to see the pitcher, active hitter, and their count down to the current balls and strikes. See all scoring plays so you can keep track of the game at a glance. Set a favorite team so they are always top of mind. Uses the latest MLB API in 2026 so you can always feel the rush of "In play, run(s)!".