Read the statement by Michael Teeuw here.
Google Calendar issues
-
-
@sdetweil - Thanks for the reply - fixed it and same issue :(
-
@1lolo94 ok that’s not the default calendar, so I don’t know.
-
@1lolo94 if you use the url in a browser does it download the ICS file?
-
@sdetweil Yes it does.
-
@1lolo94 can u show the messages were you start mm, npm start .
if you use pm2, then
pm2 logs --lines=50
-
@sdetweil - can you explain more on what you’re requesting? Sorry!! I just started all this last night
-
@1lolo94 when MagicMirror starts, using the command npm start, the components that run on the server side output message to the terminal window.
if you used my script to install, and said yes to use pm2 to autostart,
then the pm2 command launches a little script, which issues the npm start command, and captures that output for display or review later.
then you can use the command
pm2 logs --lines=nnn
where nnn is a number of lines to display. default 15
one thing to know about Linux.
by convention, each command outputs it’s command parms when executed with --helpso
pm2 --help -
@sdetweil tried it and this is what i see
[28.01.2024 19:05.36.543] [INFO] updatenotification: You are not using pm2
-
@1lolo94 need more lines