@rvdgeer do you have pm2 installed and configured? Oh looked above, you do. Well I have noticed even though logs show command error, it still works, I think it’s because node doesn’t surround commands in quotes.
Read the statement by Michael Teeuw here.
Posts
-
RE: Looking for beta testers for MMM-Remote-Control
-
RE: Module about module updates
https://github.com/Jopyth/MMM-Remote-Control
Developer branch can update modules and MM, but not identify if there is a module update available. -
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
Right, ya, or have yet another module directory inside remote to inject menu definitions node/remote/module code for module’s remote backend, like magic mirror… Damn getting complex, ha. But your right maybe for now needs to hide alert menu if not installed.
-
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
@Jopyth like support a backend/menu for say a gallery module, but only if it’s installed. It would be very beneficial but might add bloat and future compatibility issues. Alert is fine because it’s a default.
-
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
@Jopyth would it be ok to add module specific functionality/backend only if that module was installed? Thoughts?
-
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
Holy smokes @Jopyth you refactored a lot, it’s taking me some time to merge my changes in
-
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
It’s the MAGIC MIRRORS TO THE MASSES MOVEMENT!! M⁴!
-
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
@Jopyth I’ve added on mine ability to refresh browser, update mm and modules, and send alerts. I’ll probably work on installing and configuring modules next.
I’ll push merge soon -
RE: [Remote-Control] Shutdown, Configure and Update your MagicMirror
@plumcraft
I’m working on that feature now on my own dev, I’ve currently added ‘refresh page’ and ‘update magic mirror’ next is upgrading modules. Then hopefully adding and configuring modules. -
RE: MMM-ModuleScheduler - Module Schedules and Notifications
Is it required to restart mm/server if a scheduler configuration is changed, add, removed?
Thanks