A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
adjust the size of the currentweather and weatherforecast icons
-
Hello,
How can I adjust the size of the currentweather and weatherforecast icons?
Thank you -
Nothing changes even if I change the size of the icons.
.currentweather .weathericon { position: absolute; z-index: 0; height:20px; width:20px; right:580px; margin-top: -65px; }
I always have the same dimension displayed on the screen
‘Right’ and ‘margin-top’ working but ‘height’ and ‘width’ does not working ! -
@doudy try this:
.currentweather .weathericon { position: absolute; z-index: 0; height: 20px; right: 180px; margin-top: -65px; }
How did you integrate the new icons?
-