<?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[Help debug my config please.]]></title><description><![CDATA[<p dir="auto">Hey,<br />
So I am writing my config and I keep getting the Magic Mirror screen that says your config is not right.   I need a little help with the debug.</p>
<pre><code>var config = {
        port: 8080,
  
    language: 'en',
    timeFormat: 12,
    units: 'imperial',

    modules: [
               {
                  module: 'clock',
                  position: 'top_left'
               },
               {
                  module: 'currentweather',
                  position: 'top_right',
                  config: {
                           location: 'MyCity',
                           appid:  '#####'
                          }
                },
                ]
    }: 
 if (typeof module !== 'undefined') [module.exports = config;}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/1227/help-debug-my-config-please</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 08:56:28 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/1227.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 20 Dec 2016 20:51:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Help debug my config please. on Tue, 20 Dec 2016 21:15:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hawk13" aria-label="Profile: hawk13">@<bdi>hawk13</bdi></a> in the second line from the bottom you used <code>:</code> instead of <code>;</code> and in the last line you used <code>[</code> instead of <code>{</code></p>
]]></description><link>https://forum.magicmirror.builders/post/9618</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/9618</guid><dc:creator><![CDATA[strawberry 3.141]]></dc:creator><pubDate>Tue, 20 Dec 2016 21:15:51 GMT</pubDate></item></channel></rss>