Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhawthorn/futurasky
:watch: A pebble watchface based on futuraweather powered by forecast.io
https://github.com/jhawthorn/futurasky
forecast pebble-watchface
Last synced: about 1 month ago
JSON representation
:watch: A pebble watchface based on futuraweather powered by forecast.io
- Host: GitHub
- URL: https://github.com/jhawthorn/futurasky
- Owner: jhawthorn
- Created: 2015-05-26T04:27:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-25T01:14:02.000Z (over 8 years ago)
- Last Synced: 2024-12-24T00:52:38.243Z (about 1 month ago)
- Topics: forecast, pebble-watchface
- Language: C
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FuturaSky
A watchface for pebble with forecast.io driven weather
![](http://i.hawth.ca/u/pebble-screenshot_2015-05-25_23-35-35.png)
* Weather is fetched from forecast.io every 10 minutes
* Weather is cached on the watch, so it is available immediately when launched.
No unnecessary refreshes when navigating menus or switching faces.
* Vibrate when bluetooth disconnected
* Icon shows bluetooth disconnected
* Battery status displayed when charging## Acknowledgements
* Entire look and a lot of copy pasta from [Futura Weather 2](https://github.com/Niknam/futura-weather) by Niknam
* Weather icons are [Climacons](http://adamwhitcroft.com/climacons/) by Adam Whitcroft
* Powered by [forecast.io](http://forecast.io/) (api key required)## Limitations
* Celsius only
* Bluetooth vibration can't be disabled
* No seconds display
* No low battery display
* Displaying 3-digit temperatures is probably broken