A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
module: remote control issue
-
hi,
if I want to control my magic mirror with the remote control module Iḿ not able to do that. It just shows “no modules loaded”
My config file should be fine…Can someone help me with this issue?
-
-
{ module: 'MMM-Remote-Control', //position: 'bottom_left', 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 } },
try pasting that in your config.js works for me
-
@hawkeye yeah thx man! Worked again :))