<?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[MMM-Widget]]></title><description><![CDATA[<h1>MMM-Widget</h1>
<p dir="auto">MagicMirror module for external web widgets.<br />
Widgets could be inserted anywhere multiply.</p>
<h2>Screenshot</h2>
<p dir="auto"><img src="https://raw.githubusercontent.com/eouia/MMM-Widget/master/screenshot.png" alt="Screenshot" class=" img-fluid img-markdown" /></p>
<h2>Details</h2>
<p dir="auto">[card:eouia/MMM-Widget]</p>
]]></description><link>https://forum.magicmirror.builders/topic/8819/mmm-widget</link><generator>RSS for Node</generator><lastBuildDate>Sat, 12 Sep 2026 13:53:43 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/8819.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 28 Sep 2018 14:09:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Widget on Mon, 05 Nov 2018 22:45:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johans" aria-label="Profile: johans">@<bdi>johans</bdi></a><br />
You should locate ‘myPlayer’ directory under ‘/home/pi/MagicMirror’.<br />
You can access ‘/home/pi/MagicMirror/myPlayer’ with ‘<a href="http://localhost:8080/myPlayer%E2%80%99" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:8080/myPlayer’</a> or just ‘/myPlayer’.</p>
]]></description><link>https://forum.magicmirror.builders/post/46359</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46359</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 05 Nov 2018 22:45:33 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Widget on Mon, 05 Nov 2018 22:19:26 GMT]]></title><description><![CDATA[<p dir="auto">@sean<br />
I’ve tried other Iframe modules, but all of them expects a url starting with http or https…<br />
I only have a simple html webpage that I can consult localy on my webbrowser.<br />
Something like this</p>
<pre><code>file:///home/pi/MyPlayer/index.html
</code></pre>
<p dir="auto">Iframes doesn’t work. That is why I’ll found your Widget module fantastic.<br />
Dumped my html code in the config and it works fantastic.  Only small thing is the css data must also be in there, and  I would have wanted it could read it from a directory.<br />
Have tried your solutions, but thats not working. Can’t acces for example :</p>
<pre><code>https://localhost:8080//home/pi/MyPlayer/images/Radio2.png    or 
https://192.168.1.130:8080/home/pi/MyPlayer/images/Radio2.png

</code></pre>
<p dir="auto">this is giving me following Error: “This site is not reachable.”</p>
<p dir="auto">Another side effect on your module is that it shows a second black box on the screen. See picture.!<br />
![0_1541456351536_IMG_20181105_223543-edit.jpg](Uploading 84%)</p>
]]></description><link>https://forum.magicmirror.builders/post/46358</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46358</guid><dc:creator><![CDATA[Johans]]></dc:creator><pubDate>Mon, 05 Nov 2018 22:19:26 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Widget on Mon, 05 Nov 2018 14:37:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/johans" aria-label="Profile: johans">@<bdi>johans</bdi></a><br />
This widget module is just an iframe trick. If you want to include a full HTML document, you’d better to use other modules(there are many iFrame related modules already)<br />
But if you want to do anyhow, describe the location of resources(img or css or any web resources) with absolute path.<br />
Your URL of HTML putted will be <code>https://localhost:8080/widget/SOME_ID</code> but it is webURL not physical directory path.  But you can put your resources in physical directory like <code>~/MagicMirror/mystorage</code>, then you can use those resources in your HTML like this. <code>&lt; img src="/mystorage/SOMETHING.png" &gt;</code> or <code>&lt; img src="https://localhost:8080/mystorage/SOMETHING.png" &gt;</code>.</p>
]]></description><link>https://forum.magicmirror.builders/post/46333</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46333</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 05 Nov 2018 14:37:06 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Widget on Mon, 05 Nov 2018 14:18:57 GMT]]></title><description><![CDATA[<p dir="auto">@sean<br />
Thanks, I was looking for something like this.<br />
I’ve made simple website and works fine.<br />
Just a question. i’m using a few images which I have stored under a separate directory “images”, but where to put this directory?  Same for my css file. For now I included the css data within the html section in the config.js, but I’ll rather work with a separate css file.</p>
]]></description><link>https://forum.magicmirror.builders/post/46331</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/46331</guid><dc:creator><![CDATA[Johans]]></dc:creator><pubDate>Mon, 05 Nov 2018 14:18:57 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Widget on Sat, 29 Sep 2018 00:11:31 GMT]]></title><description><![CDATA[<p dir="auto">@sean</p>
<p dir="auto">Fantastic idea!</p>
]]></description><link>https://forum.magicmirror.builders/post/44831</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/44831</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 29 Sep 2018 00:11:31 GMT</pubDate></item></channel></rss>