@Klinge - It appears that your problem isn’t the same. @Sachse had two instances of the Magic Mirror framework running at the same time. You probably don’t have that problem.
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 config.js 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!
Hi @CarstenD
Can you please tel me what does this part of your config do?
triggers:[
{
trigger: "HOTWORD_DETECTED",
fires: [
{
fire:"HOTWORD_PAUSE",
},
{
fire:"ASSISTANT_ACTIVATE",
delay: 200,
payload: function(payload) {
return {
"profile": payload.hotword
}
Thanks.
Problem was outdoor module battery was poor (however, was reported at 67% by netatmo). If data is missing from netatmo the netatmo module will stop updating and keep the old temperatures. If MM is restarted a spinning wheel will be shown. Hope that the new batteries did the trick.
I am using the email module together with an gmx.net account (not gmail). So far everything works okay but after some hours (sometimes a day) it stops showing new E-Mails.
I think that might be caused by the fact that the provider (gmx in this) drops the IMAP session and thus no new email push is received. Also tried with other providers and it shows similar behaviour.
Is there a way to invoke a manual update in intervals? Or sending a notification to re-connect / re-establish the session?
I tried using the schedule module to send a LISTEN_EMAIL notification but nothing happens.
Thanks. This is my first Node.js project. Anyways, I have put an example code (js) in the module folder for anyone willing to develop an android/ios app around it. I have never made an android app so I don’t know how to make the publishing app.