https://github.com/antirez/iqmeteo
Meteo widget for the Garmin Vivoactive HR powered by Yahoo Weather API
https://github.com/antirez/iqmeteo
Last synced: 3 months ago
JSON representation
Meteo widget for the Garmin Vivoactive HR powered by Yahoo Weather API
- Host: GitHub
- URL: https://github.com/antirez/iqmeteo
- Owner: antirez
- License: gpl-3.0
- Created: 2017-03-26T14:45:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-14T20:07:28.000Z (about 8 years ago)
- Last Synced: 2024-10-14T19:17:04.575Z (7 months ago)
- Language: Shell
- Size: 87.9 KB
- Stars: 20
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-garmin - iqmeteo
- awesome-garmin - iqmeteo - Meteo widget for the Garmin Vivoactive HR powered by Yahoo Weather API (2017-04-14) (Widgets / Older resources)
README
IQ Meteo for vivoactive HR
===The default weather application of the Garmin vivoactive HR reports very
inaccurate current conditions and forecasts here in Italy, at least in
the city I live.This widget uses Yahoo Weather in order to replace the default weather
widget with one capable of reporting accurate informations.Main features of this widget:
* Uses the GPS to get the user position, in order to fetch Yahoo weather information for the exact location.
* Caching of the GPS position. It is only re-fetched if the user long presses the vivoactive HR right button.
* Programmatically generated icons: fast and small.
* Auto switch of temperature unit based on device configuration.
* Single view current condition and forecasts.
* Easy with CPU and battery. It caches the latest condition in order to just render it immediately, while performign the new query. Does not query again if less than 30 seconds elapsed since the latest query.Currently no other Garmin watches are supported, just the vivosmart HR.
The code is released under the GPL v3 license.