<?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[problem with module MMM-Pollen-FR on github]]></title><description><![CDATA[<p dir="auto">helo,<br />
i have a problem mith this module.<br />
I explain, i copy and paste the webcode just below in config.js file but magimirror indicate an error with this script.<br />
anyone have an idea ?</p>
<pre><code class="language-js">modules: [
  {
    module: "MMM-Pollen-FR",
    position: "top_left",
    header: "Météo Pollen France",
    config: {
        updateInterval: 3 * 60 * 60 * 1000, // every 3 hours
        region_code: "59",
        minLevel: 0
    }
  },
]
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/18809/problem-with-module-mmm-pollen-fr-on-github</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 09:07:38 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18809.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 19 Jun 2024 12:27:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to problem with module MMM-Pollen-FR on github on Thu, 20 Jun 2024 08:04:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a></p>
<p dir="auto">thank you it’s ok</p>
]]></description><link>https://forum.magicmirror.builders/post/118387</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118387</guid><dc:creator><![CDATA[benoit73]]></dc:creator><pubDate>Thu, 20 Jun 2024 08:04:42 GMT</pubDate></item><item><title><![CDATA[Reply to problem with module MMM-Pollen-FR on github on Wed, 19 Jun 2024 14:52:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/benoit73" aria-label="Profile: benoit73">@<bdi>benoit73</bdi></a> said in <a href="/post/118380">problem with module MMM-Pollen-FR on github</a>:</p>
<blockquote>
<pre><code>            },
</code></pre>
<p dir="auto">modules: [<br />
{</p>
</blockquote>
<p dir="auto">yes, the author module example shows that it goes inside the modules:[ list</p>
<pre><code class="language-js">modules: [
  {
    module: "MMM-Pollen-FR",
    position: "top_left",
    header: "Météo Pollen France",
    config: {
        updateInterval: 3 * 60 * 60 * 1000, // every 3 hours
        region_code: "59",
        minLevel: 0
    }
  },
]
</code></pre>
<p dir="auto">but you already have that…<br />
you only need the module part</p>
<pre><code class="language-js">{
   module: 
   position:
   config:{  
     .
     .
     .
   }
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/118381</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118381</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 19 Jun 2024 14:52:26 GMT</pubDate></item><item><title><![CDATA[Reply to problem with module MMM-Pollen-FR on github on Wed, 19 Jun 2024 14:47:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> said in <a href="/post/118379">problem with module MMM-Pollen-FR on github</a>:</p>
<blockquote>
<p dir="auto">can you show lines 130-150<br />
please xxx out any sensitive info</p>
</blockquote>
<pre><code>    showLogos: true,
    displayTime: 60 * 1000,
    showStandings: true,
    showTables: true,
    showScorers: false,
    scrollVertical: true,
    language: 'en', // supported values are en, de, it
  }
},
                {
                        module: "updatenotification",
                        position: "top_bar"
                },
modules: [
  {
    module: "MMM-Pollen-FR",
    position: "top_left",
    header: "Météo Pollen France",
    config: {
        updateInterval: 3 * 60 * 60 * 1000, // every 3 hours
        region_code: "59",
        minLevel: 0
    }
  },
]
</code></pre>
<p dir="auto">it’s beginin line 130</p>
<pre><code></code></pre>
]]></description><link>https://forum.magicmirror.builders/post/118380</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118380</guid><dc:creator><![CDATA[benoit73]]></dc:creator><pubDate>Wed, 19 Jun 2024 14:47:03 GMT</pubDate></item><item><title><![CDATA[Reply to problem with module MMM-Pollen-FR on github on Wed, 19 Jun 2024 14:44:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/benoit73" aria-label="Profile: benoit73">@<bdi>benoit73</bdi></a> said in <a href="/post/118378">problem with module MMM-Pollen-FR on github</a>:</p>
<blockquote>
<p dir="auto">[2024-06-19 15:54:24.602] [ERROR] Your configuration file contains syntax errors :(<br />
[2024-06-19 15:54:24.603] [ERROR] Line 143 column 8: Parsing error: Unexpected token :</p>
</blockquote>
<p dir="auto">can you show lines 130-150<br />
please xxx out any sensitive info</p>
]]></description><link>https://forum.magicmirror.builders/post/118379</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118379</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 19 Jun 2024 14:44:06 GMT</pubDate></item><item><title><![CDATA[Reply to problem with module MMM-Pollen-FR on github on Wed, 19 Jun 2024 14:38:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a></p>
<pre><code>pi@raspberrypi:~/MagicMirror $ npm run config:check

&gt; magicmirror@2.27.0 config:check
&gt; node js/check_config.js

[2024-06-19 15:54:24.553] [INFO]  Checking file...  /home/pi/MagicMirror/config/config.js
[2024-06-19 15:54:24.602] [ERROR] Your configuration file contains syntax errors :(
[2024-06-19 15:54:24.603] [ERROR] Line 143 column 8: Parsing error: Unexpected token :
pi@raspberrypi:~/MagicMirror $ pi@raspberrypi:~/MagicMirror $ npm run config:check

</code></pre>
<p dir="auto">it’s the line of begining of module MMM-Pollen</p>
]]></description><link>https://forum.magicmirror.builders/post/118378</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118378</guid><dc:creator><![CDATA[benoit73]]></dc:creator><pubDate>Wed, 19 Jun 2024 14:38:23 GMT</pubDate></item><item><title><![CDATA[Reply to problem with module MMM-Pollen-FR on github on Wed, 19 Jun 2024 13:08:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/benoit73" aria-label="Profile: benoit73">@<bdi>benoit73</bdi></a> please alwya use the code block for config or log output<br />
this preserves formatting (indentation and quotes), and minimizes long outputs to scrollable sections, which allows us to see better your questions away from all the other data</p>
<p dir="auto">in the forum message editor,<br />
paste the text you want to share<br />
blank line  above and below<br />
select the text you just pasted<br />
then hit the &lt;/&gt; button above the editor<br />
(you can have  multiple code blocks in  a message)<br />
can you please run the config checker and output its error messages</p>
<pre><code class="language-sh">cd ~/MagicMirror
npm run config:check 
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/118377</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/118377</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 19 Jun 2024 13:08:55 GMT</pubDate></item></channel></rss>