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
    60 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 Online
      angeliKITTYx @sdetweil
      last edited by

      @sdetweil
      it is just refusing to take 22.21.1

      ...
      
      Setting up node-es-abstract (1.20.4+~cs26.27.47-1) ...
      Setting up node-webassemblyjs (1.11.4+dfsg+~cs10.11.17-2) ...
      Setting up node-util (0.12.5+~1.0.10-1) ...
      Setting up node-babel-plugin-lodash (3.3.4+~cs2.0.1-6) ...
      Setting up node-jest-debbundle (29.3.1~ds1+~cs70.48.25-2) ...
      Setting up node-assert (2.0.0+~cs3.9.8-2) ...
      Setting up webpack (5.75.0+dfsg+~cs17.16.14-1+deb12u1) ...
      Setting up node-parse-json (5.2.0+~cs5.1.7-1) ...
      Setting up node-read-pkg (5.2.0-2) ...
      Setting up node-istanbul (0.4.5+repack10+~cs97.25.57-3) ...
      Setting up node-tape (5.6.1+~cs8.20.19-1) ...
      Setting up node-css-loader (6.7.2+~cs14.0.11-1) ...
      Setting up node-tap (16.3.2+ds1+~cs50.8.16-1+deb12u1) ...
      Setting up node-deep-equal (2.1.0+~cs31.12.80-1) ...
      Setting up npm (9.2.0~ds1-1) ...
      Processing triggers for man-db (2.11.2-2) ...
      kittypi@KITTYpi:~/MagicMirror $ npm -v
      11.13.0
      kittypi@KITTYpi:~/MagicMirror $ sudo npm install -g n
      sudo n 22.21.1
      hash -r
      node -v
      
      added 1 package in 2s
        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)
      
      Note: the node command changed location and the old location may be remembered in your current shell.
               old : /usr/bin/node
               new : /usr/local/bin/node
      If "node --version" shows the old version then start a new shell, or reset the location hash with:
      hash -r  (for bash, zsh, ash, dash, and ksh)
      rehash   (for csh and tcsh)
      v22.19.0
      kittypi@KITTYpi:~/MagicMirror $ node --version
      v22.19.0
      kittypi@KITTYpi:~/MagicMirror $ $ bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" 
      bash: $: command not found
      
      
      S 1 Reply Last reply Reply Quote 0
      • S Do not disturb
        sdetweil @angeliKITTYx
        last edited by

        @angeliKITTYx

        The last command you have an extra leading $

        kittypi@KITTYpi:~/MagicMirror $ $ bash -c  "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" 
        bash: $: command not found
        

        When you copy/paste you only need to hit the little rectangle button at the en

        But you dont need all that . The code is downloaded

        Just do

        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 Online
          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 Online
              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 Online
                  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 Online
                      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 Online
                          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

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

                                @sdetweil
                                yes I did the npm run install-mm successfully.

                                i got it updated, but now it’s angry again

                                [2026-04-29 18:51:43.521] [ERROR] [calendar] Could not expand event "WD CNU": ical.expandRecurringEvent is not a function
                                [2026-04-29 18:51:43.522] [ERROR] [calendar] Could not expand event "Ortho": ical.expandRecurringEvent is not a function
                                [2026-04-29 18:51:43.522] [ERROR] [calendar] Could not expand event "WD CNU": ical.expandRecurringEvent is not a function
                                [2026-04-29 18:51:43.523] [ERROR] [calendar] Could not expand event "HVAC DUCTING FIX": ical.expandRecurringEvent is not a function
                                [2026-04-29 18:51:43.524] [ERROR] [calendar] Could not expand event "Injection appt time TBD": ical.expandRecurringEvent is not a function
                                [2026-04-29 18:51:43.524] [ERROR] [calendar] Could not expand event "Env. Regulations": ical.expandRecurringEvent is not a function
                                [2026-04-29 18:51:43.525] [ERROR] [calendar] Could not expand event "Z4 training": ical.expandRecurringEvent is not a function
                                [2026-04-29 18:51:43.526] [ERROR] [calendar] Could not expand event "Jury Duty ": ical.expandRecurringEvent is not a function
                                [2026-04-29 18:51:43.527] [ERROR] [calendar] Could not expand event "MATH 260: Linear Algebra ": ical.expandRecurringEvent is not a function
                                [2026-04-29 18:51:43.527] [INFO]  [calendar] Broadcasting 0 events from https://calendar.google.com/calendar/ical/axxxxx/basic.ics.
                                [2026-04-29 18:52:09.449] [LOG]   [electron] Shutting down server...
                                [2026-04-29 18:52:09.452] [LOG]   [node_helper] Stopping module helper: updatenotification
                                [2026-04-29 18:52:09.462] [LOG]   [node_helper] Stopping module helper: calendar
                                [2026-04-29 18:52:09.464] [LOG]   [node_helper] Stopping module helper: MMM-CalendarExt3
                                [2026-04-29 18:52:09.469] [LOG]   [node_helper] Stopping module helper: MMM-Jokes
                                [2026-04-29 18:52:09.470] [LOG]   [node_helper] Stopping module helper: weather
                                [2026-04-29 18:52:09.473] [LOG]   [node_helper] Stopping module helper: MMM-Todoist2
                                [2026-04-29 18:52:09.478] [LOG]   [app] Node_helpers stopped ...
                                kittypi@KITTYpi:~/MagicMirror $ node --version
                                v22.21.1
                                kittypi@KITTYpi:~/MagicMirror $ 
                                
                                S 1 Reply Last reply Reply Quote 0
                                • S Do not disturb
                                  sdetweil @angeliKITTYx
                                  last edited by

                                  @angeliKITTYx looks like you didn’t do that in the MagicMirror folder

                                  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 Online
                                    angeliKITTYx @sdetweil
                                    last edited by

                                    @sdetweil

                                    I did it originally in the MM folder, but I ran it again and still getting the same errors

                                    I did catch this before the entire terminal filled up with “: ical.expandRecurringEvent is not a function”

                                    [2026-04-29 19:59:54.445] [LOG]   [server] Starting server on port 8080 ... 
                                    [2026-04-29 19:59:54.499] [ERROR] [unknown] (node:58997) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
                                    (Use `electron --trace-deprecation ...` to show where the warning was created)
                                    [2026-04-29 19:59:54.855] [LOG]   [app] Server started ...
                                    [2026-04-29 19:59:54.858] [LOG]   [node_helper] Connecting so```
                                    S 1 Reply Last reply Reply Quote 0
                                    • S Do not disturb
                                      sdetweil @angeliKITTYx
                                      last edited by

                                      @angeliKITTYx that means the install-mm did not work

                                      Please do again and show the output

                                      Sam

                                      How to add modules

                                      learning how to use browser developers window for css changes

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

                                        @sdetweil

                                        kittypi@KITTYpi:~ $ 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
                                        
                                        
                                        > magicmirror@2.35.0 postinstall
                                        > git clean -df fonts vendor modules/default
                                        
                                        
                                        > magicmirror@2.35.0 prepare
                                        > [ -f node_modules/.bin/husky ] && husky || echo no husky installed.
                                        
                                        no husky installed.
                                        
                                        up to date in 3s
                                        kittypi@KITTYpi:~/MagicMirror $ 
                                        
                                        
                                        S 1 Reply Last reply Reply Quote 0
                                        • S Do not disturb
                                          sdetweil @angeliKITTYx
                                          last edited by

                                          @angeliKITTYx ok then, one more time

                                          cd ~/MagicMirror 
                                          rm package-lock.json
                                          rm -rf 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 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