A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-WeatherBackground -- image transparency??
-
Is there a way to change the background image transparency? I just installed and love this module idea, but would like it to be a more subtle sort of background indication of weather conditions. The current view makes it very hard to make out my modules’ text, even with the recommended changes to my css file (in the readme).
-
@GoodWillGustin The background image can’t change transparency with css, you either add background color to the modules above (that’s probably what sean means with the css tip at the bottom of his readme).
You can change the transparency of that entire module, but any text etc would also get affected.
.MMM-WeatherBackground {opacity: 0.5}