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.

    Default Calendar Not Loading Events After New MM Update

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    54 Posts 8 Posters 1.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.
    • A Offline
      angeliKITTYx @sdetweil
      last edited by

      @sdetweil

      how do i do percussive maintenance on code xD

      kittypi@KITTYpi:~/MagicMirror $ cd ~/MagicMirror
      npm run install-mm 
      
      > magicmirror@2.35.0 install-mm
      > npm install --no-audit --no-fund --no-update-notifier --only=prod --omit=dev
      
      npm error code EBADENGINE
      npm error engine Unsupported engine
      npm error engine Not compatible with your version of node/npm: magicmirror@2.35.0
      npm error notsup Not compatible with your version of node/npm: magicmirror@2.35.0
      npm error notsup Required: {"node":">=22.21.1 <23 || >=24"}
      npm error notsup Actual:   {"node":"v22.19.0","npm":"11.13.0"}
      npm error A complete log of this run can be found in: /home/kittypi/.npm/_logs/2026-04-28T20_16_16_675Z-debug-0.log
      kittypi@KITTYpi:~/MagicMirror $ 
      
      
      S 1 Reply Last reply Reply Quote 0
      • S Do not disturb
        sdetweil @angeliKITTYx
        last edited by

        @angeliKITTYx the end of your prior log post says 22.21.1 is installed

          installing : node-v22.21.1
               mkdir : /usr/local/n/versions/node/22.21.1
               fetch : https://nodejs.org/dist/v22.21.1/node-v22.21.1-linux-arm64.tar.xz
             copying : node/22.21.1
           installed : v22.21.1 (with npm 10.9.4)  <-----
        

        are you in the same terminal window??
        if so, you need

        hash -r
        

        to capture the path change

        do

        which node
        

        so we can see where it it located…

        @angeliKITTYx

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        A 1 Reply Last reply Reply Quote 0
        • A Offline
          angeliKITTYx @sdetweil
          last edited by

          @sdetweil

          all the same terminal window. i don’t have anything else open. i know it says 22.21.1, but then node version says 19… very odd.

          kittypi@KITTYpi:~/MagicMirror $ hash -r
          kittypi@KITTYpi:~/MagicMirror $ which node
          /usr/local/node/bin/node
          kittypi@KITTYpi:~/MagicMirror $ node --version
          v22.19.0
          kittypi@KITTYpi:~/MagicMirror $ 
          
          
          S 1 Reply Last reply Reply Quote 0
          • S Do not disturb
            sdetweil @angeliKITTYx
            last edited by

            @angeliKITTYx ok, close that window and open another and
            try the node --version again

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            A 1 Reply Last reply Reply Quote 0
            • A Offline
              angeliKITTYx @sdetweil
              last edited by

              @sdetweil

              closed the terminal, opened a new terminal…

              kittypi@KITTYpi:~ $ node --version
              v22.19.0
              kittypi@KITTYpi:~ $ cd MagicMirror
              kittypi@KITTYpi:~/MagicMirror $ node --version
              v22.19.0
              kittypi@KITTYpi:~/MagicMirror $ 
              
              
              S 1 Reply Last reply Reply Quote 0
              • S Do not disturb
                sdetweil @angeliKITTYx
                last edited by

                @angeliKITTYx weird
                Do

                which node
                

                Go to that folder

                sudo mv node onode
                hash -r
                which node
                node —version
                

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                A 1 Reply Last reply Reply Quote 0
                • A Offline
                  angeliKITTYx @sdetweil
                  last edited by

                  @sdetweil

                  kittypi@KITTYpi:~/MagicMirror $ cd ..
                  kittypi@KITTYpi:~ $ which node
                  /usr/local/node/bin/node
                  ...
                  kittypi@KITTYpi:/ $ cd usr
                  kittypi@KITTYpi:/usr $ cd local
                  kittypi@KITTYpi:/usr/local $ cd node
                  kittypi@KITTYpi:/usr/local/node $ cd bin
                  kittypi@KITTYpi:/usr/local/node/bin $ cd node
                  bash: cd: node: Not a directory
                  kittypi@KITTYpi:/usr/local/node/bin $ sudo mv node onode
                  hash -r
                  which node
                  node —version
                  /usr/local/bin/node
                  node:internal/modules/cjs/loader:1386
                    throw err;
                    ^
                  
                  Error: Cannot find module '/usr/local/node/bin/—version'
                      at Function._resolveFilename (node:internal/modules/cjs/loader:1383:15)
                      at defaultResolveImpl (node:internal/modules/cjs/loader:1025:19)
                      at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1030:22)
                      at Function._load (node:internal/modules/cjs/loader:1192:37)
                      at TracingChannel.traceSync (node:diagnostics_channel:328:14)
                      at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
                      at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:171:5)
                      at node:internal/main/run_main_module:36:49 {
                    code: 'MODULE_NOT_FOUND',
                    requireStack: []
                  }
                  
                  Node.js v22.21.1
                  kittypi@KITTYpi:/usr/local/node/bin $ 
                  
                  
                  S 1 Reply Last reply Reply Quote 0
                  • S Do not disturb
                    sdetweil @angeliKITTYx
                    last edited by

                    @angeliKITTYx i hate this editor on my phone changing the characters

                    do

                    node --version
                    

                    it should report 22.21.1
                    then

                    cd ~/MagicMirror
                    npm run install-mm
                    

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    A 1 Reply Last reply Reply Quote 0
                    • A Offline
                      angeliKITTYx @sdetweil
                      last edited by

                      @sdetweil
                      it’s booting now! hurray! however, now I’m getting the package lock error when i try to complete the calendarext3 update and none of my events are populating. I have a thread up on someone else’s trouble shooting but I’m out of time this morning. I be back at it this afternoon. thank you again for all your help.

                      S 1 Reply Last reply Reply Quote 0
                      • S Do not disturb
                        sdetweil @angeliKITTYx
                        last edited by

                        @angeliKITTYx awesome. Thanks for the feedback

                        package-lock? Erase that file then do the update

                        There is a known bug affecting modules that have functions in their config like ext3. We are discussing ways to distribute these fixes.

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        S 1 Reply Last reply Reply Quote 0
                        • S Do not disturb
                          sdetweil @sdetweil
                          last edited by

                          Did you get the npm run install-mm done after verifying node version was correct?

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

                          1 Reply Last reply Reply Quote 0

                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                          With your input, this post could be even better 💗

                          Register Login
                          • 1
                          • 2
                          • 3
                          • 3 / 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