A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-MarineWeather Header
-
The header that says “Current Marine Weather” does not show up on anything unless I go into npm start dev and change the undefined module header to “Current Marine Weather.” It shows up in dev mode but once I run it normally it no longer shows. What should I do?
-
@adavidsohn96 edit the module def in config.js add the header info
module:"....." header:"whatever u want to display", config:{ . . }