e6on
(e6on)
1
I know how to change temperature unit, but how do I change rain and wind units?
weather:
widget_type: weather
units: “°C”
1 Like
Hi,
the units are fixed strings, inside the weather HTML:
you can change this for yourself.
./lib/python3.5/site-packages/appdaemon/widgets/baseweather/baseweather.html
I am not into forking so this would be another way to fix.
aimc
(Andrew Cockburn)
3
The weather widget is overdue an overhaul - hopefully after I get done with the 3.,0 beta.
5 Likes