A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Default Calendar stuck on loading
-
-
@rushmuzik no idea yet
-
@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