Does “substitudeModules” work in server only mode? “displayOnlyOnRain” works just fine but when the rain map pops up it appears under the module it’s supposed to hide.
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
O
Posts
-
RE: MMM-RAIN-MAP (new: version 2.x)
-
RE: Default Modules
A little improvement on compliments: a day of the week category.
const day = moment().format("dddd"); ... if (day in this.config.compliments) { compliments.push.apply(compliments, this.config.compliments[day]) }
allows entries like:
"Monday" : [ "Looks like somebody has a case of the Mondays" ], "Tuesday" : [ "Take out the trash." ]
Sorry, I didn’t see a better place to drop this