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 COntrol
-
Good morning Folks,
I was hoping someone could help me. I have installed the RemoteControl module but all i get when i run npm start is a black, blank screen. I am not entirely sure but i think it is something to do with this bit…
var config = { address: "0.0.0.0", port: 8080, //ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.93"], ipWhitelist: [],
Below is all the code related to this module. I would really appreciate someones help.
Best Regardsvar config = { address: "0.0.0.0", port: 8080, //ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.93"], ipWhitelist: [], language: 'en', timeFormat: 24, units: 'metric', modules: [ { module: 'MMM-Remote-Control', // uncomment the following line to show the URL of the remote control on the mirror "pages": {"Video": "bottom_left"}, // you can hide this module afterwards from the remote control itself },
-
Get rid of
"pages": {"Video": "bottom_left"}
and try that:{ module: "MMM-Remote-Control", position: "bottom_left", config: { customMenu: "custom_menu.example.json", // Optional, See "Custom Menu Items" below } },