A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM.remote connect issue
-
Hi, I know someone here can help me with this. I just added the MMM.remote connect module, also added it to my config.js file. I am 100% sure it is an issue the way I added it; problem with { } or comma in there. See the module section I added below, would appreciate any help, thanks , david
{ module: 'MMM-Remote-Control', config: { showModuleApiMenu: true, secureEndpoints: true, ipWhitelist: ["192.168.0.0", "192.168.0.0"] } },
/*************** DO NOT EDIT THE LINE BELOW ***************/
if (tyeof module !== “undefined”) { module.exports = config; } -
@sdetweil thanks, forgot about the old sample file. All working now, thanks again -d
-
@atl944 look at the bottom of config.js.sample
For how it ends after the last module -
@atl944 and the secure/whitelist
Make sure it works first before adding security
-
@sdetweil thanks, forgot about the old sample file. All working now, thanks again -d
-