Thank you, it works :-)
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-NOAA - Another Weather Module
Good job and great module!
I managed with the custom.css, but I think the temperature can be seen very bad. Is it possible to reduce the size of the symbol or change the color of the font?
-
MMM-PIR sensor does not work properly
Hi,
since the last update, the MMM-PIR module does not work properly anymore. After a reboot it works a while. Then it takes very long until the mirror goes into the quiet mode, or he wakes up without a movement is registered. At the config was nothing changed and before the update everything worked perfectly. Someone an idea?Greeting Jörg
-
RE: Since the update calendar too wide
Ok that works, thank you. Nevertheless, there are still problems with the calendar. “timeFormat”, “getRelative” and “urgency” do not work either.
My PIR sensor does not work properly either.
I think everything again to make completely new. -
Since the update calendar too wide
Hello, since the update, the calendar is always on full width. No matter what you type at “maxTitleLength”.
-
RE: Error with MM update
I had probably killed something, now everything is running again.
There is probably a problem with the calendar since the update. But I’m probably not alone …
Thanks for the quick help! -
RE: Error with MM update
now I get at the end of this error message
npm WARN stylelint-config-standard@16.0.0 requires a peer of stylelint@^7.8.0 but none was installed.
pi@raspberrypi:~/MagicMirror $if I run mm now then I have only a black screen :-(
-
Error with MM update
I have just tried mm to 2.1.3 to update, I get this error:
pi@raspberrypi:~/MagicMirror $ git pull && npm install
error: Your local changes to the following files would be overwritten by merge:
modules/README.md
Please, commit your changes or stash them before you can merge.
Aborting
pi@raspberrypi:~/MagicMirror $can someone help?
-
RE: MMM-SoccerLiveScore
So I have three errors in it. Blank sreen if only one league is displayed, with the table without names fit above the symbols and is not updated now, only after a reboot of magicmirror. Here is my config.js
{
module: ‘MMM-SoccerLiveScore’,
position: ‘bottom_left’,
config: {
leagues: [35, 9],
showNames: false,
showLogos: true,
displayTime: 60 * 1000,
showTables: true
}
},