Read the statement by Michael Teeuw here.
MMM-COVID-19 (Deprecated)
-
@banbutcher Another tip to easier find the css class for a certain text… use the Chrome developer tools where you can see all elements and their css attributes graphically.
-
@banbutcher I turned off the little graph at the bottom, drawgraph:false to save space
-
@Sean I just wanted to thank you for your work; also it would be helpful to note in GitHub that by setting
rotateInterval:0
it also disables the third slot (if users only need 2 slots). Again Thank you very much for your work.
-
@war6000
:) Thanks for your mention. Frankly, it is described in README alreadyrotateInterval: 1000 * 5, // 0 means no rotate
But I agree it is somewhat not obvious.
-
Anybody know why I’m getting this error when I try to start MM?
-
@wi_brewer What is your node version? (
node -v
) -
@Sean v7.10.1
-
@wi_brewer
Too low to run this module. Sorry. -
@Sean Thanks for the quick replies. What’s the minimum version required?
-
@wi_brewer
I think to useasync arrow function
, At leastnode 8
be needed.
Current Most Recent version is 13.11 and Most recommended version is 12.16 at this moment.
And MagicMirror install guide usually assumes 10.x