-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calendar not Loading in Magic Mirror #54
Comments
I just set this up this weekend, did you include the full calendar domain including |
It's possible the calendarID is indeed wrong. To find your Google Calendar ID:
Let us know if the above steps work, as an alternative, you can try to check for logs and see if there was any issue with the plugin. |
I'm facing the same issue, although this is the first module I'm adding so I don't have a reference point. My calendar ID on google ends with @gmail.com since it is my own calendar. Do I need to make a group calendar for it to work? I have the same code block as original poster |
Hi @vih-rar , the module should work with any google calendar. To check if is the correct ID you can use this steps from the troubleshooting guide: Finding Your Google Calendar ID: If you're unsure where to find your Google Calendar ID, it's quite straightforward:
|
Thank you, it worked I had placed the module in the incorrect directory (modules/default instead of modules/ ) |
Hi there,
So I've gone through the installation instructions, created credentials etc, and ran authorize.js, which prints out a list of 10 events from my default google calendar in the terminal (so I am sure it must be authorizing okay.) But for the life of me, I cannot get MMM-GoogleCalendar to load! Here is the relevant section of my config.js screen (with the ID altered.):
I've refreshed MM a bunch of times and done a full reboot, and no luck. When I take the above out, and put the default calendar module in its place, it renders fine. Any ideas?
The text was updated successfully, but these errors were encountered: