Read the statement by Michael Teeuw here.
Remote-Control shows but does not respond
-
Entering 192.168.0.28:8080/remote.html on my PC brings up the remote screen but none of the items respond. If I click Edit the screen changes to “Loading” then nothing, no matter how long I wait. The Config file is Address: “0.0.0.0”, and the whitelist is []
The same on my phone
Any help appreciated -
@TamP As an update.
From the PC the Remote shows the following
Power
Edit view
Edit config.js
Updates
Alert
MagicMirror2Any of the first 5 items do nothing, although some bring up sub menus that also do nothing
However, clicking the MagicMirror2 button displays the pi and Magic mirror on the PC screenI’m stumped !!
-
@TamP I’m having the same issue on two different RPi’s after the latest MM update.
-
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