A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Needing help with Regions please
-
I’m trying to :
- Make the padding or margin around all my modules be like 1 pixel (custom css posted below) (edit: I had it stretched to the edges, made a couple changes to the css and lost the code to make it work)!
- Squish this bottom_right region down to just under the calendar and the css doesn’t seem to affect it.
- Make the bottom_center region right justified so the Current conditions are right next to the forcast
I might not be doing things the right way, so if anyone has any better ideas, I’m all for learning.
custom css:
/* Region Definitions */ .region .container .module { margin: 0px; background-color: rgba(0 0 0 /10); min-width: 300px; position: relative; } .region.top.right { position: absolute; width: 80%; height: 90%; } // .region.bottom.right { position: absolute; height: 30%; width: 16.5%; } .region.bottom.left { position: absolute; width: 16.5%; } .region.top.left { position: absolute; width: 16.5%; } .clock .time { font-size: 75px; } .anylist ul { margin: 0; font-size: 24px; padding: 0px; line-height: 25px; color: white; }
-
@Xsoldier2000 we define the module padding in
css/main.css--gap-modules: 30px;
you can override those in custom.css
you dont need to change the regions themselves
you can move your module right too
-
@Xsoldier2000 also see the second link in my signature below about using dev window
-
@sdetweil yes, I was definitely the dev window, just didn’t know the terminology. Think I’ve read through your second link twice (might have nodded of there a couple times), but you pointed me in the right direction, thank you.
-
@Xsoldier2000 yeh, the dev window has a lot of content