MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.
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!