Hi, I will start with I’m on 2.20.0 version of MM but this issue is bothering me for a long time so, the problem is … calendar randomly stops updating itself, I see mirror, and every other module is updated (date/time, weather, news, etc) but, for example, right now calendar is showing me, on its first position, event which ended yesterday (almost 24h ago).
Sometimes I realize that the calendar is not working because the calendar event I added  is not appearing on the mirror display.
Configuration is not very complicated and it is working (if I restart MM), for obvious reason those are not full Google calendar URLs
 {
                        module: "calendar",
                        header: "Kalendarz",
                        position: "top_left",
                        config: {
                                maximumNumberOfDays: 31,
                                showLocation: true,
                                wrapEvents: true,
                                timeFormat: "absolute",
                                fetchInterval: 120000,
                                calendars: [
                                        {
                                                symbol: "calendar-check",
                                                url: "https://calendar.google.com/calendar/ical/"
                                        },
                                        {
                                                symbol: "calendar-alt",
                                                url: "https://www.thunderbird.net/media/caldata/PolishHolidays.ics"
                                        },
                                        {
                                                symbol: "rocket",
                                                url: "https://calendar.google.com/calendar/ical/"
                                        }
                                ]
                        }
                },
Usually, I restart MM but thing keeps bothering me