<?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[adjust the size of the currentweather and weatherforecast icons]]></title><description><![CDATA[<p dir="auto">Hello,<br />
How can I adjust the size of the currentweather and weatherforecast icons?<br />
Thank you</p>
<p dir="auto"><img src="https://framapic.org/Yr3BXQk2Hjea/ZZhz3tV7O9Cl.PNG" alt="alt text" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/9062/adjust-the-size-of-the-currentweather-and-weatherforecast-icons</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 19:41:40 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/9062.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 10 Nov 2018 10:50:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to adjust the size of the currentweather and weatherforecast icons on Thu, 15 Nov 2018 07:34:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/philreis" aria-label="Profile: philreis">@<bdi>philreis</bdi></a><br />
Thanks i test<br />
Icons Found here :<br />
<a href="https://forum.magicmirror.builders/user/vulcain/posts">link text</a><br />
:winking_face:</p>
]]></description><link>https://forum.magicmirror.builders/post/46781</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46781</guid><dc:creator><![CDATA[Doudy]]></dc:creator><pubDate>Thu, 15 Nov 2018 07:34:29 GMT</pubDate></item><item><title><![CDATA[Reply to adjust the size of the currentweather and weatherforecast icons on Tue, 13 Nov 2018 09:09:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/doudy" aria-label="Profile: doudy">@<bdi>doudy</bdi></a> try this:</p>
<pre><code>.currentweather .weathericon {
    position: absolute;
    z-index: 0;
    height: 20px;
    right: 180px;
    margin-top: -65px;
    }

</code></pre>
<p dir="auto">How did you integrate the new icons?</p>
]]></description><link>https://forum.magicmirror.builders/post/46703</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46703</guid><dc:creator><![CDATA[PhilReis]]></dc:creator><pubDate>Tue, 13 Nov 2018 09:09:00 GMT</pubDate></item><item><title><![CDATA[Reply to adjust the size of the currentweather and weatherforecast icons on Mon, 12 Nov 2018 13:33:24 GMT]]></title><description><![CDATA[<p dir="auto">Nothing changes even if I change the size of the icons.</p>
<pre><code>.currentweather .weathericon {
    position: absolute;
    z-index: 0;
    height:20px;
    width:20px;
    right:580px;
    margin-top: -65px;
    }
</code></pre>
<p dir="auto">I always have the same dimension displayed on the screen<br />
‘Right’ and ‘margin-top’ working but ‘height’ and ‘width’ does not working !</p>
]]></description><link>https://forum.magicmirror.builders/post/46663</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46663</guid><dc:creator><![CDATA[Doudy]]></dc:creator><pubDate>Mon, 12 Nov 2018 13:33:24 GMT</pubDate></item></channel></rss>