MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. rushmuzik
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    R
    Offline
    • Profile
    • Following 1
    • Followers 0
    • Topics 1
    • Posts 36
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Version 2.30.0 requires updated nodejs, warning for pi0w installations

      @sdetweil finally loaded after an hour

      8c4f5caa-5ddd-40f9-9c98-d751ed10a497-image.png

      posted in Troubleshooting
      R
      rushmuzik
    • RE: Version 2.30.0 requires updated nodejs, warning for pi0w installations

      @sdetweil yes top left. I did notice my Electron version said undefined in pm2 logs. Would that matter?

      acf4c516-1f4d-46a6-956c-02fede4d8480-image.png

      posted in Troubleshooting
      R
      rushmuzik
    • RE: Version 2.30.0 requires updated nodejs, warning for pi0w installations

      @sdetweil according to pm2 logs it did broadcast 12 events

      262b20a9-bb8b-4fe9-82ae-6137d839b550-image.png

      posted in Troubleshooting
      R
      rushmuzik
    • RE: Version 2.30.0 requires updated nodejs, warning for pi0w installations

      @sdetweil Yes, I ran the clipping fix. I’m using the surf browser.

      posted in Troubleshooting
      R
      rushmuzik
    • RE: Version 2.30.0 requires updated nodejs, warning for pi0w installations

      @sdetweil yep! that fixed it. update installed. Still have issues with the calendar though. holidays doesn’t load.

      posted in Troubleshooting
      R
      rushmuzik
    • RE: Version 2.30.0 requires updated nodejs, warning for pi0w installations

      @sdetweil Here it is

      Upgrade started - Fri Jan 3 20:33:33 EST 2025
      system is Linux kiosk 6.1.21+ #1642 Mon Apr 3 17:19:14 BST 2023 armv6l GNU/Linux
      user requested to apply changes
      doing test run = false
      the os is PRETTY_NAME=“Raspbian GNU/Linux 11 (bullseye)” NAME=“Raspbian GNU/Linux” VERSION_ID=“11” VERSION=“11 (bullseye)” VERSION_CODENAME=bullseye ID=raspbian ID_LIKE=debian HOME_URL=“http://www.raspbian.org/” SUPPORT_URL=“http://www.raspbian.org/RaspbianForums” BUG_REPORT_URL=“http://www.raspbian.org/RaspbianBugs”
      the latest MagicMirror version, 2.23 (April 4 2023) or above, will not run on Raspian Bullseye, due to browser limitations
      Upgrade ended - Fri Jan 3 20:33:33 EST 2025

      posted in Troubleshooting
      R
      rushmuzik
    • RE: Version 2.30.0 requires updated nodejs, warning for pi0w installations

      @sdetweil The interesting thing is that I was able to do a fresh install using the rasberry.sh script. I renamed my original MagicMirror folder then did a fresh install using your install script. 2.30 is running. Everything works except the calendar. lol. Where can I change the fetch timeout to 60 seconds?

      posted in Troubleshooting
      R
      rushmuzik
    • RE: Version 2.30.0 requires updated nodejs, warning for pi0w installations

      @sdetweil Still the same error in update log. unfortunately

      posted in Troubleshooting
      R
      rushmuzik
    • RE: Version 2.30.0 requires updated nodejs, warning for pi0w installations

      @sdetweil No worries. Thanks for all that you do.

      posted in Troubleshooting
      R
      rushmuzik
    • RE: Version 2.30.0 requires updated nodejs, warning for pi0w installations

      @sdetweil Im having some issues with the Upgrade script. This is what i’m getting in the log. Does this mean I have to do a manual upgrade? I’m using surf browser. How would I manually upgrade?

      3277926c-e5f5-46c3-b644-131cfd9a34a4-image.png

      posted in Troubleshooting
      R
      rushmuzik
    • RE: Default Calendar stuck on loading

      @sdetweil I was able to install node 20.18.1. Just trying to figure out the code to increase the fetch timeout.

      posted in Troubleshooting
      R
      rushmuzik
    • RE: Default Calendar stuck on loading

      @sdetweil I have two followup questions.

      1. How do I install that surf based system.
      2. Do you know how I can nun Node@20.17.0 or greater on a pie zero?
      posted in Troubleshooting
      R
      rushmuzik
    • RE: Default Calendar stuck on loading

      @sdetweil For some mysterios reason it worked for me for 10 good minutes then crashed. I still don’t know what caused it to work that period. How is the overal experience with Surf Browser? Would you recommend I use that instead?

      posted in Troubleshooting
      R
      rushmuzik
    • RE: Default Calendar stuck on loading

      @sdetweil Thanks for all you do to help the MM community!

      posted in Troubleshooting
      R
      rushmuzik
    • RE: Default Calendar stuck on loading

      @sdetweil I reverted back to socket.io@4.7.2 that was used on MagicMirror@2.26.0 and that fixed the issue! I tried socket.io@4.7.5 but that didnt work. So I went back to @4.7.2 and that fixed it. It might just be a compatibility issue with Firefox ESR. Mystery Solved! Thanks for all your help!

      posted in Troubleshooting
      R
      rushmuzik
    • RE: Default Calendar stuck on loading

      @sdetweil I’m suspecting it might be an update to the socket.io in the recent 2.29 release which I’m using. I suspect 2.28 or prior my not have this issue

      bb804ea8-3eff-4a26-98b5-e3d6bcc62f24-image.png

      posted in Troubleshooting
      R
      rushmuzik
    • RE: Default Calendar stuck on loading

      @sdetweil The socket.io GIT lists this as a possible solution to the bad request error however I’m not quite sure where to put it.

      Installation: npm i http-proxy

      const httpProxy = require(“http-proxy”);

      httpProxy
      .createProxyServer({
      target: “http://localhost:3000”,
      ws: true,
      })
      .listen(80);

      posted in Troubleshooting
      R
      rushmuzik
    • RE: Default Calendar stuck on loading

      @sdetweil I’ve searched all over google but I still haven’t found a viable solution.

      Do you think a previous socket.io version would fix the problem? my current version is 4.8.1

      posted in Troubleshooting
      R
      rushmuzik
    • RE: Default Calendar stuck on loading

      @sdetweil Absolutely. I appreciate all the attention you’ve given to this so far. You have been a big help to the community.

      posted in Troubleshooting
      R
      rushmuzik
    • RE: Default Calendar stuck on loading

      @sdetweil OK so I’m not crazy! Good to know! It amazes me how much you know!

      posted in Troubleshooting
      R
      rushmuzik
    • 1 / 1