MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Calendar shows events that are in 2 days, but shows them as today.

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    2 Posts 2 Posters 323 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N Offline
      natebrown
      last edited by

      My calendar is 2 days ahead, its the shows the right days on my phone, the calendar is correct. I am using the default calendar module. Below is the calendar config.

              defaults: {
                      maximumEntries: 10, // Total Maximum Entries
                      maximumNumberOfDays: 365,
                      limitDays: 0, // Limit the number of days shown, 0 = no limit
                      displaySymbol: true,
                      defaultSymbol: "calendar-alt", // Fontawesome Symbol see https://fontawesome.com/cheatsheet?from=io
                      showLocation: false,
                      displayRepeatingCountTitle: false,
                      defaultRepeatingCountTitle: "",
                      maxTitleLength: 25,
                      maxLocationTitleLength: 25,
                      wrapEvents: false, // wrap events to multiple lines breaking at maxTitleLength
                      wrapLocationEvents: false,
                      maxTitleLines: 3,
                      maxEventTitleLines: 3,
                      fetchInterval: 5 * 60 * 1000, // Update every 5 minutes.
                      animationSpeed: 2000,
                      fade: true,
                      urgency: 7,
                      timeFormat: "relative",
                      dateFormat: "MMM Do",
                      dateEndFormat: "LT",
                      fullDayEventDateFormat: "MMM Do",
                      showEnd: false,
                      getRelative: 6,
                      fadePoint: 0.25, // Start on 1/4th of the list.
                      hidePrivate: false,
                      hideOngoing: false,
                      hideTime: false,
                      colored: false,
                      coloredSymbolOnly: false,
                      customEvents: [], // Array of {keyword: "", symbol: "", color: ""} where Keyword is a regexp and symbol/color are to be applied for matched
                      tableClass: "small",
                      calendars: [
                              {
                                      symbol: "calendar-alt",
                                      url: "https://www.calendarlabs.com/templates/ical/US-Holidays.ics"
                              }
                      ],
                      titleReplace: {
                              "De verjaardag van ": "",
                              "'s birthday": ""
                      },
                      locationTitleReplace: {
                              "street ": ""
                      },
                      broadcastEvents: true,
                      excludedEvents: [],
                      sliceMultiDayEvents: false,
                      broadcastPastEvents: false,
                      nextDaysRelative: false,
                      selfSignedCert: false
              },
      
      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @natebrown
        last edited by

        @natebrown what timezone is your calendar set for? and what timezone is your system set for?

        can u show an entry from the ics?

        curl -sL url-of-cal >somefile.txt

        then edit somefile.txt and find the event entry

        begin vevent
        …
        end vevent

        the ics file is text

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy