Read the statement by Michael Teeuw here.
MMM-Remote-Control
-
@KristjanESPERANTO n also allows you to change version on the fly.
One nvm ‘benefit’, it stores the node versions in the users home folder at .nvm
So, on a multi-user system each user could have different node versions.
As MagicMirror is deployed as only user, it’s functionally the same.
One n benefit, it stores the version in the /usr/ local folder
So it requires sudo to make the change, cannot be accidental -
@sdetweil said in MMM-Remote-Control:
So it requires sudo to make the change, …
This can also be seen as a disadvantage 🙂
-
@KristjanESPERANTO maybe, if you never use sudo, but we use it very often
-
@KristjanESPERANTO Hi, I very much like MMM-Remote-Control!
The last update has possibly introduced an error with respect to the “Custom Menu Items” => I have a menu item which still shows, but the sub menu items don’t show anymore?
Else wise please let me repeat: excellent job on MMM-Remote-Control!
-
said in MMM-Remote-Control:
@KristjanESPERANTO Hi, I very much like MMM-Remote-Control!
The last update has possibly introduced an error with respect to the “Custom Menu Items” => I have a menu item which still shows, but the sub menu items don’t show anymore?
Else wise please let me repeat: excellent job on MMM-Remote-Control!
FWIW: I’m using the showModuleApiMenu: true setting in config.js as well and the submenus there don’t show either, any more?
-
@meikelrix I’ll take a look asap :-)
-
@meikelrix Please check new release 4.1.1 🙂
-
@KristjanESPERANTO said in MMM-Remote-Control:
@meikelrix Please check new release 4.1.1 🙂
Thank you very much, that has fixed my custom menu!
On the other hand I still don’t see the content of “Modules Controls” menu, although “showModuleApiMenu: true” is set in config.js?
-
@meikelrix Did you set
showModuleApiMenulike this?{ module: "MMM-Remote-Control", position: "bottom_right", config: { showModuleApiMenu: true, ....Do you also have modules with recognizable notifications? Newsfeed is quite good for testing, for example.

If it doesn’t work, show me your config (without secrets of course).
-
@KristjanESPERANTO I did set the showModuleApiMenu: true,
I do get the “Module Controls” menu entry, but it has no content AND other notification based modules are working.
I noticed as well that the “Updates” doesn’t show modules, anymore. The only one shown is “MagicMirror”, below the message “!No module loaded.”Ok, I renamed MMM-Remote-Contol directory and re-installed following the github instructions. All is working now!
Thank you for your help and a great module!
