You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.
Currently weather is fetched in app.js at launch. This works fine, unless the user is hiding the weather. In this case the weather is still fetched and just hidden on the watch. Instead, the watch should wait for a Ready event and then call update_weather.
The text was updated successfully, but these errors were encountered:
Currently weather is fetched in
app.js
at launch. This works fine, unless the user is hiding the weather. In this case the weather is still fetched and just hidden on the watch. Instead, the watch should wait for aReady
event and then callupdate_weather
.The text was updated successfully, but these errors were encountered: