A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Please help! The little different in the height is killing me from inside.
-
Re: Resize custom or main modules
As you can see in the picture, the position of the calendar module is just a little bit off when compared to the weather module. This difference is killing me. Can someone help me to change the config so both the modules create a line?
Link to the image: https://media.discordapp.net/attachments/331634683114946561/613583013615370243/unknown.png -
What positions have you placed your modules in?
-
So, I put the calendar at top_left, and weather at top_right.
-
Try
In your custom.css file, add this:.currentweather { margin-right: 0px; margin-left: 0px; margin-top: -5px; margin-bottom: 0px; }
adjust accordingly
-
@Mykle1 Thanks, it worked.
-
@PhuongDinh129 said in Please help! The little different in the height is killing me from inside.:
Thanks, it worked.
:thumbsup: