🌸Spring 2026 Pebble App Contest — Build something cool and win a new Pebble watch!
Learn more|Leaderboard

Changelog

Version 1.22026-02-25T15:29:14

UI:
1. Change font of date layer from LECO_20_BOLD_NUMBERS to ROBOTO_CONDENSED_21. Due to 5 and 6 is too similar in LECO_20_BOLD_NUMBERS.
2. Change the color of battery ring when charging from GColorJaegerGreen to GColorBrightGreen. Due to the original color is too similar the the color of step ring.

Development:
1. When macro DEBUG_LAYOUT is enabled the date change to show digits 0-9 for testing.

Version 1.12026-02-22T16:57:47

UI:
1. Increase the battery ring size from 1px to 2px. For better visibility.
2. Change the date font from GOTHIC_24_BOLD to LECO_20_BOLD_NUMBERS and adjust the text position.
    The number 6 and 8 is too similar in GOTHIC_24_BOLD.

Development:
1. Add macro DEBUG_LAYOUT to show dummy data for step and weather. De-comment the define to enable. 

Version 1.02026-02-21T13:06:43

A simpe watch face modified from the default Kickstart watchface came with pebble time. The added inforinformation are:

    ISO datetime.
    Weekday
    Step
    Current weather data from OpenWeatherMap. Get free API key from link and input it into Config page. When no key is configured, the weather function would be disabled.
    Outermost ring for battery percentage. Yellow when not charging; green when charging.
    Inner ring for step percentage compared with daily average for each hour. (Original Kickstart watchface function)
    Hourly vibration. A double pulse for each hour. Quiet time can be set from the Config page. The default is 22 to 8 o`clock. The quiet time include the start and exclude the end. To disable quiet time set the start and end time to the same.