@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:)
Read the statement by Michael Teeuw here.
Best posts made by jmwyds
-
RE: MMM-Remote-Control GET Error
-
RE: MMM-Remote-Control GET Error
For anyone trying to fix the missing icon problem on MMM-Remote-Control, check out this post https://forum.magicmirror.builders/topic/735/remote-control-shutdown-configure-and-update-your-magicmirror/260
Latest posts made by jmwyds
-
RE: Module Refresh at Midnight
@sdetweil Ah, I’m sorry about that Sam. The module does work! The only thing that doesn’t work is that it doesn’t refresh itself at midnight like I want it to. If I do a restart of the mirror it pulls the word and it’s properties correctly. So I was hoping that you or someone else might have some expertise on that update interval aspect
Thanks!
Jack -
RE: Module Refresh at Midnight
@sdetweil Correct, yes. Merriam Webster by default supplies a list of 5 or so Words of the Day. By grabbing the first element, I am grabbing the first word with it’s definition, sentence, part of speech, etc.
Do you see me doing something else there? -
Module Refresh at Midnight
I am developing MMM-WordOfTheDay (author: jmwyds) and I was hoping someone could help me out with getting it to automatically refresh at midnight. I currently have it updating on a refresh interval every hour but that seems to be doing nothing and I don’t know why. Any help is appreciated, thank you!
-
RE: MMM-Remote-Control GET Error
For anyone trying to fix the missing icon problem on MMM-Remote-Control, check out this post https://forum.magicmirror.builders/topic/735/remote-control-shutdown-configure-and-update-your-magicmirror/260
-
RE: MMM-Remote-Control GET Error
@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:)
-
RE: MMM-Remote-Control GET Error
@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
-
RE: MMM-Remote-Control GET 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.
-
RE: MMM-Remote-Control GET Error
I followed the developer console to the line where the error is occurring and I have included that line here:
-
RE: MMM-Remote-Control GET Error
@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.
-
MMM-Remote-Control GET Error
Hi there! Thank you for taking the time to read this.
I have been trying to get my MMM-Remote-Control module up and running for some time now, but I inevitably reach the same wall every time I try to install it. The first time I tried to install the module, I used the auto install script and the second time I tried to install the module I did it manually. I have checked that the address is “0.0.0.0” and that my IP is included on the whitelist. I have included versions of the IP address both with a preceding “::ffff:” and without to be safe. In config.js, I have tried to simplify the configuration as much as possible, this is what I currently have:{ module: 'MMM-Remote-Control', position: 'bottom_left', },
I previously had a more complex config with a ‘config’ section, but I took that away to make it as simple as possible.
I can successfully reach remote.html on my laptop, but immediately upon loading the developer console starts giving me GET errors. Here is a picture of the exact error that continuously is given:
I would really appreciate any suggestions that anyone has as I would love to get this module up and running.
Best,
Jack