<?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[Module Request for the Weather Experts! 😉]]></title><description><![CDATA[<p dir="auto">I have been trying to put a webpage on my MM using iFrame modules…<br />
I have tried: MMM-iFrame-Ping, MMM-iFrame, MMM-SmartWebDisplay, MMM-Widget, and iFrame.</p>
<p dir="auto">The page I want to be able to display in a fullscreen page of MM is:<br />
<a href="https://maps.darksky.net/@temperature,40.262,-94.035,9900000?3d" target="_blank" rel="noopener noreferrer nofollow ugc">https://maps.darksky.net/@temperature,40.262,-94.035,9900000?3d</a></p>
<p dir="auto">I also would like to be able to copy the page exactly with all buttons and menus intact and working.</p>
<p dir="auto">Could anyone please take a look and let me know if it is possible???</p>
<p dir="auto">Thanks In Advance!</p>
<p dir="auto">EDIT&gt;&gt;&gt;<br />
I was able to get part of the page using MMM-iFrame-Ping as shown below:<br />
<img src="/assets/uploads/files/1554006253984-screenshot-35.png" alt="0_1554006252468_Screenshot (35).png" class=" img-fluid img-markdown" /></p>
<p dir="auto">EDIT#2&gt;&gt;&gt;<br />
I now can get the page to show using iFrame, but not as fullscreen… HELP!<br />
<img src="/assets/uploads/files/1554012277725-screenshot-36.png" alt="0_1554012276115_Screenshot (36).png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/10160/module-request-for-the-weather-experts</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Jul 2026 22:00:23 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/10160.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 31 Mar 2019 03:58:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Module Request for the Weather Experts! 😉 on Sun, 31 Mar 2019 20:27:23 GMT]]></title><description><![CDATA[<pre><code class="language-js">

{
  module: "MMM-Widget",
  config: {
    widgets: [
      {
        html:`
        &lt; div class="test" &gt;
        &lt; iframe src="https://maps.darksky.net/@temperature,40.262,-94.035,9900000?3d" frameborder="0" style="overflow:hidden;overflow-x:hidden;overflow-y:hidden;height:100%;width:100%;position:absolute;top:0px;left:0px;right:0px;bottom:0px" height="100%" width="100%" &gt;&lt; /iframe &gt;
        &lt; /div &gt;
        `,
        position: "fullscreen_below",
        width: "100vw",
        height: "100vh",
      },
    ]
  }
}
</code></pre>
<p dir="auto">remove empty space after and before of <code>&gt;</code> and <code>&lt;</code></p>
]]></description><link>https://forum.magicmirror.builders/post/55140</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/55140</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sun, 31 Mar 2019 20:27:23 GMT</pubDate></item><item><title><![CDATA[Reply to Module Request for the Weather Experts! 😉 on Sun, 31 Mar 2019 20:24:11 GMT]]></title><description><![CDATA[<p dir="auto"><img src="/assets/uploads/files/1554063843557-test.png" alt="0_1554063843223_test.png" class=" img-fluid img-markdown" /><br />
You mean this?</p>
]]></description><link>https://forum.magicmirror.builders/post/55139</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/55139</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sun, 31 Mar 2019 20:24:11 GMT</pubDate></item><item><title><![CDATA[Reply to Module Request for the Weather Experts! 😉 on Sun, 31 Mar 2019 20:12:03 GMT]]></title><description><![CDATA[<p dir="auto">my results changing from height/width of 100% each to 100vh and 100vw</p>
<p dir="auto"><img src="/assets/uploads/files/1554063119614-screenshot-37.png" alt="0_1554063118063_Screenshot (37).png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/55137</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/55137</guid><dc:creator><![CDATA[justjim1220]]></dc:creator><pubDate>Sun, 31 Mar 2019 20:12:03 GMT</pubDate></item></channel></rss>