Read the statement by Michael Teeuw here.
Remote-Control shows but does not respond
-
-
@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