Read the statement by Michael Teeuw here.
MMM-COVID-19 (Deprecated)
-
yup that did it… is it possible to scale the sizes down?
-
@banbutcher
All magic mirror modules have their own css ([module name].css). Look inside of that file then find what you need and override it in yourcss/custom.css
of MagicMirror. Sorry, MM is DIY project so there is no silver bullet out of box. -
@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.