A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Compliments with remote file doesnt work.
-
@codac
Modern browser doesn’t allow cross-originated contents(code, data whatever) by default for security reason. I think there might be an option to turn it off(in browser or electron) I’m in out of my pc, so can’t test it by myself, but definitely exist, I know. -
@codac
In chrome/chromium, it might be--disable-web-security
flag on execution. -
@mmrize and @sdetweil
Yeah, I’ve seen solutions using a htaccess file andAccess-Control-Allow-Origin: https://amazing.site
as content.
Anyhow, I fixed it now placing the remote file on my server and not a remote web-server.
You can enter the local path and filename as stated here.That worked for me.
-
@codac good…
htaccess is on the server side…
this error is server generated, client should NOT be able to 'get around ’ it
-
This post is deleted!