<?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 install a module?]]></title><description><![CDATA[<p dir="auto">I really want to replace my openwatherapp to weatherunderground and there are several modules that would allow me to do so. Due to my lack of coding background, I have no idea how to start it. I’ve copied the coding MMM-wunderground module to my config.js and it messed up my dashboard making the entire thing blank.</p>
<pre><code>  {
            module: 'MMM-WunderGround',
            position: 'top_right',
            config: {
                apikey: 'xxx',
                pws: 'locid:KDExxx;loctype:1',
                fctext: '1',
                fcdaycount: "5",
                fcdaystart: "0",
                hourly: '1',
                hourlyinterval: "3",
                hourlycount: "2"
            }
        }
</code></pre>
<p dir="auto">Perhaps, there was more to add than just editing <code>config.js</code>?</p>
<p dir="auto">I hopped over to <code>MMM-Wunderground</code> GitHub page and see that there are several files attached to the module. My question is, do I download the entire packet and dropped them in their respective locations or is there a quicker way to do it?</p>
<p dir="auto">Also, does anyone know how to fix my “currenttime” ? It’s off by 3 hours. I went to file “clock” location and could not see a place where I can enter “San Francisco, CA” time. I’m level 1 at coding if you can’t tell.</p>
<hr />
<p dir="auto"><strong>Note from admin:</strong> Please use Markdown on code snippets so it is easier to read!</p>
]]></description><link>https://forum.magicmirror.builders/topic/194/how-to-install-a-module</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Jul 2026 06:05:21 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/194.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 07 Jun 2016 01:50:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to install a module? on Tue, 07 Jun 2016 06:48:42 GMT]]></title><description><![CDATA[<p dir="auto">God, you developers have all the fun</p>
]]></description><link>https://forum.magicmirror.builders/post/1433</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1433</guid><dc:creator><![CDATA[MagicCrumps1]]></dc:creator><pubDate>Tue, 07 Jun 2016 06:48:42 GMT</pubDate></item><item><title><![CDATA[Reply to How to install a module? on Tue, 07 Jun 2016 06:47:18 GMT]]></title><description><![CDATA[<p dir="auto">GitHub/git is a lot more than just “that”. It’s a way for us developer to maintain our code, have multiple versions of the same thing, multiple branches, test ones, etc., etc. It’s a repository. If I make a mistake tonight while coding, I can revert back to an earlier state very easy without needing to remember what I did before I messed up. It’s a beautiful thing.</p>
]]></description><link>https://forum.magicmirror.builders/post/1432</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1432</guid><dc:creator><![CDATA[KirAsh4]]></dc:creator><pubDate>Tue, 07 Jun 2016 06:47:18 GMT</pubDate></item><item><title><![CDATA[Reply to How to install a module? on Tue, 07 Jun 2016 06:40:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rednax" aria-label="Profile: RedNax">@<bdi>RedNax</bdi></a> OMG thank you!!! Again, i’m just a level 1 n00b. This is AWESOME! So this is what Github is about…</p>
]]></description><link>https://forum.magicmirror.builders/post/1430</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1430</guid><dc:creator><![CDATA[MagicCrumps1]]></dc:creator><pubDate>Tue, 07 Jun 2016 06:40:19 GMT</pubDate></item><item><title><![CDATA[Reply to How to install a module? on Tue, 07 Jun 2016 07:24:28 GMT]]></title><description><![CDATA[<p dir="auto">You should extract everything that’s in the zipfile as-is to the intended module destination ie:</p>
<p dir="auto"><code>./MagicMirror/modules/WWW-WunderGround</code> in case of this module…</p>
<p dir="auto">It’d be easier if you’d do a git clone in the modules directory…</p>
<pre><code>pi@MagicMirrorPi:~/MagicMirror/modules/ $ git clone https://github.com/RedNax67/MMM-WunderGround.git
</code></pre>
<p dir="auto">which will create the MMM-WunderGround dir and fille it with all the files from the repository. Then add the config section in <code>config.js</code>.</p>
<hr />
<p dir="auto"><strong>Note from admin:</strong> Please use Markdown to format your post so it is easier to read!</p>
]]></description><link>https://forum.magicmirror.builders/post/1427</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1427</guid><dc:creator><![CDATA[RedNax]]></dc:creator><pubDate>Tue, 07 Jun 2016 07:24:28 GMT</pubDate></item><item><title><![CDATA[Reply to How to install a module? on Tue, 07 Jun 2016 05:16:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/rednax" aria-label="Profile: RedNax">@<bdi>RedNax</bdi></a> First of all, thank you so much for helping.</p>
<p dir="auto">I guess my question is after I download and extract the zip files. Do I invididually drag each file into their respective location and then configure my config.js or is there another way to do this?</p>
<p dir="auto"><img src="/uploads/files/1465276591064-upload-df79633f-dd61-40f7-8894-e31ce23b3bf3" alt="0_1465276472194_upload-df79633f-dd61-40f7-8894-e31ce23b3bf3" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/1426</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1426</guid><dc:creator><![CDATA[MagicCrumps1]]></dc:creator><pubDate>Tue, 07 Jun 2016 05:16:33 GMT</pubDate></item><item><title><![CDATA[Reply to How to install a module? on Tue, 07 Jun 2016 03:45:04 GMT]]></title><description><![CDATA[<p dir="auto">You should install all the files as they appear on the github page. Also the translations dir+content.</p>
<p dir="auto">Could you post logs of your mirror trying to start?  See <a href="https://forum.magicmirror.builders/topic/86/how-to-troubleshoot">Troubleshooting</a> for details on how to get logs etc.</p>
<p dir="auto">Also, just in case: MMM-WunderGround and wuforecast are not the same thing…</p>
]]></description><link>https://forum.magicmirror.builders/post/1421</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1421</guid><dc:creator><![CDATA[RedNax]]></dc:creator><pubDate>Tue, 07 Jun 2016 03:45:04 GMT</pubDate></item><item><title><![CDATA[Reply to How to install a module? on Tue, 07 Jun 2016 02:12:55 GMT]]></title><description><![CDATA[<p dir="auto">@KirAsh4106 Thanks! I successfully updated my current time.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mattlugar" aria-label="Profile: mattlugar">@<bdi>mattlugar</bdi></a> As for the module piece, I’m still having a hard time. I went to the creator’s gihub page and saw their config file. My questions are:</p>
<ol>
<li>Do I replace my current weather module or add it as a new module?</li>
<li>I see that there are other files attached such as the .CSS file and wuforecast.js. Where do I place those? Do I download them and add them to the module folder?</li>
</ol>
<p dir="auto">I really want to thank you for your time. I’m really grateful.</p>
<p dir="auto"><img src="/uploads/files/1465265574992-upload-11880284-b90a-4a0b-bc79-3461d59450a2" alt="0_1465265456953_upload-11880284-b90a-4a0b-bc79-3461d59450a2" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/1415</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1415</guid><dc:creator><![CDATA[MagicCrumps1]]></dc:creator><pubDate>Tue, 07 Jun 2016 02:12:55 GMT</pubDate></item><item><title><![CDATA[Reply to How to install a module? on Tue, 07 Jun 2016 01:54:17 GMT]]></title><description><![CDATA[<p dir="auto">Each module <em>should</em> have installation instructions. If you can’t find them, contact the author of the module for them. They should be posted.</p>
<p dir="auto">As for the clock, that is dependent on your Raspberry Pi, not MM. So if the clock is off, that means you haven’t configured the Raspberry Pi for the correct timezone and city. Please read the <a href="https://www.raspberrypi.org/documentation/configuration/raspi-config.md" target="_blank" rel="noopener noreferrer nofollow ugc">documentation</a> on the <code>'raspi-config'</code> command on how to configure your Raspberry Pi properly.</p>
]]></description><link>https://forum.magicmirror.builders/post/1414</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/1414</guid><dc:creator><![CDATA[KirAsh4]]></dc:creator><pubDate>Tue, 07 Jun 2016 01:54:17 GMT</pubDate></item></channel></rss>