<?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[MMM-DWD-Pollen]]></title><description><![CDATA[<p dir="auto">Description<br />
Since the existing module to display Pollen information from Germany seems to be broken, I wrote a new module but used the US version as a template (MMM-Pollen).</p>
<p dir="auto">The data is sourced from DWD.</p>
<p dir="auto">Screenshot<br />
<img src="https://github.com/carstendirks/MMM-DWD-Pollen/blob/master/screenshot.png" alt="alt text" class=" img-fluid img-markdown" /></p>
<p dir="auto">Link:<br />
<a href="https://github.com/carstendirks/MMM-DWD-Pollen" target="_blank" rel="noopener noreferrer nofollow ugc">MMM-DWD-Pollen</a></p>
]]></description><link>https://forum.magicmirror.builders/topic/12247/mmm-dwd-pollen</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 14:48:45 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12247.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 23 Feb 2020 16:51:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-DWD-Pollen on Fri, 23 Feb 2024 03:39:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/klinge" aria-label="Profile: Klinge">@<bdi>Klinge</bdi></a> - It appears that your problem isn’t the same. <a class="plugin-mentions-user plugin-mentions-a" href="/user/sachse" aria-label="Profile: Sachse">@<bdi>Sachse</bdi></a> had two instances of the Magic Mirror framework running at the same time. You probably don’t have that problem.</p>
<p dir="auto">The DWD site appears to be up and is hosting a json file. So let’s start at the beginning. Please post the relevant portion of your <code>config.js</code> file. We don’t need everything, just the part that configures the MMM-DWD-Pollen module. That will let us try and replicate your problem. Be sure to use the Markdown features when you post your code snippet!</p>
]]></description><link>https://forum.magicmirror.builders/post/115842</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115842</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Fri, 23 Feb 2024 03:39:44 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DWD-Pollen on Thu, 22 Feb 2024 07:31:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sachse" aria-label="Profile: Sachse">@<bdi>Sachse</bdi></a> Please excuse me for replying to such an old post. But unfortunately I have the same problem as you had. The module only worked fine for a few days, and now it won’t load the data any more. I have now tried to reproduce your solution. But I unfortunately did not solve it. When I enter “pm2 status” and “netstat -plan|grep 8080”, I get the following output.</p>
<pre><code>pi@raspberrypi:~/MagicMirror/modules $ pm2 status
┌────┬────────────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
│ id │ name           │ namespace   │ version │ mode    │ pid      │ uptime │ ↺    │ status    │ cpu      │ mem      │ user     │ watching │
├────┼────────────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
│ 0  │ MagicMirror    │ default     │ 2.26.0  │ fork    │ 749      │ 5h     │ 0    │ online    │ 0%       │ 2.6mb    │ pi       │ enabled  │
└────┴────────────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘
pi@raspberrypi:~/MagicMirror/modules $ netstat -plan|grep 8080
(Es konnten nicht alle Prozesse identifiziert werden; Informationen über
nicht-eigene Processe werden nicht angezeigt; Root kann sie anzeigen.)
tcp6       0      0 ::1:8080                :::*                    LISTEN      838/electron.js
tcp6       0      0 ::1:8080                ::1:46942               TIME_WAIT   -
tcp6       0      0 ::1:8080                ::1:46944               FIN_WAIT2   -
tcp6       0      0 ::1:8080                ::1:44370               VERBUNDEN   838/electron.js
tcp6       0      0 ::1:44370               ::1:8080                VERBUNDEN   941/Electron --shar
tcp6       1      0 ::1:46944               ::1:8080                CLOSE_WAIT  941/Electron --shar

</code></pre>
<p dir="auto">It would be really nice if you could please give me the crucial hint where the problem is now and how it can be solved? :-)</p>
]]></description><link>https://forum.magicmirror.builders/post/115799</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115799</guid><dc:creator><![CDATA[Klinge]]></dc:creator><pubDate>Thu, 22 Feb 2024 07:31:43 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DWD-Pollen on Sun, 16 Apr 2023 08:25:21 GMT]]></title><description><![CDATA[<p dir="auto">I checked your region (32) and there is indeed no data from DWD. The only region is 31 with data.</p>
]]></description><link>https://forum.magicmirror.builders/post/108877</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108877</guid><dc:creator><![CDATA[CarstenD]]></dc:creator><pubDate>Sun, 16 Apr 2023 08:25:21 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DWD-Pollen on Sun, 16 Apr 2023 08:11:35 GMT]]></title><description><![CDATA[<p dir="auto">Apparently DWD had changed its numbering. I updated the Readme.</p>
<p dir="auto">Those are the new regions:<br />
10=Schleswig-Holstein und Hamburg<br />
11=Inseln und Marschen<br />
12=Geest,Schleswig-Holstein und Hamburg<br />
20=Mecklenburg-Vorpommern<br />
30=Niedersachsen und Bremen<br />
31=Westl. Niedersachsen/Bremen<br />
32=Östl. Niedersachsen<br />
40=Nordrhein-Westfalen<br />
41=Rhein.-Westfäl. Tiefland<br />
42=Ostwestfalen<br />
43=Mittelgebirge NRW<br />
50=Brandenburg und Berlin<br />
60=Sachsen-Anhalt<br />
61=Tiefland Sachsen-Anhalt<br />
62=Harz<br />
70=Thüringen<br />
71=Tiefland Thüringen<br />
72=Mittelgebirge Thüringen<br />
80=Sachsen<br />
81=Tiefland Sachsen<br />
82=Mittelgebirge Sachsen<br />
90=Hessen<br />
91=Nordhessen und hess. Mittelgebirge<br />
92=Rhein-Main<br />
100=Rheinland-Pfalz und Saarland<br />
101=Rhein, Pfalz, Nahe und Mosel<br />
102=Mittelgebirgsbereich Rheinland-Pfalz<br />
103=Saarland<br />
110=Baden-Württemberg<br />
111=Oberrhein und unteres Neckartal<br />
112=Hohenlohe/mittlerer Neckar/Oberschwaben<br />
113=Mittelgebirge Baden-Württemberg<br />
120=Bayern<br />
121=Allgäu/Oberbayern/Bay. Wald<br />
122=Donauniederungen<br />
123=Bayern nördl. der Donau, o. Bayr. Wald, o. Mainfranken<br />
124=Mainfranken</p>
]]></description><link>https://forum.magicmirror.builders/post/108876</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108876</guid><dc:creator><![CDATA[CarstenD]]></dc:creator><pubDate>Sun, 16 Apr 2023 08:11:35 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DWD-Pollen on Thu, 13 Apr 2023 08:20:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fatgrandma" aria-label="Profile: fatgrandma">@<bdi>fatgrandma</bdi></a> Thank you for your answer.</p>
<p dir="auto">When I take the wrong number from the DWD site I got the message “No values today. No values tomorrow”. But you are right. In this case I have to wait a day more. I guess DWD published his new values at 11 a.m. every day, doesn´t it?</p>
<p dir="auto">But when I take the correct number from the github site(!), I get only the message “Loading”. And this has been the case for several days.</p>
]]></description><link>https://forum.magicmirror.builders/post/108845</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108845</guid><dc:creator><![CDATA[Klinge]]></dc:creator><pubDate>Thu, 13 Apr 2023 08:20:33 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DWD-Pollen on Thu, 13 Apr 2023 07:42:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/klinge" aria-label="Profile: Klinge">@<bdi>Klinge</bdi></a></p>
<p dir="auto">The Number on github is the correct one as statet on the github site</p>
<p dir="auto"><em>“There is a map that sows all part regions (but you have to match it to the numbers shown above)”</em></p>
<p dir="auto">Dumb take but did you try to just wait one day? DWD pushes the numbers out once a day, if there are no new ones it shows nothing on the module.</p>
]]></description><link>https://forum.magicmirror.builders/post/108844</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108844</guid><dc:creator><![CDATA[fatgrandma]]></dc:creator><pubDate>Thu, 13 Apr 2023 07:42:24 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DWD-Pollen on Thu, 13 Apr 2023 07:13:51 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/108838">MMM-DWD-Pollen</a>:</p>
<blockquote>
<p dir="auto">if someone knows and is willing to help they will.<br />
this forum is all volunteer community</p>
</blockquote>
<p dir="auto">Yes, I know, and that’s absolutely fine, of course. It was just another attempt here.</p>
]]></description><link>https://forum.magicmirror.builders/post/108842</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108842</guid><dc:creator><![CDATA[Klinge]]></dc:creator><pubDate>Thu, 13 Apr 2023 07:13:51 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DWD-Pollen on Wed, 12 Apr 2023 12:43:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/klinge" aria-label="Profile: Klinge">@<bdi>Klinge</bdi></a> if someone knows and is willing to help they will.<br />
this forum is all volunteer community</p>
]]></description><link>https://forum.magicmirror.builders/post/108838</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108838</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 12 Apr 2023 12:43:03 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DWD-Pollen on Wed, 12 Apr 2023 12:28:13 GMT]]></title><description><![CDATA[<p dir="auto">Hello,<br />
maybe someone of you could help me, because in my new opened topic I got no answers unfortunately.<br />
I try to start the module MMM-DWD-Pollen. But the data will not be loaded. I am living in the region “Östl. Niedersachsen”. On the <a href="https://github.com/carstendirks/MMM-DWD-Pollen" target="_blank" rel="noopener noreferrer nofollow ugc">Github site</a> this region is declared with the number “32”. And on the <a href="https://www.dwd.de/DE/leistungen/gefahrenindizespollen/Gebiete.html?nn=16102&amp;lsbId=463856" target="_blank" rel="noopener noreferrer nofollow ugc">DWD Site</a> it is declared with the number “5”. But both numbers are not working. And now I don´t know which number I can use for my region.<br />
It would be great if someone could help me.<br />
Thank you in advance.</p>
]]></description><link>https://forum.magicmirror.builders/post/108837</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/108837</guid><dc:creator><![CDATA[Klinge]]></dc:creator><pubDate>Wed, 12 Apr 2023 12:28:13 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DWD-Pollen on Mon, 29 Mar 2021 07:07:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/carstend" aria-label="Profile: carstend">@<bdi>carstend</bdi></a> that is strange. This is the only css I use for DWD-Pollen. Do you have something else in your custom css?</p>
]]></description><link>https://forum.magicmirror.builders/post/90033</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/90033</guid><dc:creator><![CDATA[MajorC]]></dc:creator><pubDate>Mon, 29 Mar 2021 07:07:46 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DWD-Pollen on Sun, 28 Mar 2021 17:41:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/majorc" aria-label="Profile: majorc">@<bdi>majorc</bdi></a> Thanks. Somehow this does not really work on mine. Now the text is stretching into the right border.<br />
But good that it works for you.</p>
]]></description><link>https://forum.magicmirror.builders/post/90021</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/90021</guid><dc:creator><![CDATA[CarstenD]]></dc:creator><pubDate>Sun, 28 Mar 2021 17:41:39 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DWD-Pollen on Thu, 25 Mar 2021 07:35:04 GMT]]></title><description><![CDATA[<p dir="auto">Update:<br />
I now use:</p>
<pre><code>.MMM-DWD-Pollen table {
	margin-left: auto;
	margin-right: -40px;
}
</code></pre>
<p dir="auto">Not sure if this is a good way, but it works for me at the moment.</p>
]]></description><link>https://forum.magicmirror.builders/post/89867</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89867</guid><dc:creator><![CDATA[MajorC]]></dc:creator><pubDate>Thu, 25 Mar 2021 07:35:04 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DWD-Pollen on Sat, 20 Mar 2021 09:59:03 GMT]]></title><description><![CDATA[<p dir="auto">I have the DWD-Pollen on the right side of my scree. Unfortunately, there is a gap as you can see in the picture.</p>
<p dir="auto"><img src="/assets/uploads/files/1616234191102-pollen.jpg" alt="pollen.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">I checked the CSS, but it is a table and I can’t see a good way to get rid of the space on the right.</p>
<p dir="auto">Any idea is appreciated.</p>
]]></description><link>https://forum.magicmirror.builders/post/89694</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/89694</guid><dc:creator><![CDATA[MajorC]]></dc:creator><pubDate>Sat, 20 Mar 2021 09:59:03 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DWD-Pollen on Wed, 10 Jun 2020 14:13:13 GMT]]></title><description><![CDATA[<p dir="auto">Added the option to select which Pollen to display through config.</p>
]]></description><link>https://forum.magicmirror.builders/post/76872</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/76872</guid><dc:creator><![CDATA[CarstenD]]></dc:creator><pubDate>Wed, 10 Jun 2020 14:13:13 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DWD-Pollen on Mon, 18 May 2020 11:43:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/carstend" aria-label="Profile: CarstenD">@<bdi>CarstenD</bdi></a> Thank you very much for your attention and effort. I have contacted the owner of the post to have more in depth information how to go about and use this API.<br />
As far as my limited knowledge for implementing this, one has to install / use 2 different programs systems to utilize it, and I have sent the guy a message with and example of the “MMM-pollen” to give him and idea of what I am looking for and how can I implement this, I hope I get a useful response.</p>
]]></description><link>https://forum.magicmirror.builders/post/75418</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75418</guid><dc:creator><![CDATA[TechJak7000]]></dc:creator><pubDate>Mon, 18 May 2020 11:43:06 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DWD-Pollen on Sun, 17 May 2020 18:28:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/techjak7000" aria-label="Profile: TechJak7000">@<bdi>TechJak7000</bdi></a> said in <a href="/post/75111">MMM-DWD-Pollen</a>:</p>
<blockquote>
<p dir="auto">Astma-Allergi Denmark</p>
</blockquote>
<p dir="auto">I found some information here: <a href="https://github.com/rugaard/pollen" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/rugaard/pollen</a><br />
Thus it looks like Astma-Allergi Denmark does not offer any official API. Thus you have to use this API here (which I guess takes the data from the website) and renders the data accordingly. There are only two regions as far as I can see (East and West?) and 25 pollen. If the API works it should no big problem.</p>
]]></description><link>https://forum.magicmirror.builders/post/75381</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75381</guid><dc:creator><![CDATA[CarstenD]]></dc:creator><pubDate>Sun, 17 May 2020 18:28:19 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DWD-Pollen on Sun, 17 May 2020 18:23:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/duxnobis" aria-label="Profile: duxnobis">@<bdi>duxnobis</bdi></a> In general yes, I think Switzerland gets data from Meteo Schweiz (<a href="https://opendata.swiss/de/dataset/messstationen-des-nationalen-pollenmessnetzes" target="_blank" rel="noopener noreferrer nofollow ugc">https://opendata.swiss/de/dataset/messstationen-des-nationalen-pollenmessnetzes</a>)</p>
]]></description><link>https://forum.magicmirror.builders/post/75380</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75380</guid><dc:creator><![CDATA[CarstenD]]></dc:creator><pubDate>Sun, 17 May 2020 18:23:38 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DWD-Pollen on Sun, 17 May 2020 18:18:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sachse" aria-label="Profile: Sachse">@<bdi>Sachse</bdi></a> Glad you got it working with the support from @bhelper. Sorry that I could not reply fast enough. Thanks for using!</p>
]]></description><link>https://forum.magicmirror.builders/post/75379</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75379</guid><dc:creator><![CDATA[CarstenD]]></dc:creator><pubDate>Sun, 17 May 2020 18:18:03 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DWD-Pollen on Thu, 14 May 2020 03:43:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sachse" aria-label="Profile: Sachse">@<bdi>Sachse</bdi></a> - Glad you got it working!</p>
<p dir="auto">Don’t worry about the “gee, I could have figured that out for myself” thing. Today, it took me hours to realize that one of my customer’s problems was he had the wrong time zone set on his laptop. It’s the simple fixes with vague errors that hurt the most.</p>
]]></description><link>https://forum.magicmirror.builders/post/75146</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75146</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Thu, 14 May 2020 03:43:21 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DWD-Pollen on Wed, 13 May 2020 08:25:23 GMT]]></title><description><![CDATA[<p dir="auto">Hello Carsten,</p>
<p dir="auto">Thank you for making a such a useful module, just out of curiosity would like to know that you can the data free from DWD, I would love to have one for Denmark, I tried to contact the  AAD :- “Astma-Allergi Denmark” but could not find a solution.</p>
<p dir="auto">I was wondering if you can assist me making one for Denmark, I will be wonderful and beneficial for many.</p>
<p dir="auto">Best Regards<br />
JG</p>
]]></description><link>https://forum.magicmirror.builders/post/75111</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75111</guid><dc:creator><![CDATA[TechJak7000]]></dc:creator><pubDate>Wed, 13 May 2020 08:25:23 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DWD-Pollen on Wed, 13 May 2020 06:29:42 GMT]]></title><description><![CDATA[<p dir="auto">@bhelper</p>
<p dir="auto">Ohh, this is almost embarrassing. I could have figured that out myself by looking at netstat -plan|grep 8080. I was just irritated that the other modules worked without problems, so I didn’t suspect the error there. The module “MMM-DWD-Pollen” works great now :-)</p>
<p dir="auto">Thanks for your support</p>
]]></description><link>https://forum.magicmirror.builders/post/75107</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75107</guid><dc:creator><![CDATA[Sachse]]></dc:creator><pubDate>Wed, 13 May 2020 06:29:42 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DWD-Pollen on Wed, 13 May 2020 02:19:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sachse" aria-label="Profile: Sachse">@<bdi>Sachse</bdi></a> - I mean the console in Chromium. The dev mode should display the console on your mirror so you can see the log from the display layer. The log in “bash” is the log from the back end (the <code>node_helper.js</code> and similar scripts).</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sachse" aria-label="Profile: Sachse">@<bdi>Sachse</bdi></a> said in <a href="/post/75084">MMM-DWD-Pollen</a>:</p>
<blockquote>
<p dir="auto">ERROR]  Error: listen EADDRINUSE: address already in use 127.0.0.1:8080</p>
</blockquote>
<p dir="auto">This means that some other process is already using port 8080 on your Pi. Usually, this means that you have two instances of Magic Mirror running. You may have something else using that port, but usually it’s another script attempting to also run your mirror. First, let’s check if PM2 has two instances defined. If you type <code>pm2 status all</code> what do you see?</p>
<p dir="auto">General principle: You can ignore just about everything in a log file unless it is preceded by <code>ERROR</code>.</p>
]]></description><link>https://forum.magicmirror.builders/post/75099</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75099</guid><dc:creator><![CDATA[bhepler]]></dc:creator><pubDate>Wed, 13 May 2020 02:19:50 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DWD-Pollen on Tue, 12 May 2020 21:03:14 GMT]]></title><description><![CDATA[<p dir="auto">Hi Mate, could you do the same for Switzerland? Or chat bilateral to talk about what is required and I will see what I can organize. Thanks!</p>
]]></description><link>https://forum.magicmirror.builders/post/75091</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75091</guid><dc:creator><![CDATA[duxnobis]]></dc:creator><pubDate>Tue, 12 May 2020 21:03:14 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-DWD-Pollen on Tue, 12 May 2020 17:45:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bhepler" aria-label="Profile: bhepler">@<bdi>bhepler</bdi></a> said in <a href="/post/75042">MMM-DWD-Pollen</a>:</p>
<blockquote>
<p dir="auto">npm start dev</p>
</blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bhepler" aria-label="Profile: bhepler">@<bdi>bhepler</bdi></a></p>
<p dir="auto">you mean the error messages in the bash or the console of Chromium?</p>
<p dir="auto">$ npm start dev</p>
<blockquote>
<p dir="auto">magicmirror@2.11.0 start /home/pi/MagicMirror<br />
DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js “dev”</p>
</blockquote>
<p dir="auto">Gtk-Message: 19:18:06.195: Failed to load module “canberra-gtk-module”<br />
Gtk-Message: 19:18:06.204: Failed to load module “canberra-gtk-module”<br />
[2020-05-12 19:18:07.380] [LOG]    Starting MagicMirror: v2.11.0<br />
[2020-05-12 19:18:07.393] [LOG]    Loading config …<br />
[2020-05-12 19:18:07.402] [LOG]    Loading module helpers …<br />
[2020-05-12 19:18:07.405] [LOG]    No helper found for module: alert.<br />
[2020-05-12 19:18:07.507] [LOG]    Initializing new module helper …<br />
[2020-05-12 19:18:07.508] [LOG]    Module helper loaded: updatenotification<br />
[2020-05-12 19:18:07.509] [LOG]    No helper found for module: clock.<br />
[2020-05-12 19:18:08.251] [LOG]    Initializing new module helper …<br />
[2020-05-12 19:18:08.252] [LOG]    Module helper loaded: calendar<br />
[2020-05-12 19:18:08.253] [LOG]    No helper found for module: currentweather.<br />
[2020-05-12 19:18:08.255] [LOG]    No helper found for module: weatherforecast.<br />
[2020-05-12 19:18:08.258] [LOG]    Initializing new module helper …<br />
[2020-05-12 19:18:08.260] [LOG]    Module helper loaded: MMM-DWD-Pollen<br />
[2020-05-12 19:18:08.306] [LOG]    Initializing new module helper …<br />
[2020-05-12 19:18:08.307] [LOG]    Module helper loaded: newsfeed<br />
[2020-05-12 19:18:08.308] [LOG]    All module helpers loaded.<br />
[2020-05-12 19:18:08.510] [LOG]    Starting server on port 8080 …<br />
[2020-05-12 19:18:08.533] [LOG]    Server started …<br />
[2020-05-12 19:18:08.535] [LOG]    Connecting socket for: updatenotification<br />
[2020-05-12 19:18:08.536] [LOG]    Connecting socket for: calendar<br />
[2020-05-12 19:18:08.537] [LOG]    Starting node helper for: calendar<br />
[2020-05-12 19:18:08.538] [LOG]    Connecting socket for: MMM-DWD-Pollen<br />
[2020-05-12 19:18:08.539] [LOG]    MMM-DWD-Pollen helper started …<br />
[2020-05-12 19:18:08.540] [LOG]    Connecting socket for: newsfeed<br />
[2020-05-12 19:18:08.541] [LOG]    Starting module: newsfeed<br />
[2020-05-12 19:18:08.542] [LOG]    Sockets connected &amp; modules started …<br />
[2020-05-12 19:18:08.772] [LOG]    Whoops! There was an uncaught exception…<br />
[2020-05-12 19:18:08.773] [ERROR]  Error: listen EADDRINUSE: address already in use 127.0.0.1:8080<br />
at Server.setupListenHandle [as _listen2] (net.js:1226:14)<br />
at listenInCluster (net.js:1274:12)<br />
at GetAddrInfoReqWrap.doListen [as callback] (net.js:1413:7)<br />
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:65:10) {<br />
code: ‘EADDRINUSE’,<br />
errno: ‘EADDRINUSE’,<br />
syscall: ‘listen’,<br />
address: ‘127.0.0.1’,<br />
port: 8080<br />
}<br />
[2020-05-12 19:18:08.792] [LOG]    MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?<br />
[2020-05-12 19:18:08.793] [LOG]    If you think this really is an issue, please open an issue on GitHub: <a href="https://github.com/MichMich/MagicMirror/issues" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/issues</a><br />
[2020-05-12 19:18:08.802] [LOG]    Launching application.<br />
[22416:0512/191926.709481:ERROR:CONSOLE(24)] “Empty response arrived for script ‘devtools://devtools/remote/serve_file/@74afbfc65bd4d271bc09280abd5783ffe47444b9/accessibility/accessibility_module.js’”, source: devtools://devtools/bundled/shell.js (24)<br />
[22416:0512/191926.710572:ERROR:CONSOLE(109)] “Uncaught (in promise) Error: Could not instantiate: Accessibility.AccessibilitySidebarView”, source: devtools://devtools/bundled/shell.js (109)<br />
[22416:0512/191936.736681:ERROR:CONSOLE(24)] “Empty response arrived for script ‘devtools://devtools/remote/serve_file/@74afbfc65bd4d271bc09280abd5783ffe47444b9/product_registry_impl/product_registry_impl_module.js’”, source: devtools://devtools/bundled/shell.js (24)<br />
[22416:0512/191936.802627:ERROR:CONSOLE(109)] “Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry”, source: devtools://devtools/bundled/shell.js (109)</p>
<hr />
<p dir="auto">In the network analysis from the console of Chromium I find under MMM-DWD-Pollen.js:</p>
<h2>Request URL: <a href="http://localhost:8080/modules/MMM-DWD-Pollen//MMM-DWD-Pollen.js" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:8080/modules/MMM-DWD-Pollen//MMM-DWD-Pollen.js</a><br />
Request Method: GET<br />
Status Code: 304 Not Modified<br />
Remote Address: 127.0.0.1:8080<br />
Referrer Policy: no-referrer-when-downgrade<br />
Accept-Ranges: bytes<br />
Cache-Control: public, max-age=0<br />
Connection: keep-alive<br />
Date: Tue, 12 May 2020 17:30:47 GMT<br />
ETag: W/“1e7a-1720040e625”<br />
Last-Modified: Sun, 10 May 2020 20:22:32 GMT<br />
Strict-Transport-Security: max-age=15552000; includeSubDomains<br />
X-Content-Type-Options: nosniff<br />
X-DNS-Prefetch-Control: off<br />
X-Download-Options: noopen<br />
X-Frame-Options: SAMEORIGIN<br />
X-XSS-Protection: 1; mode=block<br />
Accept: <em>/</em><br />
Accept-Encoding: gzip, deflate, br<br />
Accept-Language: de<br />
Connection: keep-alive<br />
Host: localhost:8080<br />
If-Modified-Since: Sun, 10 May 2020 20:22:32 GMT<br />
If-None-Match: W/“1e7a-1720040e625”<br />
Referer: <a href="http://localhost:8080/" target="_blank" rel="noopener noreferrer nofollow ugc">http://localhost:8080/</a><br />
Sec-Fetch-Mode: no-cors<br />
Sec-Fetch-Site: same-origin<br />
User-Agent: Mozilla/5.0 (X11; Linux armv7l) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.146 Electron/6.0.12 Safari/537.36</h2>
<p dir="auto">under Console with the word filter “pollen” I see:</p>
<p dir="auto">Load script: modules/MMM-DWD-Pollen//MMM-DWD-Pollen.js<br />
module.js:479 Module registered: MMM-DWD-Pollen<br />
loader.js:150 Bootstrapping module: MMM-DWD-Pollen<br />
loader.js:155 Scripts loaded for: MMM-DWD-Pollen<br />
loader.js:194 Load stylesheet: modules/MMM-DWD-Pollen/MMM-DWD-Pollen.css<br />
loader.js:157 Styles loaded for: MMM-DWD-Pollen<br />
loader.js:159 Translations loaded for: MMM-DWD-Pollen</p>
<p dir="auto">I hope I got the right error messages</p>
<p dir="auto">Greetings Heiko</p>
]]></description><link>https://forum.magicmirror.builders/post/75084</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/75084</guid><dc:creator><![CDATA[Sachse]]></dc:creator><pubDate>Tue, 12 May 2020 17:45:30 GMT</pubDate></item></channel></rss>