@sdetweil how i can do that?
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Remote-Control actually
You are so great sdetweil :-)
so ist running:
config = { address: "0.0.0.0", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "0.0.0.0", "::" to listen on any interface // Default, when address config is left out or empty, is "localhost" port: 8080, basePath: "/", // The URL path where MagicMirror² is hosted. If you are using a Reverse proxy // you must set the sub path here. basePath must end with a / ipWhitelist: [], // Set [] to allow all IP addresses // or add a specific IPv4 of 192.168.1.5 : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"], // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
thanks a lot again to you
-
RE: MMM-Remote-Control actually
@sdetweil but iam in my own network at home…so i can get this 127.0.0.1
Or is this wrong?
-
MMM-Remote-Control actually
Hi, is this module MMM- Remote-Control from Jopyth actually?
https://github.com/Jopyth/MMM-Remote-Control
or must i take this here:
https://github.com/Klettner/MM-Remote
Because i installed the module from Jopyth but when i pu the http://ipfrom raspi:8080/remote.html its no connection :_(
This is my config:
{ module: 'MMM-Remote-Control', // uncomment the following line to show the URL of the remote control on the mirror // position: 'bottom_left', // you can hide this module afterwards from the remote control itself config: { customCommand: {}, // Optional, See "Using Custom Commands" below showModuleApiMenu: true, // Optional, Enable the Module Controls menu secureEndpoints: true, // Optional, See API/README.md // uncomment any of the lines below if you're gonna use it // customMenu: "custom_menu.json", // Optional, See "Custom Menu Items" below apiKey: "'xxxxxxxxxxxxxxxxxxxx", // Optional, See API/README.md for details // classes: {} // Optional, See "Custom Classes" below } },
and
config = { address: "localhost", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "0.0.0.0", "::" to listen on any interface // Default, when address config is left out or empty, is "localhost" port: 8080, basePath: "/", // The URL path where MagicMirror² is hosted. If you are using a Reverse proxy // you must set the sub path here. basePath must end with a / ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.200.1/120", "192.168.200.1/24"], // Set [] to allow all IP addresses // or add a specific IPv4 of 192.168.1.5 : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"], // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
best regards
-
RE: MMM-Carousel (global)
@sdetweil o.k. i put the snow module in ignore list…now ist going :-)
-
RE: MMM-Carousel (global)
@sdetweil no sam it is not included in the ignore list and yet it does not work now…
CTRL+Shift +i again ?
-
RE: MMM-Carousel (global)
The MMM-Carousel is running now…
I still had the module “Snow” installed…
Does that have to be entered in the IngnoreListe around that it runs again?
-
RE: MMM-Carousel (global)
@kusselin said in MMM-Carousel (global):
@sdetweil yes that is funny, but you see now it goes…the console is/was also o.k. or?
what do you mean by not excluded?