A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Placing a module in a specific spot?
-
Hello!
I’m looking to place this MMM-Todoist module directly next to another one on my MagicMirror (where the red box is in the image). I’ve tried setting the placement to be top _left under the existing Todist module in the config file as well as middle_center and neither seemed to get it where I want it to be. What would be the best approach to get this module where I’d like it to be?Any help is appreciated.
Thanks. -
@daykray you will have to use css
position:absolute
and
x y
or
top left
see the second link in my signature below on how to use the developer window elements tab to find out what those values are for css/custom.css
or position relative to some other anchor (maybe the position the module is configured in)