AgP42 / MMM-SmartWebDisplay

The `MMM-SmartWebDisplay` module is for MagicMirror². It allow to display any web content to your MagicMirror.
57 stars 14 forks source link

Only displays sample URLs #36

Open FuryGear opened 6 months ago

FuryGear commented 6 months ago

Good afternoon

If I use the sample URLs included in your config it displays fine. If I replace the sample URLs with my own it does not display.

What could the problem be?

Regards

Leigh

rmcelwee commented 5 months ago

I am having the same issue. I used The Magnificent Seven (Amazon, Apple, Google, Faceboook, Microsoft, Nvidia, and Tesla) websites as a test (including magic mirror's website) but only Amazon worked, and maybe only 5% of the time. I even saw that magicmirror.builders stopped working. I'm on a completely fresh install on an RPi 5. I tried using http://, then www, and then just the domain name but nothing worked. I would be interested if someone could test "http://tesla.com" and let me know if that worked for them.

FuryGear commented 4 months ago

Added and changed the webviewTag to true

electronOptions: { webPreferences: { webviewTag: true } },

rmcelwee commented 4 months ago

Added and changed the webviewTag to true

electronOptions: { webPreferences: { webviewTag: true } },

I don't see this as an option in the documentation. Where did you find out about this?