Read the statement by Michael Teeuw here.
Calendar shows "no entries" after MM Update
-
Hello yawns,
thanks for your fast answer. But I tried several times. Start the Raspi new, start the MM with Control-R , but the error is the same. First it displays “load” over a long time and then it displays “no entries” (Keine Termine - because I’m german). -
Ok. Could you try to copy the url of your calendar config and paste it into any browser to see if this loads?
Did you try to stop the magicmirror process, start it withnpm start dev
and look for any error entries in console? -
Hello yawns,
the url is a google calendar ics url and when I paste the url in my browser it load.
This are the error Messages after i type npm start dev. -
you are in the wrong directory, you need to change with
cd MagicMirror
Are you working on your pi? Or are you connected via ssh? If you use ssh then you need to runDISPLAY=:0 npm start dev
instead -
Hello yawns,
this are the Terminal messages after i follow your advice. I log into over ssh.
-
-
Thank for your help but I think there is no other Application who listen on 8080. This is the result on your idea and I think electron.js is an app of MagicMirror isn’t it ?
-
@Peter_van_Evert yes, but this shows that there is an instance of MagicMirror still running, if you dont know how to kill it the easiest solution would be to restart the pi
-
and before I install the Update of MM, everything works fine.
-
@strawberry-3.141 what do you think is the second instance of MM ? There’s only one who listen on 8080 and when I kill this app, my MM close.