• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

MMM-GoogleCalendar Not Loading

Scheduled Pinned Locked Moved Unsolved Troubleshooting
16 Posts 6 Posters 4.6k Views 6 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
    nuggetron22 @sdetweil
    last edited by Feb 26, 2024, 6:19 AM

    @sdetweil

    Something seems to be wrong with v2.26.0 on how it reads in calendars. I’m not much of a coder for stuff like this, but I stumbled my way through reverting to v2.23.0 and the basic calendar module can now read my Google Private iCal file where it couldn’t on v2.26.0. I’ll try it with Ext3 and the GoogleCalendar module tomorrow and see if they work too.

    S 1 Reply Last reply Feb 26, 2024, 12:48 PM Reply Quote 0
    • M Offline
      MMRIZE @nuggetron22
      last edited by Feb 26, 2024, 9:13 AM

      @nuggetron22

      1. ETIMEDOUT generally happens when the server is busy, or the connection is extraordinarily slow. To prevent it, keep alive header is recommended. (Not sure that is the reason, anyway.)

      2. CX3* can also be fed from MMM-GoogleCalendar. But by compatibility issues due to unmatched format, broadcasts from MMM-GoogleCalendar should be converted before consumption.

      3. You can alternatively try MMM-CalDAV + default calendar module instead of MMM-GoogleCalendar if you still have issues.

      1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @nuggetron22
        last edited by Feb 26, 2024, 12:48 PM

        @nuggetron22 yes 2.26 has a problem w calendar parser

        do thia

        cd ~/MagicMirror
        npm install node-ical@0.16.1
        

        restart MagicMirror

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        N 1 Reply Last reply Feb 26, 2024, 6:03 PM Reply Quote 0
        • N Offline
          nuggetron22 @sdetweil
          last edited by Feb 26, 2024, 6:03 PM

          @sdetweil
          I’ve reverted back to MM v2.23.0 and got this to work. I’m also trying to integrate it with MMM-CalenderExt3 and having some difficulties there. Still learning what needs to be updated to make them talk to each other.

          I’ll try going back to v2.26.0 and install the node-ical@0.16.1 and see if that fixes the calendar parser issue. Thanks for the quick replies all!

          S 1 Reply Last reply Feb 26, 2024, 6:48 PM Reply Quote 0
          • S Offline
            sdetweil @nuggetron22
            last edited by Feb 26, 2024, 6:48 PM

            @nuggetron22 calendar Ext3 gets its info from the default calendar.

            so the url goes there. get it working first
            then comment out it’s position property

            then add Ext3 and customize

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • N Offline
              nuggetron22
              last edited by Feb 26, 2024, 10:18 PM

              Alright, I went back to v2.26.0 and tried the

              cd ~/MagicMirror
              npm install node-ical@0.16.1
              

              but it didn’t resolve my calendar issues. I was getting all of my Google Calendars, whether in the default or the MMM-GoogleCalendar module, on v2.23.0. I couldn’t get my calendars on v2.26.0, v2.25.0, or v2.24.0. They all gave me ETIMEDOUT errors during the Fetch.

              Back to v2.23.0 and I can get all of my Google Calendar either in the default calendar module or the MMM-GoogleCalendar module.

              S S 2 Replies Last reply Feb 27, 2024, 1:58 PM Reply Quote 0
              • S Offline
                sdetweil @nuggetron22
                last edited by Feb 27, 2024, 1:58 PM

                @nuggetron22 yes, this is probably a fetch problem in electron.
                seems it gets confused when there is an ipv6 and an ipv4 address on the network interface and demands connection a certain way…

                others have had success disabling the ipv6 address on their pi… as its only inside the house, you’ll likely never exceed the number of devices…

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                1 Reply Last reply Reply Quote 0
                • S Offline
                  sil3ntstorm @nuggetron22
                  last edited by sil3ntstorm Mar 1, 2024, 8:48 PM Mar 1, 2024, 6:08 PM

                  @nuggetron22
                  I have the same problem with my Google Calendar, how do I get version 2.23.0?
                  Do I have to set up the SD card from scratch or can I go from version 2.26.0 to 2.23.0 in a simple way?

                  What’s the best way to go about downgrading the magic mirror software but keeping all modules intact?

                  S 1 Reply Last reply Mar 1, 2024, 7:14 PM Reply Quote 0
                  • S Offline
                    sdetweil @sil3ntstorm
                    last edited by sdetweil Mar 1, 2024, 7:15 PM Mar 1, 2024, 7:14 PM

                    @sil3ntstorm do

                    cd ~/MagicMirror
                    git fetch --all --tags
                    rm package-lock.json
                    git checkout tags/v2.23.0 -b temp_branch
                    rm -rf node_modules 
                    rm _rf ../fonts/node_modules
                    rm -rf ../vendor/node_modules
                    npm run install-mm
                    

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 1
                    • S Offline
                      sil3ntstorm
                      last edited by sil3ntstorm Mar 1, 2024, 8:55 PM Mar 1, 2024, 8:52 PM

                      @sdetweil

                      You’re incredible, it worked straight away. Thank you very much for the quick help.
                      The calendar is working again, Netatmo is still causing problems, but first I’ll see if I can find what the problem is.
                      Thanks again

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 2 / 2
                      2 / 2
                      • First post
                        11/16
                        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