A multifunctional Pebble watchface.
- Time, date, day of week
- Weather (Open-Meteo)
- Text description
- Weather icons (day/night)
- Temperature (°F/°C)
- Steps
- Heart rate
- Battery level
- Percentage
- Icon
- Bluetooth status (connected/disconnected)
- Vibrate on Bluetooth disconnect
- Vibrate on the hour
- Secondary time
- Sunrise/sunset
- Displays the upcoming sunrise/sunset times. For example, if the current time is a few minutes past sunset, then the sunset time displayed will be for the following day.
- Moon phase
- Configurable colors
- Temperature unit
- Fahrenheit (°F)
- Celsius (°C)
- Date format
- Date separator
- Vibrate on connect/disconnect
- Vibrate on the hour
- Weather update interval (minutes)
- Show steps (requires health)
- Show heart rate (supported watches only)
- Secondary time
- UTC offset (minutes)
- 24h clock
- Colors
- Text color
- Secondary text color
- Background color
- Secondary background color
- Pebble Time 2
- Pebble 2 Duo
- Update the "version" in
package.json - Commit and tag the new version. Only update the major/minor versions. Seems
like Pebble does not support patch versions.
- e.g.
git commit -m "v1.2.0" && git tag v1.2.0
- e.g.
pebble clean && ./build-release.sh- Draft a new release and upload
./build/last_time.pbwvia web UI












































