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? -
-
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 -
-
-
-
@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.