heskja/MMM-CalendarWeek

Syntax issue to display google calendar

Closed this issue · 1 comments

Hi Heskja,

Sorry to bother you but I'm on this for hours now and I can't find the right syntax to have my google calendar on display... I went throught the questions & issues but was unable to find!
I would really appreciate your help in this matter.
I use ProfileSwitcher & TouchNavigation to manage several screens but even when they are disabled I have the same "no upcoming event"... frustrating :-(
In my browser, the very same URLs do retrieve the .ics file.
Here is the code i use:

 	{
		module: "MMM-CalendarWeek",
		position: "bottom_bar",
		classes: "1",
		config: {
			hideEmptyDays: "True",
			Calendars: [
				//{
					// Dominique
					//url: "https://calendar.google.com/calendar/ical/dominique.suinot%40gmail.com/private-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/basic.ics",
					//symbol: "google",
					//color: "#03F6FA",
				//},
				//{
					// Delphine
					//url: "https://calendar.google.com/calendar/ical/delphine.suinot%40gmail.com/private-bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/basic.ics",
				//},
				{

					// Eloi
					url: "https://calendar.google.com/calendar/ical/eloi.suinot%40gmail.com/private-ccccccccccccccccccccccccccccccccccc/basic.ics",
				}
			]
		}
	},

Thanks for your help

It was a simple issue of lowercase/uppercase...