Read the statement by Michael Teeuw here.
MMM-Remote-Control GET Error
-
@jmwyds there is a bug, replace a file
see here for the instructions
https://forum.magicmirror.builders/topic/12485/has-anyone-got-mmm-remote-control-working-on-mm-2-11/10?_=1588274481602 -
@sdetweil Hi Sam, thank you for the quick response. I updated ~/MagicMirror/js/socket.js with the specified code but to no avail. The issue still persists. The only effect of the code change seems to be that the pictures beside the buttons on the remote control have disappeared.
JackNOTE: The fix centers around updating the code in socketclient.js NOT socket.js.
-
@jmwyds hm… everyone else using that gets remote-control to work on 2.11
-
I followed the developer console to the line where the error is occurring and I have included that line here:
-
@jmwyds show the console tab, that source thing is a side effect of the real error
-
@sdetweil Sam, if I revert remote-control to an earlier version, would that be a plausible fix? Also, I included the console tab in the original post. Please let me know if there is something else that could help.
-
@jmwyds its not a remote-control problem, its a MM problem, which is why you have to fix the MM file
-
@sdetweil Sam, I just want to make sure that I got your first tip correct. Am I supposed to replace the code in socket.js or socketclient.js? The code from the reference post looks more like socketclient.js but I noticed that you originally said socket.js
-
@jmwyds Sam, I replaced the code in socketclient.js rather than socket.js after reading that post that you linked to more fully and now the error has stopped popping up! Thanks for your help! I just have to figure out how to get the remote-control pictures back on the buttons and I am good to go:)
-
@jmwyds I fixed my post, read the instructions on the linked message
thanks