Read the statement by Michael Teeuw here.
Module positions
-
Hi there!
So I have just set up my Magic Mirror. I now have 2 things i want to change but i don’t now how to do that. (Its probably the same way to solve both of my questions)I want my modules to be as close to the display-edge as posbible without the small blank space in between. How can I do that?
The next problem i have is:
I am using MMM-NowPlayingOnSpotify.
A great module but its just to big for my small display. Can i set a size for a (this) module in px?Thank You (-:
-
@STRK14 For the blank space around your app. This is usually come from the css rule applied to the body (margin: 60px;).
You can reduce it (or remove it to make it 0).For your module size, i guess that taking its main div and setting a max-width would do the tricks but i did not have a look at the code…
-
Where can i find this “css-rule” ?
-
-
thank you ! I’ll do that later today