I’m building a webapp to control the Magic Mirror but there is no way to add a profile without going into the config file.
Read the statement by Michael Teeuw here.
Posts
-
It would be nice if you can add a profile with the MMM-Remote-Control instead of editing classes in the config file.
-
RE: MMM-Remote-Control, No 'Access-Control-Allow-Origin' header is present
Hi @sdetweil ,
I am using this ‘https://github.com/Jopyth/MMM-Remote-Control/tree/master/API’ . And i’m writing my webapplication in angular.
And i’m aware that i need to give ‘Access-Control-Allow-Origin’: ‘*’ with the headers but i don’t know where you need to do this.
-
MMM-Remote-Control, No 'Access-Control-Allow-Origin' header is present
Re: [[Remote-Control] Shutdown](Configure and Update your MagicMirror)
When i want to show the remote api data on my own webapp i always get the “No ‘Access-Control-Allow-Origin’ header is present on the requested resource.” error does anyone know the solution for this problem?
-
Remote Control API
Hi everyone,
I want to show data from the Remote Control API in my own application but i always get the “No ‘Access-Control-Allow-Origin’ header is present on the requested resource” error. Does anyone have a solution for this problem?
Already thanks for the support
-
Using the MMM-Remote-Control API
Hi,
I am building a magic mirror and i want to control it with my own webapp.For this i wanted to use the API calls from the remote control module. When i execute them in postman it works but suddenly the requests didn’t work anymore.
I always get the “Cannot GET /api/test” for exemple back.
Does anyone had the same problem?
Kind regards
Lorenz