<?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[weather module]]></title><description><![CDATA[<p dir="auto">I have been looking at updating the icons and I think it will go like below.</p>
<p dir="auto">Is there a way to add words for example next to the icon the word Sunny is displayed ?</p>
<pre><code>.wi-day-sunny {
   background-image: url("path/icons/sunny.svg");
   background-size: contain; 
   width: 10px; 
   height: 10px; 
   display: inline-block; 
   vertical-align: middle;
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/18993/weather-module</link><generator>RSS for Node</generator><lastBuildDate>Tue, 08 Sep 2026 12:12:12 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18993.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 Sep 2024 16:42:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to weather module on Wed, 18 Sep 2024 18:17:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dcazman" aria-label="Profile: dcazman">@<bdi>dcazman</bdi></a> yes, you could use the :before or :after selector</p>
<pre><code class="language-css">.wi-day-sunny:after{
   content: "something";   
}​
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/119865</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/119865</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 18 Sep 2024 18:17:55 GMT</pubDate></item></channel></rss>