A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Default Modules
-
who knows what the module ; Hello World does
is this a voice command or news
i want to know what is the function of ; Hello World
how i can activate it
-
@bjjsoul it does nothing but display the text “hello world”. It’s a super basic template for buildinh your own module.
-
@KirAsh4 looks like latest calendar build has an issue with “broadcastPastEvents”
If I set it to true, it will not display any events. Calendar only works if set to false.
-
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
-
@Oboudreaux submit a PR to the GitHub repo