@bhepler thank you !!
Read the statement by Michael Teeuw here.
Posts
-
RE: Map visible in browser but not on mirror
Yeah it’s because the electron browser doesn’t support webgl2. Do you know a solution for this problem?
-
Map visible in browser but not on mirror
I want to show a map from mapbox on my magic mirror but it is only visible when i browse to the magic mirror (localhost:192.168.1.10:8080) and not on the mirror self.
Has someone any idea how to fix this problem?
-
RE: MMM-Strava
When i use the new development branch the api for profile switcher isn’t working anymore. (the notification from MMM-Remote to be exact)
-
RE: How to run as "https"?
Thank you for the information! I have a PWA to control the magic mirror but a PWA is always https. So my http requests are not allowed but for my PWA i used let’s encrypt for a free certificate. Is it possible to make a wildcart cetficate for my PWA and use the same for the magic mirror?
-
RE: How to run as "https"?
It worked! thanks for the support :) but i have another question is it possible to use a signed certificate because now when i go to the magic mirror page i receive “your connection is not private”.
-
RE: How to run as "https"?
I did this but when i want try to access https://ipaddress:8080 “ERR_SSL_VERSION_OR_CIPHER_MISMATCH” is returned in the google browser. Do you know the solution for this problem?
-
RE: Webapp to control magic mirror , edit/delete/make profile and edit positions of modules
There is no download link yet because i’m still developing on my internship. I’m making a logging system to log all the errors and http requests to a logfile and also creating a authentication system for all the users.
If the webapp is fully ready i will share the download link!
Kind regards
-
Webapp to control magic mirror , edit/delete/make profile and edit positions of modules
Hi everybody,
I made an webapp to do cool things with my magic mirror without going to the config file!
-
The intro page

-
Profile page to activate/add/edit and remove a profile

-
Toggle/edit modules

-
Change the positions of the modules with drag and drop (will save in the config file)

-
Magic Mirror Controls

-
Send alert

What do you think?
-
-
Add/remove/edit profiles from MMM-ProfileSwitchet with API
Hello everybody!
I’m currently developing a module to add, remove and edit profiles from the MMM-ProfileSwitcher with an API. I’m almost done but i want some people to test the module for me before i want to set it open for everybody. If someone is interested send me a private message!
Lorenz Fleerackers
-
It would be nice if you can add a profile with the MMM-Remote-Control instead of editing classes in the config file.
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.
-
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