A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Calendar only updates with restart
-
I’m using my google calendar to see events on my magic mirror. It suddenly stopped updating three weeks ago. The only way for me to get the events to be current is to quit, then . When it loads, everything is great. It will say I have a meeting in 2 hours. But the next day, it still says I have a meeting in 2 hours. Any suggestions on how to get it to update? Thanks in advance for your help!
Module.register(“MMM-MyCalendar”, {
// Define module defaults defaults: { maximumEntries: 10, // Total Maximum Entries maximumNumberOfDays: 365, displaySymbol: true, defaultSymbol: "calendar", // Fontawesome Symbol see http://fontawesome.io/cheatsheet/ displayRepeatingCountTitle: false, defaultRepeatingCountTitle: "", maxTitleLength: 25, fetchInterval: 5 * 60 * 1000, // Update every 5 minutes. animationSpeed: 2000, fade: true, urgency: 7, useRelativeDates: false, dayOfWeekFormat: "dddd", dateFormat: "MMMM D", timeFormat: "h:mm A", joiningWord: "at", getRelative: 6, fadePoint: 0.25, // Start on 1/4th of the list. hidePrivate: false, colored: false, calendars: [ { symbol: "calendar", url: "http://www.calendarlabs.com/templates/ical/US-Holidays.ics", }, ], titleReplace: { "De verjaardag van ": "", "'s birthday": "" }, broadcastEvents: true, excludedEvents: [], showLocation: true },