MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.
Moving a fixed module
-
This post is deleted! -
Yes. If two or modules have the same position ( Eg. ‘top_left’), they will be displayed in the order of their entry in the config file.
-
This post is deleted! -
@johnnyboy said in Moving a fixed module:
… move the Weather Module down a touch?
Sorry, I don’t understand. Can you upload a screenshot, that would be helpful?
-
This post is deleted! -
Going to need the custom.css for this… I would imagine that using
.Module_name { margin-top: xx; }
or
.Module_name { padding-top: xx; }
would work…
-
This post is deleted! -
This post is deleted! -
@johnnyboy said in Moving a fixed module:
.Module_clock
I would try .Module_clock like this:
.Module_clock { margin-top: 20px; }
Move the number to whatever works for you
-
@johnnyboy in your case it is
.clock { margin-top: 20px;}