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 Module not working with Google Calendar

    Scheduled Pinned Locked Moved Solved Troubleshooting
    22 Posts 6 Posters 13.4k Views 8 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.
    • S Offline
      sdetweil @redink
      last edited by

      @redink yes, new rrule is having trouble…

      lets go back to the prior parser

      cd  ~/MagicMirror
      npm install node-ical@0.16.1
      

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      R F 2 Replies Last reply Reply Quote 0
      • R Offline
        redink @sdetweil
        last edited by

        @sdetweil That did it. Thank you so much. I spent two hours this morning trying to fix this.
        How did you know that this was an issue? I need to get better at learning how to troubleshoot this mirror myself.

        S 1 Reply Last reply Reply Quote 0
        • S Offline
          sdetweil @redink
          last edited by sdetweil

          @redink we’ve been working it for the last couple weeks. this was a major change for calendar this release. I pushed it cause of all the other recurring events time problems.

          I do most of the calendar module parsing support

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          R 1 Reply Last reply Reply Quote 1
          • R Offline
            redink @sdetweil
            last edited by

            @sdetweil really appreciate your support on this!

            1 Reply Last reply Reply Quote 0
            • J Offline
              jer9189 @AnduriI
              last edited by

              @AnduriI, I had a similar issue I spent a few hours troubleshooting. MMM-Calendar (connected to private Google calendar ics link), MMM-Wallpaper, and MMM-quote-of-the-day all were black or showing errors. It started with a clean install of Raspberry Pi and MagicMirror 2.26.0 (installed via sdetweil raspberry.sh script) in early January 2024. Installing electron@28.1.1 and node-ical@0.16.1 did not fix the issue.

              What fixed this issue for me was disabling IPv6 in the Raspberry Pi by adding 3 lines to the sysctl.conf file. Now all three of these modules work correctly.

              sudo nano /etc/sysctl.conf

              Add these three lines:

              net.ipv6.conf.all.disable_ipv6 = 1
              net.ipv6.conf.default.disable_ipv6 = 1
              net.ipv6.conf.lo.disable_ipv6 = 1
              

              Save (Ctrl + x, y) and reboot sudo reboot to apply setting.

              S 1 Reply Last reply Reply Quote 0
              • S Offline
                sdetweil @jer9189
                last edited by sdetweil

                @jer9189 great feedback, thank you!!!

                I pinned a new (locked) post with a link to your post in the troubleshooting section

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • F Offline
                  Fuen @sdetweil
                  last edited by

                  @sdetweil yeap thx that does it to on my side!

                  Regards,

                  1 Reply Last reply Reply Quote 0
                  • T theaddies referenced this topic on
                  • 1
                  • 2
                  • 3
                  • 2 / 3
                  • 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