Read the statement by Michael Teeuw here.
Default Modules
-
@nem1 I’ve got the same problem with the forecast too. After approx 15:00 in a day I dont want to see that day’s for cast as it’s 60% of the day gone, therefore the next day should be shown.
-
@n21brown open an issue on the magicmirror github site so someone can track it.
if you are a programmer, and want to contribute the fix as u care about it, then fork the repo, and make changes, then submit a pull request back. we are all volunteers on this project
and if u are not a programmer, maybe its a new challenge?
-
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