Simple analogue watch with coloured sectors and hour hint for Pebble Time. (Colour, Analogue, Configurable). Now with optional vibrations & weather.
Inspired by Chromatick.
- Hour shown to easily tell time.
- White: PM,
- Black: AM.
- Day of week & date (DDMM) in 2 rows.
- Middle spoke indicator for bluetooth connectivity & battery level.
- bluetooth indicated by colour of centre:
- White: connected,
- Pink: disconnected.
- battery level:
- Red: charging
- Black: draining.
- spoke rim thickness of 1 to 5 for 5 battery levels of <20% to 100%.
- Random image popup at least once every hour.
- Optional weather info using Yahoo Weather data: weather condition and temperature.
- Location (using GPS or predefined location), update interval and temperature units are configurable.
- Yahoo has 49 different weather conditions. These are listed in this page. Several similar ones with differing adjectives like- isolated, scattered.
- Isolated is ~10-20% coverage (area affected), and depicted by weather icon in the far distance (so it's partly cropped/clipped).
- Scattered is ~30-50% coverage, and depicted by weather icon in middle distance (less cropping than for isolated).
Optional vibrations for: * Bluetooth connection lost: fading vibe. * Hourly chirp. Default: Off, 10am to 8pm.
Watch face: AM, bluetooth connected, battery not charging
Watch face: AM, bluetooth disconnected, battery charging
Watch face: PM, bluetooth connected, battery low & not charging
- v1.5
- Add optional weather: condition icon & temperature.
- 49 icons for Yahoo Weather conditions. Extended many of them from Timely watchface icons' style.
- Add optional weather: condition icon & temperature.
- v1.4
- Added optional vibes for:
- Bluetooth connection lost: fading vibe.
- Hourly chirp. Default: Off, 10am to 8pm.
- Added optional vibes for:
- v1.3
- Hour is outlined so that it will be easier to see at all times.
- Random (once every hour, and upon startup) surprise image popup for fun.
- Changed to Pink Bluetooth indicator for disconnection.
- v1.2
- Colour scheme changes.
- Removed pairs of simliar colours.
- Date is now always drawn in contrasting colour from background.
- Colour scheme changes.
- v1.1
- Initial release.
- Weather:
- Move update code out of app message handler, so that handler will be free to handle next incoming message soon. (Currently, delaying JS weather update by 1 sec to avoid ERROR 64-APP_MSG_BUSY.)
- Add black set of weather icons for light background?
- In case of no internet access, use cached weather data: partially done. Need to save location and add timeout handlers to various methods.
Thanks to sample weather codes & icons from tallerthenyou's Simple Weather watchface and alexsum's Timely watchface .