A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
custom css with default weather module
-
how to differentiate between current and forecast in custom.css when they both use the same module name? ie .weather .wi-day.sunny gets both current and forecast. how do you specify only the current weather in custom.css?
-
@sixerdoodle you can ADD a classname to the instance
after
module: "weather", classes:"forecast", // for example on the forecast
then use that in custom.css
.forecast … whatever
-
@sdetweil works like a champ. thanks!