MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. mmohrmann
    3. Topics
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Groups 0

    Topics

    • M

      Calendar only updates with restart

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      1
      0 Votes
      1 Posts
      188 Views
      M
      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 },
    • M

      Updated MM will not display

      Watching Ignoring Scheduled Pinned Locked Moved Forum
      3
      0 Votes
      3 Posts
      408 Views
      M
      @sdetweil Thank you! npm install rrule worked. My changes didn’t merge over, but at least I have the default MM running. THANKS!
    • 1 / 1