Read the statement by Michael Teeuw here.
MMM-Remote-Control after upd MM to 2.1.0
-
when i choose “edit modules” the MMM-Remote-Control does’t show any module.
It mean there are no modules loaded. But more than 6 modules are running at the mirror.
Any ideas?
-
did you update the dependencies?
-
Just did the update with git pull && npm install, I can report that at least my MMM-Remote-Control works exactly as beforehand, showing all modules.
-
-
@lolobyte git pull && npm install ?
-
i have now also done the npm install in the remote control folder…
The issue remain.
I’ll try a comlete new install of the module! :-(
-
@lolobyte nonono you need to npm install the hole thing ^^ wait take a look here: https://forum.magicmirror.builders/topic/1306/v2-1-x-updates
-
-
I had the same problem.
I deleted the option: “disabled” (Set disabled to true to skip creating the module.) ) in my modules and everything works , MMM-Remote-Control show modules. -
YES, damn, more than 2 hours wasted wit this issue.
If you un-comment the “disabled: true.” argument, your remote module won’t work correctly.
If you change the status from “true” to “false”, your remote module works again.{ module: 'helloworld', position: 'bottom_bar', classes: 'small bright', // Add your own styling. Optional. // disabled: true, // verursacht Fehler in MMM-Remote-Control Modul config: { text: 'TEST TEST TEST!', } },