A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
iframe not showing external content (ip camera view)
-
I am want to use MMM-HVIEW-Snapshot to bring a IP camera picture into my MM screen.
In the log, I can see the followingFailed to load URL: xxxx with error: ERR_BLOCKED_BY_RESPONSE
I have the IP whitelist set to my complete home subnet:
address: "0.0.0.0", ipWhitelist: [["192.168.1.0","192.168.1.253"],"127.0.0.1", "::ffff:127.0.0.1", "::1"],
And the URL I am trying to load is also on the same subnet:
http://192.168.1.82/cgi-bin/api.cgi?cmd=Snap&channel=0&rs=abcd1234&user=xxx&password=xxx
When I open my MM page in Chrome and check the errors, I see the following:
Refused to display 'http://192.168.1.82/' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
I assume this is because the browser is not allowing the iframe to load a content from a different IP.
How can I fix this? Or can you recommend an alternative module that would do the same?