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.

    install upgrade scripts changed for version 2.25 and node 20

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    35 Posts 4 Posters 12.6k 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 Offline
      sdetweil @bdream
      last edited by

      @bdream said in install upgrade scripts changed for version 2.25 and node 20:

      12.10.2023 09:50.39.795] [ERROR] Calendar Error. Could not fetch calendar: https:// TypeError: Request cannot be constructed from a URL that includes credentials: https://
      at Object.fetch (node:internal/deps/undici/undici:11457:11)
      at process.processTicksAndRejections (node:internal/process/task_queues:95:5)

      that looks like the problem.

      note that we removed digest fetch in this release.
      I would disable the calendar module as a test to see if that fixes the problem.

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • B Offline
        bdream
        last edited by

        @sdetweil as I made

        pm2 stop all
        cd ~/MagicMirror
        npm start >./somefile.txt 2>&1
        

        it worked fine until CTRL + C

        Yes the problem with the calendar is next I need help to fix. For now I wonder how to get MM starting after reboot again?

        –
        cheers, bdream

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

          @bdream

          pm2 start all
          pm2 save
          

          and

          sudo reboot
          

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • B Offline
            bdream
            last edited by

            @sdetweil yeah, now it works again :grinning_face:

            What does it “note that we removed digest fetch in this release.” mean?
            Is it I cant get calendar from nextcloud via webdav?

            –
            cheers, bdream

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

              @bdream said in install upgrade scripts changed for version 2.25 and node 20:

              @sdetweil yeah, now it works again
              What does it “note that we removed digest fetch in this release.” mean?

              we removed the code in the calendar module that does this type of authentication…

              https://en.wikipedia.org/wiki/Digest_access_authentication

              I personally don’t know the difference in the config or in using nextcloud…

              maybe someone else can chime in here

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • B Offline
                bdream
                last edited by

                @sdetweil thanks!!!
                Will see how to solve the calendar issue.

                –
                cheers, bdream

                1 Reply Last reply Reply Quote 0
                • 1
                • 2
                • 3
                • 4
                • 4 / 4
                • 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