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 } },
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login