• 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-CalendarExt3 not syncing automatically with icloud

Scheduled Pinned Locked Moved Solved Troubleshooting
20 Posts 4 Posters 2.0k Views 4 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 Away
    sdetweil @lightfixer2000
    last edited by Mar 24, 2024, 6:00 PM

    @lightfixer2000 said in MMM-CalendarExt3 not syncing automatically with icloud:

    [3010:0324/105027.892355:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane

    this is an electron reported ‘error’, but is really a warning. you can ignore it. we can’t hide it

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    1 Reply Last reply Reply Quote 0
    • G Offline
      greedyvegan
      last edited by Mar 24, 2024, 7:25 PM

      even though the module loads, I see this error all the time; even after a refresh.
      Should I ignore it?

      Screenshot 2024-03-24 at 3.25.01 PM.png

      M 1 Reply Last reply Mar 24, 2024, 8:16 PM Reply Quote 0
      • M Offline
        MMRIZE @greedyvegan
        last edited by Mar 24, 2024, 8:16 PM

        @greedyvegan That is not an error, just warning you can ignore it.

        L 1 Reply Last reply Mar 26, 2024, 12:47 AM Reply Quote 1
        • L Offline
          lightfixer2000 @MMRIZE
          last edited by Mar 26, 2024, 12:47 AM

          @MMRIZE I’ve left the MMM Calendar running for a far longer period and sync has never occured.
          I did some digging/reading on Vdirsyncer and located the journal, here’s what it has been recording over and over.

          Mar 26 00:11:18 raspberrypi systemd[923]: vdirsyncer.service: Scheduled restart job, restart counter is at 2.
          Mar 26 00:11:18 raspberrypi systemd[923]: Stopped vdirsyncer.service - Synchronize calendars and contacts.
          Mar 26 00:11:18 raspberrypi systemd[923]: vdirsyncer.service: Start request repeated too quickly.
          Mar 26 00:11:18 raspberrypi systemd[923]: vdirsyncer.service: Failed with result 'exit-code'.
          Mar 26 00:11:18 raspberrypi systemd[923]: Failed to start vdirsyncer.service - Synchronize calendars and contacts.
          Mar 26 00:26:18 raspberrypi systemd[923]: Started vdirsyncer.service - Synchronize calendars and contacts.
          Mar 26 00:26:18 raspberrypi (irsyncer)[4142]: vdirsyncer.service: Failed to locate executable /usr/bin/vdirsyncer: No such file or directory
          Mar 26 00:26:18 raspberrypi (irsyncer)[4142]: vdirsyncer.service: Failed at step EXEC spawning /usr/bin/vdirsyncer: No such file or directory
          Mar 26 00:26:18 raspberrypi systemd[923]: vdirsyncer.service: Main process exited, code=exited, status=203/EXEC
          Mar 26 00:26:18 raspberrypi systemd[923]: vdirsyncer.service: Failed with result 'exit-code'.
          Mar 26 00:26:18 raspberrypi systemd[923]: vdirsyncer.service: Scheduled restart job, restart counter is at 1.
          Mar 26 00:26:18 raspberrypi systemd[923]: Stopped vdirsyncer.service - Synchronize calendars and contacts.
          Mar 26 00:26:18 raspberrypi systemd[923]: Started vdirsyncer.service - Synchronize calendars and contacts.
          Mar 26 00:26:18 raspberrypi (irsyncer)[4143]: vdirsyncer.service: Failed to locate executable /usr/bin/vdirsyncer: No such file or directory
          Mar 26 00:26:18 raspberrypi (irsyncer)[4143]: vdirsyncer.service: Failed at step EXEC spawning /usr/bin/vdirsyncer: No such file or directory
          Mar 26 00:26:18 raspberrypi systemd[923]: vdirsyncer.service: Main process exited, code=exited, status=203/EXEC
          Mar 26 00:26:18 raspberrypi systemd[923]: vdirsyncer.service: Failed with result 'exit-code'.
          Mar 26 00:26:18 raspberrypi systemd[923]: vdirsyncer.service: Scheduled restart job, restart counter is at 2.
          Mar 26 00:26:18 raspberrypi systemd[923]: Stopped vdirsyncer.service - Synchronize calendars and contacts.
          Mar 26 00:26:18 raspberrypi systemd[923]: vdirsyncer.service: Start request repeated too quickly.
          Mar 26 00:26:18 raspberrypi systemd[923]: vdirsyncer.service: Failed with result 'exit-code'.
          Mar 26 00:26:18 raspberrypi systemd[923]: Failed to start vdirsyncer.service - Synchronize calendars and contacts.
          

          It states it can’t find the vdirsyncer file which isn’t really a file but a symlink as per Beh instructions.

          Here are my vdirsyncer service and timer files in case I’m missing something?

          [Unit]
          Description=Synchronize calendars and contacts
          Documentation=https://vdirsyncer.readthedocs.org/
          StartLimitBurst=2
          
          [Service]
          ExecStart=/usr/bin/vdirsyncer sync
          RuntimeMaxSec=3m
          Restart=on-failure
          
          [Unit]
          Description=Synchronize vdirs
          
          [Timer]
          OnBootSec=2m
          OnUnitActiveSec=10m
          AccuracySec=5m
          
          [Install]
          WantedBy=timers.target
          

          I did the Clean but Hard Way install of vdirsyncer and it created a vdirsyncer_env folder which according to instructions keeps Python contained. Could this be the issue?
          Thanks in advance.

          S 1 Reply Last reply Mar 26, 2024, 12:59 AM Reply Quote 0
          • S Away
            sdetweil @lightfixer2000
            last edited by Mar 26, 2024, 12:59 AM

            @lightfixer2000 many python scripts require a virtual environment. using the venv command to load from from the folder the installer creates before executing any python script

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            S 1 Reply Last reply Mar 26, 2024, 1:01 AM Reply Quote 0
            • S Away
              sdetweil @sdetweil
              last edited by Mar 26, 2024, 1:01 AM

              @lightfixer2000 I try not to use services anymore as pm2 can launch anything, like my installer sets up for MagicMirror.

              see the pm2 --help

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              L 1 Reply Last reply Mar 26, 2024, 1:07 AM Reply Quote 0
              • L Offline
                lightfixer2000 @sdetweil
                last edited by Mar 26, 2024, 1:07 AM

                @sdetweil Thanks. I have pm2 installed and it runs MMM at boot up. According to the timer file the first fetch is after 2 mins of program start. I still don’t see any update to the ics file.
                I will read pm2 help is a config or something else with pm2 I should be using?

                S M 2 Replies Last reply Mar 26, 2024, 1:16 AM Reply Quote 0
                • S Away
                  sdetweil @lightfixer2000
                  last edited by Mar 26, 2024, 1:16 AM

                  @lightfixer2000 pm2 start xxx

                  xxx can be a bash script
                  or an executable

                  if you the bash script the you can ha e multile commands and logic

                  pm2’s job is to start and run things and keep them running

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    MMRIZE @lightfixer2000
                    last edited by Mar 26, 2024, 6:09 AM

                    @lightfixer2000
                    I’m not using vdirsyncer to get iCloud or Google private/family calendars as iCal. So I have no idea.
                    Instead I use MMM-CalDAV. Sorry.

                    L 1 Reply Last reply Mar 28, 2024, 1:44 PM Reply Quote 0
                    • L Offline
                      lightfixer2000 @MMRIZE
                      last edited by Mar 28, 2024, 1:44 PM

                      @MMRIZE Hi thanks for the heads up on CalDAV. Is this also a program which can deal privately with iCloud calendars? Rather than Vdirsyncer? Thanks.

                      1 Reply Last reply Reply Quote 0
                      • B bugsounet referenced this topic on Mar 31, 2024, 10:24 AM
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        8/20
                        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