A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Image in module not showing on mirror browser
-
@sdetweil What’s the CORS service in MM?
I see I have been away for a while… -
@lavolp3 the systems are getting more sensitive to attackers everywhere
MM is on a system using 0.0.0.0 probably and that gets sent in the browser making the request and the remote system says, I don’t know where that it, its ‘NOT’ in my allowed systems…
-
use this as the url
Example input request url: http://address:port/cors?sendheaders=header1:value1,header2:value2&expectedheaders=header1,header2&url=http://www.test.com/path?param1=value1
so when you break that down
http://address:port MM address (can be localhost, or ip address) and port
url= the original url
sendheaders= whatever headers you need to set when sending
expectedheaders= whatever headers are expected on response -
@lavolp3 said in Image in module not showing on mirror browser:
But I can try to use electron’s developers tab.
yes, have to do it where the error is
-