A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Multiple Calendars module getting "No upcoming events"
-
I have put multiple calendars in the default module but i am not getting any events but “No upcoming events”. You can see the config below. Any ideas what’s wrong?
{ module: 'calendar', header: "My calendar", position: 'top_left', // This can be any of the regions. Best results in left or right regions. config: { calendars: [ { url: 'https://whatever.com symbol: 'calendar', }, { url: 'https://whatever.com', symbol: 'birthday_cake', }, { url: 'https://whatever.com', symbol: 'calendar', }, ] } },
-
@kondef do they work separately? I have multiple calendars all the time without problem
-
No one any suggestions?
-
@sdetweil Yes they work separately but the problem is that i get the data only from one the above. I might doing something wrong with the } and the commas?
-