MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    UNSOLVED Trouble with MMM-Remote-Control

    Troubleshooting
    2
    4
    521
    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
      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
      • Stoffbeuteluwe
        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
        • Stoffbeuteluwe
          Stoffbeuteluwe Project Sponsor last edited by

          that should work

          1 Reply Last reply Reply Quote 0
          • F
            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
            • 1 / 1
            • First post
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy