A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-RemoteControl API issues
-
I am having a problem trying to use any of the APIs that are listed for the MMM-RemoteControl module. I have installed the module and added a config with showModuleApiMenu: true. I can access http://host:port/remote.html and things work from there. In my case monitor on/off.
I am trying to use the API to turn the monitor on/off and none of the APIs seem to work. Even using the example from https://github.com/Jopyth/MMM-Remote-Control/blob/master/API/README.md it shows:
curl -X GET http://magicmirrorip:8080/api/monitor/off
When I run this I get an error that says “Cannot GET /api/monitor/off”
It does not matter what command I try to run they all fail with a similar message. Any ideas what I am missing?