<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Default weather color change]]></title><description><![CDATA[<p dir="auto">I am posting to hopefully solve the problem and some headache of changing the color or size to all the components for the default weather module. Below are all the sections with a short description of what they are. Make sure to place this code in the custom CSS file. Enjoy!</p>
<pre><code>.dimmed {
color: DarkSlateGrey;  /* Feels like Temp section */
}

.module-header {
color: DarkSlateGrey; /* Waether Forecase City, State section */
}

.dimmed.wi-strong-wind + span {
color: DarkSlateGrey; /* text for the wind symbol */
}

.dimmed.wi-strong-wind {
color: DarkSlateGrey; /* Wind symbol */
}

.weather .wi-sunset + span {
color: DarkSlateGrey; /* sunset time */
}

.weather .wi-sunset {
color: DarkOrange; /* sunset symbol */
}

.weather .wi-sunrise + span 
color: DarkSlateGrey; /* sunrise time */
}

.weather. .wi-sunrise {
color: DarkYellow; /* sunrise symbol */
}

.weather .day {
color: DarkSlateGray; /* days list */ 
}

.weather .weathericon + span {
color: DarkSlateGray; /* current temp */
}

.weather .weathericon {
color: DarkSlateGray; /* icon nect to current temp (sets all icons the same color) */
}

.weather .min-temp {
color: DarkSlateGray; /* minimum temp */
}

.weather .max-temp {
color: DimGray; /* maximum temp */
}

</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1641160085836-mmm-weather.png" alt="MMM-Weather.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/16128/default-weather-color-change</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 22:07:25 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/16128.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 02 Jan 2022 21:48:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Default weather color change on Fri, 14 Jan 2022 13:29:05 GMT]]></title><description><![CDATA[<p dir="auto">Thank you. Really looks cool. Genuinely emotional over how brilliant this looks.  Recently started programming and am currently doing a small project.</p>
]]></description><link>https://forum.magicmirror.builders/post/98552</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/98552</guid><dc:creator><![CDATA[bigschucks]]></dc:creator><pubDate>Fri, 14 Jan 2022 13:29:05 GMT</pubDate></item></channel></rss>