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.

    Trouble with MMM-Remote-Control

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    4 Posts 2 Posters 1.2k 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.
    • F Offline
      Fr8Trayne
      last edited by

      Howdy!

      I’m trying to install MMM-Remote-Control onto my Raspberry Pi. I follow the instructions as written, but each time I past the code to my config file I get the following screen.

      0_1567228394786_ab22daba-71f8-4120-a5c9-7fe19afe1192-image.png

      Here is the module:

      {
          			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
              			customMenu: "custom_menu.json", // Optional, See "Custom Menu Items" below
              			showModuleApiMenu: true, // Optional, Enable the Module Controls menu
              			apiKey: "",         // Optional, See API/README.md for details
          				},
      		},
      

      What am I missing here? I must be simple, but I’ve been at it too long and my brain is now fried. Any help would be much appreciated.

      1 Reply Last reply Reply Quote 0
      • StoffbeuteluweS Offline
        Stoffbeuteluwe Project Sponsor
        last edited by

          {
                  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
                      customMenu: "custom_menu.json", // Optional, See "Custom Menu Items" below
                      showModuleApiMenu: true, // Optional, Enable the Module Controls menu
                      apiKey: ""         // Optional, See API/README.md for details
                    }
            },
        
        1 Reply Last reply Reply Quote 0
        • StoffbeuteluweS Offline
          Stoffbeuteluwe Project Sponsor
          last edited by

          that should work

          1 Reply Last reply Reply Quote 0
          • F Offline
            Fr8Trayne
            last edited by

            @Stoffbeuteluwe said in Trouble with MMM-Remote-Control:

            {
            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
            customMenu: “custom_menu.json”, // Optional, See “Custom Menu Items” below
            showModuleApiMenu: true, // Optional, Enable the Module Controls menu
            apiKey: “” // Optional, See API/README.md for details
            }
            },

            @Stoffbeuteluwe
            thanks. I implemented your code and it did get rid of the config request, but it still doesn’t display the URL as mentioned in the instructions.

            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