MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    MMM-Remote COntrol

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    2 Posts 2 Posters 1.6k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J Offline
      JonoGee
      last edited by

      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 Regards

      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: [],
      
      	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
      },
      
      thedoorsfanaticT 1 Reply Last reply Reply Quote 0
      • thedoorsfanaticT Offline
        thedoorsfanatic @JonoGee
        last edited by

        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
            				}
        		},
        

        My Smart Mirror YouTube playlist: https://www.youtube.com/playlist?list=PL9Iv_4Mvy6o2tnvdhNBstVWNefgUP9ELp

        1 Reply Last reply Reply Quote 0

        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
        • 1 / 1
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy