Read the statement by Michael Teeuw here.
Calendar Module intermittently stop working
-
@pastormingle did u do npm start someplace??
dops -ef | grep npm
-
@sdetweil yes… so i am setup using rdp into the PI and then open up a terminal window then do a npm start in the MM directory.
-
-
@pastormingle but u have pm2 doing the start, so don’t need manual npm start
-
@sdetweil ok i am lost here… Thanks for being patient with me… Yes PM2 start it so I should do that?
-
@pastormingle pm2 should start it at boot… that is what it is for…
if not, then fix it with my fixuppm2.sh script from
https://github.com/sdetweil/MagicMirror_scripts
pm2’s job is to start at boot, and KEEP running if it fails…
there are lots of command options
pm2 --help
start, stop,m restart, logs, flush , save
u name it -
@sdetweil thanks for all the help… I have it working now… Just went out and copied a new ics link and that seem to fix it…
-
@pastormingle weird… but glad u got it working