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

    Posts

    Recent Best Controversial
    • RE: Default calendar module seems to disregard month when filtering recurring events.

      @sdetweil Thanks, Sam. I don’t use MMM-CalDav. But it has occurred to me that there may be some corruption in my calendar data (heaven knows how many years ago I created these entries) so I’m going to test by deleting a couple of yearly events and recreate them to see if that fixes the problem.

      posted in System
      J
      jpiatt
    • RE: Default calendar module seems to disregard month when filtering recurring events.

      @sdetweil

      Thanks for your response. Below is the event from my calendar data. The result on the screen shows this event occurring on Monday (03/23/2026) when, as you can see the next occurrence is not until 12/23/2026.

      SUMMARY:James Birthday
      UID:SAVZ-07DB041D-0010-083A-FF32-00771
      X-MICROSOFT-CDO-BUSYSTATUS:FREE
      X-MICROSOFT-CDO-BUSYSTATUS:FREE
      END:VEVENT
      BEGIN:VEVENT
      CREATED:20110429T085854Z
      DTEND;VALUE=DATE:20191224
      DTSTAMP:20241222T221632Z
      DTSTART;VALUE=DATE:20191223
      LAST-MODIFIED:20191223T081329Z
      RECURRENCE-ID;VALUE=DATE:20191223
      SEQUENCE:0
      SUMMARY:James Birthday
      UID:SAVZ-07DB041D-0010-083A-FF32-00771
      END:VEVENT
      BEGIN:VEVENT
      CREATED:20110429T085854Z
      DTEND;VALUE=DATE:20201224
      DTSTAMP:20241222T221632Z
      DTSTART;VALUE=DATE:20201223
      LAST-MODIFIED:20201222T184617Z
      RECURRENCE-ID;VALUE=DATE:20201223
      SEQUENCE:0
      SUMMARY:James Birthday
      UID:SAVZ-07DB041D-0010-083A-FF32-00771
      END:VEVENT
      BEGIN:VEVENT
      DTEND;VALUE=DATE:20061120
      X-MICROSOFT-CDO-BUSYSTATUS:FREE
      UID:SAVZ-07DB041D-0015-083A-FF31-00740
      EXDATE;VALUE=DATE:20201119
      DTSTAMP:20231119T211712Z
      SEQUENCE:0
      CLASS:PRIVATE
      
      posted in System
      J
      jpiatt
    • Default calendar module seems to disregard month when filtering recurring events.

      I have a very out-of-the-box installation of the default calendar module on my mirror. But the mirror’s calendar shows that my brother’s birthday is this coming Monday, which is March 23. However, my iCal (the one referenced in my config) correctly indicates my brother’s birthday is December 23. This seems to occur for all my yearly recurring events.

      Anyone noticed this before? I’ve been running my mirror for a couple years now and I think this defect has been there for at least a year. I’ve just been too busy to look into it until now

      Thanks in advance for any advice.

      -Jerry

      posted in System
      J
      jpiatt
    • RE: Anyone successfully using MMM-Tesla module?

      @sdetweil Thanks, sam. That’s what I figured. I’ll post here when I figure out what I screwed up.

      posted in Troubleshooting
      J
      jpiatt
    • RE: Anyone successfully using MMM-Tesla module?

      @CDT It’s obviously been a long time since I checked this post. This tip was very helpful. I was using the wrong vehicle_ID and have changed it. I’m still getting the “Loading…” message. Based on your experience though, I feel like I must have a problem in my config and I’m going to play with it some more today and see if I can straighten it out.

      The first error message I see in the console log (actually it’s written to stdout) is an UnhandledPromiseRejectionWarning with a Response Error: 404 Not Found. I’m considering just reinstalling the module in case I’ve edited something trying to troubleshoot and left out a comma or introduced bad line-ending with a funky editor or something.

      I will post here if I resolve the issue.

      posted in Troubleshooting
      J
      jpiatt
    • Anyone successfully using MMM-Tesla module?

      I have coded the following but only get message “Loading …” in the assigned area. Any tips or tricks to getting this to work?

                 {
                          module: "MMM-Tesla",
                          position: "bottom_left",
                          config: {
                                  email: "REDACTED",
                                  password: "REDACTED",
                                  client_id: "81527cff06843c8634fdc09e8ac0abefb46...",
                                  clent_secret: "c7257eb71a564034f9419ee651c7d0e5...",
                                  vehicle_id: "REDACTED",
                                  google_api_key: "REDACTED",
                                  refreshInterval: 1000 * 60 * 10
                          }
      
                  }
      
      posted in Troubleshooting
      J
      jpiatt
    • 1 / 1