A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
No title for weather module
-
Seemed to have lost the location name in the weather module. Any ideas? Was there before I tried moving some modules around but noticed it vanish then tried moving everything back but the name “Maitland” hasn’t returned.
-
@Latch there is a config option
appendLocationNameToHeader: true,
i would add, outside the config:{} section
header:"",
as the location is appended to the header (don’t know what happens if there isn’t one)
-
@sdetweil
Perfect! Thank you very much.