[Feature] Add weather to main screen #129
Replies: 4 comments
-
There's a couple of things that would need to be considered with this. I assume the API would sit in config/env as would the location but seeing as Kiosk supports multiple clients should/could those override any of those settings? |
Beta Was this translation helpful? Give feedback.
-
You probably can specify multiple locations in the config and pass a variable in the URL for which location to use. Just spitballin here. |
Beta Was this translation helpful? Give feedback.
-
Spitballing is completely welcome and encouraged! That could work like so maybe? weather:
- name: london
api: ""
lat: ""
long: ""
- name: new_york
api: ""
etc ... |
Beta Was this translation helpful? Give feedback.
-
Implemented in v0.12.0 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have searched the existing feature requests to make sure this is not a duplicate request.
The feature
I would be interested in adding weather to the main screen similar to what Google Hub has. OpenWeatherMap is a great tool that I have seen in the past implemented into projects like Magic Mirror.
Beta Was this translation helpful? Give feedback.
All reactions