A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Space between 2 modules
-
+1 for this… I toyed with the css and even tried to combine the modules into one, but no such luck
-
This should be possible with some custom css, but it might require some fiddling.
-
you can just put
.module { margin-top: 10px;}
in the custom.css this should work -
That would affect all modules though. Just keep that in mind.
-
Using the classes property in the config you can add custom classes to a module. After that you can use:
.custom-class { margin-top: 10px; }