Read the statement by Michael Teeuw here.
Calendar config
-
@JbeesonMagic16
add a comma here:
{ url: 'https://calendar.google.com/calendar/ical/WIFE%40gmail.com/public/basic.ics' }, ], } } { module: 'compliments', position: 'lower_third'
so it looks like this
{ url: 'https://calendar.google.com/calendar/ical/WIFE%40gmail.com/public/basic.ics' }, ], } }, { module: 'compliments', position: 'lower_third'
See if that solves it.
-
@JbeesonMagic16 Yeah, @in_a_days recommendation fixes the problems in the jshint. Hopefully that works for you.
-
Nice, that does get it working again, but no go on the calendars actually showing up. I found a private link to google calendars ical, which makes sense since I’m not sharing my calendar with the public. So I used that link, and they work now. Thanks to all of you for your help!!
-
@JbeesonMagic16
I almost posted the same exact problem but I found this page (thread?) (Whatever), but due to the help you received and your last comment about the private link to google calendars ical, I was able to resolve the issue without asking the question. This place is awesome. :-)
Up votes for everyone!