Can see private google calendar events on default calendar module but not calendarext3 #162
Unanswered
Ashna-git-hub
asked this question in
Q&A
Replies: 3 comments 9 replies
|
Try this; {
module: "calendar",
hiddenOnStartup: true,
position: "top_left",
config: {
calendars: [
{
symbol: "calendar-check",
url: "https://ics.calendarlabs.com/76/mm3137/US_Holidays.ics"
},
{
color: "gold",
symbol: "wrench",
url: "https://calendar.google.com/calendar/ical/4b9cf164fc89b0242c19954ce50bee32d6b11f22867bca27dd4bae74c9ce6390%40group.calendar.google.com/private-e481c2eeb134dd8eec7a4eec9322c7cc/basic.ics"
},
]
}
},
{
module: "MMM-CalendarExt3",
position: "bottom_bar",
config: {
mode: "monthly",
}
}, |
1 reply
|
Can you send me your config.js to me? (eouia0819@gmail.com) |
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Can someone upload an example of their working calendar config when using a Google calendar. It works on normal calendar but not this module calendarext3. I can see the public holidays. I can see my events on default module.
I am using the secret url and it works
All reactions