Read the statement by Michael Teeuw here.
Remote-Control shows but does not respond
-
Bonjour à tous… j’ai moi aussi le même problème actuellement… qui pourrait nous en dire plus??? Merci…
-
@TamP I’m having the same issue on two different RPi’s after the latest MM update.
EDIT: Uninstalled the repo and reinstalled it using the script provided at https://github.com/Jopyth/MMM-Remote-Control with still no luck. In fact, it’s now worse.
-
-
@Stoffbeuteluwe I had previously tried that to no avail.
I will give it another look tomorrow -
@Stoffbeuteluwe said in Remote-Control shows but does not respond:
@TamP https://forum.magicmirror.builders/topic/12485/has-anyone-got-mmm-remote-control-working-on-mm-2-11
The solution here worked for me. Thanks!
-
@Stoffbeuteluwe I had previously tried that to no avail.
I will give it another look tomorrowFool that I am !!
Changing to
// Private Methods
self.socket = io(“/” + self.moduleName);
was the fix right enough
When I initially tried it I added , at the end of the line instead of ;
I’m kicking myselfThanks all
-
I had previously tried that to no avail.
I will give it another look tomorrowFool that I am !!
Changing to
// Private Methods
self.socket = io(“/” + self.moduleName);
was the fix right enough
When I initially tried it I added , at the end of the line instead of ;
I’m kicking myself