<?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[How to implement specific module?]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I’m trying to implement the weather module  from thobach (<a href="https://github.com/thobach/MagicMirror2.git" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/thobach/MagicMirror2.git</a>).<br />
The module is based on html. That’s new to me for the moduls… well everything is new to me on Magic Mirror.</p>
<p dir="auto">How do I get all the stuff in the “web” folder running?<br />
Where do I put each file and so on?<br />
Would be great if you will also tell me the commands :)</p>
<p dir="auto">Hope you can help me.<br />
Thanks</p>
]]></description><link>https://forum.magicmirror.builders/topic/1053/how-to-implement-specific-module</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 00:40:04 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/1053.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 24 Nov 2016 23:39:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to implement specific module? on Tue, 13 Dec 2016 18:42:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jeff" aria-label="Profile: Jeff">@<bdi>Jeff</bdi></a> - You can easily integrate this module with iFrame Module. You only need to update the iFrame page via javascript. Not perfect but running up until I’ve found a better way.</p>
]]></description><link>https://forum.magicmirror.builders/post/9307</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/9307</guid><dc:creator><![CDATA[chamaeleon82]]></dc:creator><pubDate>Tue, 13 Dec 2016 18:42:45 GMT</pubDate></item><item><title><![CDATA[Reply to How to implement specific module? on Sat, 26 Nov 2016 09:55:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jeff" aria-label="Profile: Jeff">@<bdi>Jeff</bdi></a> the instructions of <a class="plugin-mentions-user plugin-mentions-a" href="/user/bhepler" aria-label="Profile: bhepler">@<bdi>bhepler</bdi></a> are based on magicmirror2 modules, the module you came up with is based on mm1 and is incompatible with mm2 so mayber there were also different instructions for them.</p>
<p dir="auto">you can but you don’t have to run npm update if the readme doesn’t explicitly points it out, this command will only check for newer versions of the dependencies and update those.</p>
]]></description><link>https://forum.magicmirror.builders/post/8527</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/8527</guid><dc:creator><![CDATA[strawberry 3.141]]></dc:creator><pubDate>Sat, 26 Nov 2016 09:55:50 GMT</pubDate></item><item><title><![CDATA[Reply to How to implement specific module? on Fri, 25 Nov 2016 20:29:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bhepler" aria-label="Profile: bhepler">@<bdi>bhepler</bdi></a> said in <a href="/post/8472">How to implement specific module?</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jeff" aria-label="Profile: Jeff">@<bdi>Jeff</bdi></a> Installing new modules is a pretty easy process. In general, it goes like this:</p>
<ul>
<li>Navigate to the modules directory at <code>~/MagicMirror/modules</code></li>
<li>Download the module code using git: <code>git clone [url]</code></li>
<li>Run any commands that the module requires. This will vary by module</li>
<li>Update the <code>config.js</code> file to configure the new module. There should be an example in the module readme. <code>sudo nano ~/MagicMirror/config/config.js</code></li>
<li>Restart your mirror so the new configuration will be implemented. <code>npm restart</code></li>
</ul>
</blockquote>
<p dir="auto">Do I also have to run npm update everytime auf git clone?<br />
Or does that belong to point 3?</p>
]]></description><link>https://forum.magicmirror.builders/post/8495</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/8495</guid><dc:creator><![CDATA[Jeff]]></dc:creator><pubDate>Fri, 25 Nov 2016 20:29:13 GMT</pubDate></item><item><title><![CDATA[Reply to How to implement specific module? on Fri, 25 Nov 2016 20:23:29 GMT]]></title><description><![CDATA[<p dir="auto">Is it possible to get the moduls html running with the iframe modul?<br />
<a href="https://github.com/desertblade/iFrame" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/desertblade/iFrame</a></p>
]]></description><link>https://forum.magicmirror.builders/post/8494</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/8494</guid><dc:creator><![CDATA[Jeff]]></dc:creator><pubDate>Fri, 25 Nov 2016 20:23:29 GMT</pubDate></item><item><title><![CDATA[Reply to How to implement specific module? on Fri, 25 Nov 2016 19:31:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yawns" aria-label="Profile: yawns">@<bdi>yawns</bdi></a><br />
I pulled a request, let’s see what will come.</p>
<p dir="auto">Thanks for your hint and the other modul.<br />
I’ll give it a try</p>
]]></description><link>https://forum.magicmirror.builders/post/8491</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/8491</guid><dc:creator><![CDATA[Jeff]]></dc:creator><pubDate>Fri, 25 Nov 2016 19:31:44 GMT</pubDate></item><item><title><![CDATA[Reply to How to implement specific module? on Fri, 25 Nov 2016 16:45:00 GMT]]></title><description><![CDATA[<p dir="auto">Ok, got it.<br />
Maybe you want to check out <a href="https://forum.magicmirror.builders/topic/506/mmm-weatherchart">https://forum.magicmirror.builders/topic/506/mmm-weatherchart</a><br />
I know it is not the same but it is the same direction.</p>
<p dir="auto">Otherwise you could post a request in the module / request forum, including this screenshot:<br />
<img src="http://blog.thomas-bachmann.com/img/blog/magic-mirror-with-gestures-weather.jpg" alt="Bild Text" class=" img-fluid img-markdown" /></p>
<p dir="auto">I don’t know if I find some time on Sunday to look at it.</p>
]]></description><link>https://forum.magicmirror.builders/post/8480</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/8480</guid><dc:creator><![CDATA[yawns]]></dc:creator><pubDate>Fri, 25 Nov 2016 16:45:00 GMT</pubDate></item><item><title><![CDATA[Reply to How to implement specific module? on Fri, 25 Nov 2016 15:59:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/yawns" aria-label="Profile: yawns">@<bdi>yawns</bdi></a><br />
okay thanks for explaining the languages.</p>
<p dir="auto">I like the way it looks, that’s the only reason I’m trying to get it.<br />
It shows the min and max temp of the next days in a graph</p>
<p dir="auto"><img src="http://blog.thomas-bachmann.com/img/blog/magic-mirror-with-gestures-overview.jpg" alt="alt text" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/8479</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/8479</guid><dc:creator><![CDATA[Jeff]]></dc:creator><pubDate>Fri, 25 Nov 2016 15:59:43 GMT</pubDate></item><item><title><![CDATA[Reply to How to implement specific module? on Fri, 25 Nov 2016 15:16:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jeff" aria-label="Profile: Jeff">@<bdi>Jeff</bdi></a> said in <a href="/post/8475">How to implement specific module?</a>:</p>
<blockquote>
<p dir="auto">But I think this one is build in a different way.</p>
</blockquote>
<p dir="auto">Right, the mirror github repository looks like a custom and way more simple version of “our” magicmirror. So there is no easy way to add this as a module to the magicmirror. It is written in AngularJS instead of nodeJS.</p>
<p dir="auto">What exactly makes you want this module? It just derives data from weather underground.</p>
]]></description><link>https://forum.magicmirror.builders/post/8476</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/8476</guid><dc:creator><![CDATA[yawns]]></dc:creator><pubDate>Fri, 25 Nov 2016 15:16:54 GMT</pubDate></item><item><title><![CDATA[Reply to How to implement specific module? on Fri, 25 Nov 2016 14:31:42 GMT]]></title><description><![CDATA[<p dir="auto">Both of you thanks to your reply.</p>
<p dir="auto">I can handle adding “normal” moduls, like the instagram modul…</p>
<p dir="auto">But I think this one is build in a different way.</p>
<p dir="auto">Can somebody try to implement it and tell me how to do it?<br />
E.g. I’m not sure what to put in the config.js and I can’t find a documentation about it.</p>
<p dir="auto">Just have a look, what I meant with html file:<br />
<a href="https://github.com/thobach/MagicMirror2/tree/master/web" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/thobach/MagicMirror2/tree/master/web</a></p>
]]></description><link>https://forum.magicmirror.builders/post/8475</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/8475</guid><dc:creator><![CDATA[Jeff]]></dc:creator><pubDate>Fri, 25 Nov 2016 14:31:42 GMT</pubDate></item><item><title><![CDATA[Reply to How to implement specific module? on Fri, 25 Nov 2016 14:08:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jeff" aria-label="Profile: Jeff">@<bdi>Jeff</bdi></a> Installing new modules is a pretty easy process. In general, it goes like this:</p>
<ul>
<li>Navigate to the modules directory at <code>~/MagicMirror/modules</code></li>
<li>Download the module code using git: <code>git clone [url]</code></li>
<li>Run any commands that the module requires. This will vary by module</li>
<li>Update the <code>config.js</code> file to configure the new module. There should be an example in the module readme. <code>sudo nano ~/MagicMirror/config/config.js</code></li>
<li>Restart your mirror so the new configuration will be implemented. <code>npm restart</code></li>
</ul>
]]></description><link>https://forum.magicmirror.builders/post/8472</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/8472</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Fri, 25 Nov 2016 14:08:44 GMT</pubDate></item><item><title><![CDATA[Reply to How to implement specific module? on Fri, 25 Nov 2016 14:06:33 GMT]]></title><description><![CDATA[<p dir="auto">How is based in HTML?, do you not have a API?.</p>
<p dir="auto">First, I recomend you check the module helloworld and currentweather of MagicMirror, is inside modules/default. Try understand how work.</p>
<p dir="auto">Also, check the <a href="https://github.com/MichMich/MagicMirror/tree/develop/modules" target="_blank" rel="noopener noreferrer nofollow ugc">MagicMirror² Module Development Documentation</a></p>
]]></description><link>https://forum.magicmirror.builders/post/8471</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/8471</guid><dc:creator><![CDATA[roramirez]]></dc:creator><pubDate>Fri, 25 Nov 2016 14:06:33 GMT</pubDate></item></channel></rss>