-
Notifications
You must be signed in to change notification settings - Fork 16
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 Events not displaying #20
Comments
I'll add on to this one, I am seeing the same issue with my shared google calendar events, would love to have this feature work, but I don't think there is much I can do on the config.js side..... { |
I couldn't get my appointment locations from my google calendar either... {
Please help!! |
If you're having this issue, could you share the locations that are in the calendar module's events? Running the following script in a JavaScript terminal on your mirror web interface should give the locations:
|
Calendar events location not working for me as well. |
I’m using Apple’s public iCal to broadcast events synced to my iCloud. However, when I add events with Location, it doesn’t provide me travel time to destination.
{ module: 'MMM-MyCommute', position: 'top_left', header: 'Commute', config: { apiKey: 'hidden', origin: 'hidden', startTime: '04:00', endTime: '22:00', maxCalendarEvents: 3, destinations: [ { destination: 'addr1', label: 'Study', mode: 'walking', color: '#ff1990', hideDays: [0,6] }, { destination: 'Addr2', label: 'Hidden', color: '#fa4848' } ] } },
The text was updated successfully, but these errors were encountered: