@olesoncrypto 1st… NEVER edit the source code
always use config.js
if u HAVE edited the source code and want it back then , in the MM folder do
git checkout modules/default/calendar/calendar.js
to restore the file from the source code repository
this should make the default work again (if u restored that section of the config.js from config.js.sample)
so, now we need to understand why 4 cals don’t work.,
1st test
take each URL from each cal entry, one by one
in a browser ON the MM system and
see if the url downloads an ics file … this is required for the cal module to work
if not, fix that
then try with your config.js, which looks ok.
if not working, add
,"DEBUG"
to the end of
logLevel: ["INFO", "LOG", "WARN", "ERROR"], // Add "DEBUG" for even more logging
and start MM like this (make sure to stop any previous running mm, if pm2, then pm2 stop all
npm start >somefile.txt
wait til u think cal entries should have shown,
ctrl-c to stop mm in the terminal window where i started,
(ctrl-m to minimize mm if doing ON the pi,
I STRONLGY recommend learning to use ssh from other machine to do all maint, so u don’t have these problems )
and then edit somefile.txt to see what is going on