@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.