Read the statement by Michael Teeuw here.
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); -
@rushmuzik me either. socket.io is setup in server.js
-
-
@rushmuzik 2.29 uses socket.io 4.8 where 2.28 uses 4.7.5
you could install 4.7.5
cd~/MagicMirror npm remove socket.io npm install socket.io@4.7.5
i have company today so it will tomorrow really before i can test
-
-
@rushmuzik awesome!!! thanks for the feedback
-
-
@sdetweil Thanks for all you do to help the MM community!
-
@rushmuzik that change to socket.io@4.7.2 didn’t help my pi0w MM with firefox (running on next release or 2.29.0)
-
@rushmuzik
I had to change the code to add an increased timeout for fetch…
which required node 20.18.1
then the 4.8 socket.io worked with the surf browsercouldn’t get firefox to work
-
@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?