Read the statement by Michael Teeuw here.
Magic Mirror modul position
-
Hello there!
so i’ve just set up my Magic Mirror. The Problem i have now is, that i want my modules to be on the edge of my display without the little blank/black space between Screen-Edge and Module (red line in my Screenshot).
These are the default positions for all the modules:
https://forum.magicmirror.builders/topic/286/regionsAnd in this they are saying you could change the positon in ~/MagicMirror/css/custom.css, but how do i do that?
https://forum.magicmirror.builders/topic/624/change-module-position/3
http://www.offshorededicated.netI would be happy to get some advice.
Thanks (:
-
You can adjust the full MM body border into the custom.css file.
(/MagicMirror/css/custom.css)like that (play with the values until you’re happy) :
body { margin: 20px; height: calc(100% - 40px); width: calc(100% - 40px); }
You should maybe also check the settings of your screen itself (depending if you have that issue outside MM or not).