A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-Space
-
I don’t think this module gets enough love. I use it to separate the overlap between placement of modules in my Magic Mirror. To me, this module is invaluable. My Hue lights were overlapping the Now Playing from Roon so I inserted a 150px space with the MMM-Space module and viola, no overlap.
Thanks to the author!
-
@doctorwhen it’s a good solution (for beginners) but one that can be done with one line of css instead of installing a module.
-
@lavolp3 thanks! Although I continue to find CSS disagreeably confusing, adjusting the vertical position of module placement using CSS is the better solution. I’ve added:
.mmm-hue-lights .module-content { margin-top: 150px; }
to my custom.css and the modules no longer overlap.