A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Calendar does not run on secondary screen
-
edit MagicMirror/js/server.js
add these two lines
allowEIO3: true, // line 45 pingInterval: 120000, // server → client ping every 2 mins //add pingTimeout: 120000 // wait up to 2 mins for client pong //add
edit MagicMirror/js/socketclient.js
add these two lines
this.socket = io(`/${this.moduleName}`, { // line 15 path: `${base}socket.io`, pingInterval: 120000, // send pings every 2 mins // add pingTimeout: 120000 // wait up to 2 mins for a pong // add
-
@sdetweil Yep. that fixed it.
-
@BKeyport awesome!!!
-
B BKeyport has marked this topic as solved on
-
This fix is in the next release , Oct 1