A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Weatherforecast min. and max. temp
-
Hi guys,
i realized that the min and max temperatures imho is inverted. left is max and right is min.
I would prefer it the other way round. so i changed the entries in the weatherforecast.js-file…now its the way i wanted, but between the temperatures there is no space character anymore.how can i fix this?
-
@pauabaer add this to your custom.css file
.weatherforecast .max-temp { padding-left: 20px; padding-right: 0; }
-
many thanks. worked!