Read the statement by Michael Teeuw here.
MMM-MonthlyCalendar
-
I have a problem with MMM-MonthlyCalendar model. Widget is displaying events that are in public google calendar but can’t display events that are linked to my private google account calendar…
Is there any reason why? I give him the url just like the default magic mirror calendar view (it works there)?Btw ignore the overlaying modules the screen is supposed to be a larger screen.
-
@florjanklancar I have also tried giving him the localhost path, it makes no difference…
Config settings:
{
module: “MMM-MonthlyCalendar”,
position: “top_left”,config: {
updatesEvery: 30,
weeksInFuture: 5,calendars: [ { url: "http://localhost:8080/modules/MMM-MonthlyCalendar/calendars/<filename>.ics", priority: 1 } ]
}
},It gives this error: [ERROR] Failed to fetch git data for MMM-MonthlyCalendar: Error: block timeout reached
-
@florjanklancar said in MMM-MonthlyCalendar:
It gives this error: [ERROR] Failed to fetch git data for MMM-MonthlyCalendar: Error: block timeout reached
this is caused by the updatenotfication module, going too fast…
fix in next release July 1.
-
@sdetweil so this means that I can’t display my personal events during that time with this module?
-
@florjanklancar disable the updatenotificatoon module
-
@sdetweil hello, no disabling updatenotification module does not do anything…
I commented it out/*{ module: "updatenotification", position: "top_bar" } */
-
@florjanklancar >Failed to fetch git data
nothing else should be requesting git data
I can’t read the picture
-
@sdetweil the point of the picture is just to display that the first event which is my personal google calendar event gets shown in default calendar but not in this MMM-MonthlyCalendar module, the second event (in the red square) is national calendar.ics file that gets shown in both calendars. I have commented out the module that you recommended but it does not change the working of MMM-Monthly calendar module.
I don’t understand what do you mean by:
Failed to fetch git data ; nothing else should be requesting git data
-
@florjanklancar said in MMM-MonthlyCalendar:
I don’t understand what do you mean by:
Failed to fetch git data ; nothing else should be requesting git data
you showed that message, and infered that it might be causing your problem
I was explaining the only module in the system (supplied by MM) that accesses the git repo data for each module is updateNotifications
-
@sdetweil oh ok, but do you have any idea why does the calendar module not show my personal events?