MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED CalenderEXT2 with google calendars no longer displaying

    Troubleshooting
    3
    6
    235
    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.
    • C
      chris_d last edited by

      I have an issue with CalendarEXT2.
      It has been displaying fine for a good long while but at some time around early Jan it stops displaying at all, leaving just a gap on the screen where it was previously displaying.
      As part of troubleshooting I upgraded to the latest version of Magic Mirror and then re-installed something called “request” which was referred to in the logs. This allowed magic mirror to start again, but the same “missing” calendar occurs.

      Any clues on where I can look to work out more?

      S BKeyport 2 Replies Last reply Reply Quote 0
      • S
        sdetweil @chris_d last edited by

        @chris_d u can look in the place where u start MagicMirror.

        npm start
        or if you use pm2, then

        pm2 logs --lines=???

        where ??? is some number , default is 15

        the module prints errors if it has trouble w the calendar

        Sam

        Create a working config
        How to add modules

        C 1 Reply Last reply Reply Quote 0
        • BKeyport
          BKeyport Module Developer @chris_d last edited by

          @chris_d Google was going to change how to get calendars from them, if they’ve implemented the changes, it won’t work anymore. I had to switch a long time ago because they did that with the business accounts. You may have to switch calendar providers.

          The "E" in "Javascript" stands for "Easy"

          1 Reply Last reply Reply Quote 0
          • C
            chris_d @sdetweil last edited by chris_d

            @sdetweil
            I did a full restart, clearing the logs first, and this is the output.

            0|MagicMir | [1088:0109/162348.758626:ERROR:connection.cc(66)] X connection error received.
            0|MagicMir | [1088:0109/162348.798329:ERROR:connection.cc(66)] X connection error received.
            0|MagicMir | /home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGSEGV
            0|MagicMir | npm ERR! code ELIFECYCLE
            0|MagicMir | npm ERR! errno 1
            0|MagicMir | npm ERR! magicmirror@2.18.0 start: `DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js`
            0|MagicMir | npm ERR! Exit status 1
            0|MagicMir | npm ERR! 
            0|MagicMir | npm ERR! Failed at the magicmirror@2.18.0 start script.
            0|MagicMir | npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
            0|MagicMir | 
            0|MagicMir | npm ERR! A complete log of this run can be found in:
            0|MagicMir | npm ERR!     /home/pi/.npm/_logs/2022-01-09T16_23_53_376Z-debug.log
            0|MagicMir | [1045:0109/162522.174590:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
            0|MagicMir | [1077:0109/162523.097334:ERROR:viz_main_impl.cc(161)] Exiting GPU process due to errors during initialization
            0|MagicMir | [1097:0109/162523.801422:ERROR:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process.
            

            The behaviour that I’m seeing is that all other modules load ok, but the space previously occupied with the Calendar-EXT2 is just blank

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

              @chris_d could u show more of the logs. this isn’t enough

              Sam

              Create a working config
              How to add modules

              BKeyport 1 Reply Last reply Reply Quote 0
              • BKeyport
                BKeyport Module Developer @sdetweil last edited by

                @sdetweil I may be wrong, but I doubt it - I intentionally broke one of my calendars, and CX2 did not produce an error - just reported “0 scanned, 0 selected” on the calendar. I don’t think CX2 is gonna help with this.

                Also, I looked through my code, and I’ve noticed that some of my shared calendars are indeed Google calendars, so I’m gonna retract that statement.

                My advice is to double check the settings within Google itself.

                The "E" in "Javascript" stands for "Easy"

                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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy