Read the statement by Michael Teeuw here.
Location display of weather module is incorrect
-
I am using the weather module with openweatherMap and lat long of my location (Ft Worth, TX). However the display on the magic mirror says “America/Chicago”. How do I change it to Ft Worth?
I have not seen anything in the documentation that will help.
Additional info:
I use an API key and weatherEndpoint “/onecall”
I tried using Location and locationID but later saw in the documentation that using lat long causes the module to ignore those entries.I confess I am new using MagicMirror software.
Thanks for any help.
-
@EngrAg81 yes, now you set
appendLocationNameToHeader: false
and set your own header: (after the position:line)
-
Thanks! It worked great.
-
@EngrAg81 always look at the pinned topics in the troubleshooting section, as i post topics that most users
might experience as each release rolls in -