<?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[Trying to modify dimensions of module MMM-RAIN-RADAR]]></title><description><![CDATA[<p dir="auto">I am new to this so I apologize for the simplistic question.  I am struggling to modify the size of this plugin.  It is a very long rectangle and I would like it to be more square.  I don’t see any dimension information in the module config.  There are dimensions, 270 &amp; 480 in the .js file, but I don’t know javascript so I am struggling with what to modify.  I don’t think the dimensions I am seeing are actually 480x270.  It is more like 800x200.</p>
]]></description><link>https://forum.magicmirror.builders/topic/11520/trying-to-modify-dimensions-of-module-mmm-rain-radar</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 05:33:53 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11520.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 04 Nov 2019 01:16:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Trying to modify dimensions of module MMM-RAIN-RADAR on Wed, 22 Jan 2020 16:08:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mcneilp" aria-label="Profile: mcneilp">@<bdi>mcneilp</bdi></a> 50vh is 1/2 the screen height, 100vh is full height</p>
]]></description><link>https://forum.magicmirror.builders/post/68508</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/68508</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 22 Jan 2020 16:08:02 GMT</pubDate></item><item><title><![CDATA[Reply to Trying to modify dimensions of module MMM-RAIN-RADAR on Wed, 22 Jan 2020 16:07:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a><br />
interesting. I have never used “vh” as a unit before. Haven’t done much CSS in a while though.</p>
]]></description><link>https://forum.magicmirror.builders/post/68507</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/68507</guid><dc:creator><![CDATA[mcneilp]]></dc:creator><pubDate>Wed, 22 Jan 2020 16:07:03 GMT</pubDate></item><item><title><![CDATA[Reply to Trying to modify dimensions of module MMM-RAIN-RADAR on Wed, 22 Jan 2020 16:05:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mcneilp" aria-label="Profile: mcneilp">@<bdi>mcneilp</bdi></a> vh is a percentage of view height, vw is view width…</p>
<p dir="auto">you would use these instead of hard coded number of pixels (99px),<br />
caus eon big screens the number of pixles change the percentage of vh would keep the look the same</p>
]]></description><link>https://forum.magicmirror.builders/post/68505</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/68505</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 22 Jan 2020 16:05:46 GMT</pubDate></item><item><title><![CDATA[Reply to Trying to modify dimensions of module MMM-RAIN-RADAR on Wed, 22 Jan 2020 15:59:45 GMT]]></title><description><![CDATA[<p dir="auto">I am having the same trouble. This line of code seems to set the iframe height to 50vh. I have no idea what “vh” is.</p>
<p dir="auto">iframe.style = “border:0;height:50vh”;</p>
<p dir="auto">In my custom CSS i had to use:</p>
<p dir="auto">.MMM-RAIN-RADAR .iframe {<br />
width: 300px;<br />
height: 300px !important<br />
}</p>
<p dir="auto">I added the !important to get it to override this other inline style which seems to be ill formed.</p>
]]></description><link>https://forum.magicmirror.builders/post/68502</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/68502</guid><dc:creator><![CDATA[mcneilp]]></dc:creator><pubDate>Wed, 22 Jan 2020 15:59:45 GMT</pubDate></item><item><title><![CDATA[Reply to Trying to modify dimensions of module MMM-RAIN-RADAR on Mon, 02 Dec 2019 20:01:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bd0g" aria-label="Profile: BD0G">@<bdi>BD0G</bdi></a> ahhhh I put it in the body brackets.  I’ll try outside of them.  Thanks!</p>
]]></description><link>https://forum.magicmirror.builders/post/65380</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/65380</guid><dc:creator><![CDATA[maddmurph]]></dc:creator><pubDate>Mon, 02 Dec 2019 20:01:32 GMT</pubDate></item><item><title><![CDATA[Reply to Trying to modify dimensions of module MMM-RAIN-RADAR on Mon, 02 Dec 2019 01:29:53 GMT]]></title><description><![CDATA[<p dir="auto">There is a subdirectory named css below the main MagicMirror directory. Within that subdirectory one should find a file named custom.css. Open this file with the built in text editor by right clicking upon the file and choosing Text Editor.</p>
<p dir="auto">Then copy the code above by highlighting it and then right clicking and choosing copy or highlighting it and pressing CTRL-C .<br />
Then create a line within the custom.css by clicking below the body statements and then Right Click and Choose Paste or press CTRL-V</p>
<p dir="auto">Make sure that this code is NOT within the brackets that specify body, but instead below those entries.</p>
]]></description><link>https://forum.magicmirror.builders/post/65328</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/65328</guid><dc:creator><![CDATA[BD0G]]></dc:creator><pubDate>Mon, 02 Dec 2019 01:29:53 GMT</pubDate></item><item><title><![CDATA[Reply to Trying to modify dimensions of module MMM-RAIN-RADAR on Sun, 01 Dec 2019 23:52:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/broberg" aria-label="Profile: broberg">@<bdi>broberg</bdi></a> said in <a href="/post/63785">Trying to modify dimensions of module MMM-RAIN-RADAR</a>:</p>
<blockquote>
<p dir="auto">.MMM-RAIN-RADAR .iframe {width: 300px; height: 300px}</p>
</blockquote>
<p dir="auto">How do you add that to the custom css?</p>
]]></description><link>https://forum.magicmirror.builders/post/65324</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/65324</guid><dc:creator><![CDATA[maddmurph]]></dc:creator><pubDate>Sun, 01 Dec 2019 23:52:24 GMT</pubDate></item><item><title><![CDATA[Reply to Trying to modify dimensions of module MMM-RAIN-RADAR on Mon, 04 Nov 2019 13:13:49 GMT]]></title><description><![CDATA[<p dir="auto">Have you any iframe css active that might override the height and width?</p>
<p dir="auto">You could try this in your custom.css :</p>
<pre><code>.MMM-RAIN-RADAR .iframe {width: 300px; height: 300px}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/63785</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/63785</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Mon, 04 Nov 2019 13:13:49 GMT</pubDate></item></channel></rss>