Read the statement by Michael Teeuw here.
Calendar module works on one Mirror...but not another?
-
I’ve got 2 mirrors going - and I can’t get one of them to correctly retrieve an ICS calendar. When I did a git pull on the one that isn’t working, I got an error indicating I needed to commit my changes or stash them, blah blah - on a package lock file. That’s the only difference I can see; the ICS URL is identical (cut and pasted) and when I keep the calendar module active in the config file, it doesn’t start the mirror properly. If I remark it out - the mirror starts, but, obviously, no calendar.
I then stripped every parameter I could come up with to see if something was hosing it, and my config.js now shows (slightly modified the ICS for security)…and it still won’t load. I’m wondering if the problem is a file (or more than one) that didn’t get updated?
{ module: "calendar", position: "top_left", config: { calendars: [ { url: "https://hcpss.instructure.com/feeds/calendars/user_ddwOXFvYDYlx1disrEI08vTxnfn.ics", }, ], } },
Any ideas?
Also - second mirror is for my kid - and I’m using the newsfeed to get a kids joke of the day from https://www.jokesbykids.com/science/space/index.xml, but … I can’t get it to show the punch line! :( Alternatives?
Thanks!
-
@gnurph69 erase the lock file and
then
git pull && npm install
again