<?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[I cant load 3rd party modules to my smart mirror.]]></title><description><![CDATA[<p dir="auto">So to be clear, I am not the greatest at coding software and stuff like that. Im doing this for my senior project. I am trying to add MMM-NFL by fewieden to my smart mirror. Its just the formatting wont work and I am so frustrated with it.</p>
<pre><code>            {
                    module: 'MMM-NFL',
                    header: 'NFL Scores',
                    position: 'bottom_right',
                    config: {
                                 colored true
                                 reloadInterval 1800000
                    }
</code></pre>
<p dir="auto">I tried my best with the coding it just wont work. I dont know if I accidentally edited other parts of the ‘nano config/config.js’. If anyone could help that would be greatly appreciated.</p>
<p dir="auto">Thank you,<br />
Brenj</p>
]]></description><link>https://forum.magicmirror.builders/topic/7068/i-cant-load-3rd-party-modules-to-my-smart-mirror</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 07:13:28 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/7068.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 26 Apr 2018 18:15:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to I cant load 3rd party modules to my smart mirror. on Mon, 21 Sep 2020 23:21:44 GMT]]></title><description><![CDATA[<p dir="auto">If you have config file copy config.sample<br />
Start again  copy the sample file  to your documents and downloads.<br />
Remove sample from the configuration file<br />
Start again<br />
Remember start with {<br />
Code<br />
Ends in },</p>
<p dir="auto">It’s not always easy to see what’s wrong as the code you are using could be wrong .</p>
<p dir="auto">as l’ve not used this module l cannot say<br />
Keep trying your get their in the end<br />
If it  go wrong it’s easy to start again.</p>
]]></description><link>https://forum.magicmirror.builders/post/82181</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/82181</guid><dc:creator><![CDATA[videogame95]]></dc:creator><pubDate>Mon, 21 Sep 2020 23:21:44 GMT</pubDate></item><item><title><![CDATA[Reply to I cant load 3rd party modules to my smart mirror. on Tue, 01 May 2018 00:18:43 GMT]]></title><description><![CDATA[<p dir="auto">You would probably benefit from reading this:</p>
<p dir="auto"><a href="https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners">https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners</a></p>
]]></description><link>https://forum.magicmirror.builders/post/39132</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39132</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Tue, 01 May 2018 00:18:43 GMT</pubDate></item><item><title><![CDATA[Reply to I cant load 3rd party modules to my smart mirror. on Mon, 30 Apr 2018 18:15:42 GMT]]></title><description><![CDATA[<p dir="auto">Download the sample config file: <a href="https://github.com/MichMich/MagicMirror/blob/master/config/config.js.sample" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/blob/master/config/config.js.sample</a></p>
<p dir="auto">Save it to your pi into the config folder, delete/rename the existing <code>config.js</code> and rename the downloaded file to <code>config.js</code></p>
<p dir="auto">Then start over again and try adding the new module. Do not delete the rest of the content</p>
]]></description><link>https://forum.magicmirror.builders/post/39125</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39125</guid><dc:creator><![CDATA[yawns]]></dc:creator><pubDate>Mon, 30 Apr 2018 18:15:42 GMT</pubDate></item><item><title><![CDATA[Reply to I cant load 3rd party modules to my smart mirror. on Mon, 30 Apr 2018 17:10:05 GMT]]></title><description><![CDATA[<p dir="auto">I did that and still nothing. I’ve been trying to figure out this for the past few days this is making me mad, lol. But thanks for your guys’ help. I might just start over, it would probably make it easier. Do you guys by chance know how to start the coding over? Again thanks for your help, I feel like im asking too much, sorry.</p>
]]></description><link>https://forum.magicmirror.builders/post/39122</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39122</guid><dc:creator><![CDATA[Brenj]]></dc:creator><pubDate>Mon, 30 Apr 2018 17:10:05 GMT</pubDate></item><item><title><![CDATA[Reply to I cant load 3rd party modules to my smart mirror. on Mon, 30 Apr 2018 17:05:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brenj" aria-label="Profile: Brenj">@<bdi>Brenj</bdi></a> you are missing a  <code>:</code></p>
<p dir="auto">between colored and true<br />
And between<br />
Reloadinterval and 18000000</p>
]]></description><link>https://forum.magicmirror.builders/post/39121</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39121</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Mon, 30 Apr 2018 17:05:22 GMT</pubDate></item><item><title><![CDATA[Reply to I cant load 3rd party modules to my smart mirror. on Mon, 30 Apr 2018 17:00:13 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> thanks so much for responding. I copied exactly what you said but it still wont work UGH.</p>
<p dir="auto">I think it has something to do with the ending of the coding.</p>
<pre><code>      {
                    module: 'MMM-NFL',
                    header: 'NFL Scores',
                    position: 'bottom_right',
                    config: {
                            colored true,
                            reloadInterval 1800000
                    }
            },
    ]
</code></pre>
<p dir="auto">};<br />
/*************** DO NOT EDIT THE LINE BELOW ***************/<br />
if (typeof module !== “undefined”) {module.exports = config;)</p>
<p dir="auto">I literally dont know whats wrong with this, I may just have to start the whole thing over.</p>
<p dir="auto">Thanks again,<br />
Brenj</p>
]]></description><link>https://forum.magicmirror.builders/post/39120</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/39120</guid><dc:creator><![CDATA[Brenj]]></dc:creator><pubDate>Mon, 30 Apr 2018 17:00:13 GMT</pubDate></item><item><title><![CDATA[Reply to I cant load 3rd party modules to my smart mirror. on Thu, 26 Apr 2018 20:19:11 GMT]]></title><description><![CDATA[<pre><code>{
	module: 'MMM-NFL',
	header: 'NFL Scores',
	position: 'bottom_right',
	config: {
		colored: true,
		reloadInterval: 1800000
	}
},
</code></pre>
<p dir="auto">You missed some commas and a }</p>
]]></description><link>https://forum.magicmirror.builders/post/38959</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/38959</guid><dc:creator><![CDATA[yawns]]></dc:creator><pubDate>Thu, 26 Apr 2018 20:19:11 GMT</pubDate></item></channel></rss>