<?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[Adding new Module in Config]]></title><description><![CDATA[<p dir="auto">Hi, can someone help me out please, been a while since I’ve edited the config file of my magic mirror.<br />
Im trying to add the Tado module, and cant seem to get it all verified.</p>
<p dir="auto">This is how the end of my last module ends and then starting with the Tado module. What am i doing wrong?</p>
<p dir="auto">Thanks</p>
<pre><code>      module: 'newsfeed',
      position: 'bottom_bar',
      config: {
        feeds: [
          {
            title: 'BBC',
            url: 'http://feeds.bbci.co.uk/news/rss.xml'
          }
        ],
        startTags: [],
        endTags: [],
        prohibitedWords: []
      }
    }
  ],
  paths: {
    modules: 'modules',
    vendor: 'vendor'
  }
},
}
     {

         module: 'MMM-Tado',
         position: 'middle',
         config: {
             username: '********',
             password: '*******',
             updateInterval: 300000
         }
     }
     
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/12386/adding-new-module-in-config</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 17:00:47 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12386.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 21 Mar 2020 20:13:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Adding new Module in Config on Sat, 21 Mar 2020 22:00:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jakuk" aria-label="Profile: jakuk">@<bdi>jakuk</bdi></a> said in <a href="/post/70936">Adding new Module in Config</a>:</p>
<blockquote>
<p dir="auto">Line 159 col 17 Expected an identifier and instead saw ‘MMM-Tado’.</p>
</blockquote>
<p dir="auto">so, lets look on the line BEFORE 159, cause there was a problem (it is NOT expecting to see )</p>
<pre><code>}    // &lt; --- 
what is this? 
     {     // &lt; mmm-tado module start

         module: 'MMM-Tado',
         position: 'middle',
         config: {
             username: '********',
             password: '*******',
             updateInterval: 300000
         }
     }  // &lt; mm-tado end
</code></pre>
<p dir="auto">end of all modules is ], but I don’t see that either</p>
]]></description><link>https://forum.magicmirror.builders/post/70937</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70937</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 21 Mar 2020 22:00:03 GMT</pubDate></item><item><title><![CDATA[Reply to Adding new Module in Config on Sat, 21 Mar 2020 21:57:02 GMT]]></title><description><![CDATA[<p dir="auto">Sorry does this help at all?</p>
<p dir="auto">Line 155 col 2 ‘destructuring binding’ is available in ES6 (use ‘esversion: 6’) or Mozilla JS extensions (use moz).<br />
Line 159 col 17 Expected an identifier and instead saw ‘MMM-Tado’.<br />
Line 160 col 19 Expected an identifier and instead saw ‘top_right’.<br />
Line 162 col 23 Expected an identifier and instead saw ‘*****’.<br />
Line 163 col 23 Expected an identifier and instead saw ‘*******’.<br />
Line 164 col 29 Expected an identifier and instead saw ‘300000’.<br />
Line 174 col 1 Unexpected ‘if’.<br />
Line 174 col 1 Expected an identifier and instead saw ‘if’ (a reserved word).<br />
Line 174 col 3 Missing semicolon.<br />
Line 174 col 34 Expected an assignment or function call and instead saw an expression.<br />
Line 174 col 35 Missing semicolon.</p>
]]></description><link>https://forum.magicmirror.builders/post/70936</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70936</guid><dc:creator><![CDATA[jakuk]]></dc:creator><pubDate>Sat, 21 Mar 2020 21:57:02 GMT</pubDate></item><item><title><![CDATA[Reply to Adding new Module in Config on Sat, 21 Mar 2020 21:55:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a> practice, line up the {} and {} vertically…  when u create a {</p>
<p dir="auto">add a } in the same column on a new line, put stuff between them</p>
<p dir="auto">each module should end with },</p>
<p dir="auto">after the last module is the ] of the modules:[ list started at the top</p>
<p dir="auto">each module has AT LEAST</p>
<pre><code>{
    module:"???name???",
    config: {
    }
},
</code></pre>
<p dir="auto">all config stuff for the module goes between the {} and close of the config: section</p>
]]></description><link>https://forum.magicmirror.builders/post/70935</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70935</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 21 Mar 2020 21:55:10 GMT</pubDate></item><item><title><![CDATA[Reply to Adding new Module in Config on Sat, 21 Mar 2020 21:53:52 GMT]]></title><description><![CDATA[<p dir="auto">still nothing after adding the , to the bracket…</p>
]]></description><link>https://forum.magicmirror.builders/post/70934</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70934</guid><dc:creator><![CDATA[jakuk]]></dc:creator><pubDate>Sat, 21 Mar 2020 21:53:52 GMT</pubDate></item><item><title><![CDATA[Reply to Adding new Module in Config on Sat, 21 Mar 2020 21:45:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jakuk" aria-label="Profile: jakuk">@<bdi>jakuk</bdi></a></p>
<p dir="auto">Try putting a comma after the curly bracket at the end of the news entry, like so:</p>
<pre><code>paths: {
    modules: 'modules',
    vendor: 'vendor'
  }
}, 
</code></pre>
<p dir="auto">then your tado entry after that</p>
]]></description><link>https://forum.magicmirror.builders/post/70933</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70933</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 21 Mar 2020 21:45:49 GMT</pubDate></item><item><title><![CDATA[Reply to Adding new Module in Config on Sat, 21 Mar 2020 21:27:10 GMT]]></title><description><![CDATA[<p dir="auto">thank you very much for your reply… Yes my MM was working before i added the new module…<br />
Still doesn’t seem to want to work.<br />
Ive added the module like you said and still doesn’t load up…</p>
<p dir="auto">This is how my config looks now.</p>
<p dir="auto">Thanks</p>
<pre><code> title: 'BBC',
            url: 'http://feeds.bbci.co.uk/news/rss.xml'
          }
        ],
        startTags: [],
        endTags: [],
        prohibitedWords: []
      }
    }
  ],
  paths: {
    modules: 'modules',
    vendor: 'vendor'
  }
}


{
        module: 'MMM-Tado',
        position: 'top_right', // This can be any of the regions.
        config: {
            username: '***', 
            password: '***', 
            updateInterval: 300000
        }
    },
     
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/70932</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70932</guid><dc:creator><![CDATA[jakuk]]></dc:creator><pubDate>Sat, 21 Mar 2020 21:27:10 GMT</pubDate></item><item><title><![CDATA[Reply to Adding new Module in Config on Sat, 21 Mar 2020 21:17:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jakuk" aria-label="Profile: jakuk">@<bdi>jakuk</bdi></a></p>
<p dir="auto">So, assuming your MM was working before you tried to add this, I would remove that addition. Check that your MM is now running again, then add</p>
<pre><code>{
        module: 'MMM-Tado',
        position: 'top_right', // This can be any of the regions.
        config: {
            username: 'your_tado_username', 
            password: 'your_tado_password', 
            updateInterval: 300000
        }
    },
</code></pre>
<p dir="auto">Following this guide</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/70931</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70931</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sat, 21 Mar 2020 21:17:47 GMT</pubDate></item></channel></rss>