<?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[After installing MM2]]></title><description><![CDATA[<p dir="auto">Very new to this , Having a hard time after I installed MM2 ,Everything went fine thanks to the great tutorial.I don’t know how to config any of the modules.</p>
]]></description><link>https://forum.magicmirror.builders/topic/296/after-installing-mm2</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 13:26:37 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/296.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 30 Jun 2016 03:56:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to After installing MM2 on Mon, 04 Jul 2016 00:56:26 GMT]]></title><description><![CDATA[<p dir="auto">The tutorial <a href="https://forum.magicmirror.builders/topic/236/complete-setup-tutorial/6">found here</a> can help you with what to type to get your config correct.</p>
]]></description><link>https://forum.magicmirror.builders/post/2206</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/2206</guid><dc:creator><![CDATA[mochman]]></dc:creator><pubDate>Mon, 04 Jul 2016 00:56:26 GMT</pubDate></item><item><title><![CDATA[Reply to After installing MM2 on Sun, 03 Jul 2016 23:05:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mochman" aria-label="Profile: mochman">@<bdi>mochman</bdi></a> the part in having trouble with is getting into my config file not sure what steps to take . For explains what do I enter into the terminal to add my options .<br />
Thanks again for the help and sorry for not understanding</p>
]]></description><link>https://forum.magicmirror.builders/post/2203</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/2203</guid><dc:creator><![CDATA[cbryson89]]></dc:creator><pubDate>Sun, 03 Jul 2016 23:05:54 GMT</pubDate></item><item><title><![CDATA[Reply to After installing MM2 on Thu, 30 Jun 2016 12:18:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cbryson89" aria-label="Profile: cbryson89">@<bdi>cbryson89</bdi></a> Are you trying to configure the default modules?  If so, you can go to <a href="https://github.com/MichMich/MagicMirror/tree/master/modules/default" target="_blank" rel="noopener noreferrer nofollow ugc">the modules page</a> and read the configuration settings.  For example, if you want to display the current weather data, go <a href="https://github.com/MichMich/MagicMirror/tree/master/modules/default/currentweather#using-the-module" target="_blank" rel="noopener noreferrer nofollow ugc">to the module page</a>.  Take a look at the “Using the Module” section to see how your <code>config.js</code> should be modified.  For the current weather example, you’ll have to add</p>
<pre><code>{
        module: 'currentweather',
        position: 'top_right',  // This can be any of the regions.
                                    // Best results in left or right regions.
        config: {
            // See 'Configuration options' for more information.
            location: 'Amsterdam,Netherlands',
            locationID: '', //Location ID from http://bulk.openweather.org/sample/ 
            appid: 'abcde12345abcde12345abcde12345ab' //openweathermap.org API key.
        }
    },
</code></pre>
<p dir="auto">to your <code>config.js</code> file.  Then you’ll have to edit the <code>location</code>, and <code>appid</code> sections based on what you read in the <a href="https://github.com/MichMich/MagicMirror/tree/master/modules/default/currentweather#configuration-options" target="_blank" rel="noopener noreferrer nofollow ugc">Configuration Options</a> section.  As you can see,  you’ll need to get an OpenWeather API key.  After you get that, put the api key into your <code>config.js</code> in the <code>appid: 'APIKEY HERE'</code> section.</p>
<p dir="auto">Use this technique for adding/configuring other modules.  Mostly all of the modules you can use for MagicMirror have a configuration page that will let you know what you need to setup to get the modules to work.</p>
]]></description><link>https://forum.magicmirror.builders/post/2104</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/2104</guid><dc:creator><![CDATA[mochman]]></dc:creator><pubDate>Thu, 30 Jun 2016 12:18:57 GMT</pubDate></item></channel></rss>