Read the statement by Michael Teeuw here.
iFrame not working?
-
@MattG and if you use https://www.google.com as the url?
And you want to display the embedded calendar from google in the iframe? Why not use the default calendar module and have it display your google calendar? (Using iCal)
If embedded, you should only use the adress,none of the html tags around it.
Don’t know if it’s just missing from your post or the config file, looks like it’s missing a { before the module entry
-
@broberg I’m mobile right now so I apologize for the brevity.
The issue is the same with any URL.
I don’t think it’s missing a curly bracket because you can scroll to the left and you should see it. It’s just poorly formatted.
Regarding the"why". Is like to display a calendar in month view with my appointments on the various days. To my knowledge this isn’t possible with the default and third party calendar modules. If it is… I’m all ears!!
Cheers!
-
I’ve been having the same issue. Any help would be great!
-
same issue here
iFrame not workingHaving the following config file
modules: [ { module: 'iFrame', position: 'middle_center', // This can be any of the regions. config: { // See 'Configuration options' for more information. url: "https://www.youtube.com/watch?v=nybXQ0Kv9u4", width: "100px", // Optional. Default: 100% height: "100px" //Optional. Default: 100px } } ]
Love to get some guidance for this :D
I also check out the following:
- https://forum.magicmirror.builders/topic/1126/display-web-widget-on-mirror-through-iframe/5
- https://forum.magicmirror.builders/topic/1133/hiding-and-showing-iframe-module/5
- https://forum.magicmirror.builders/topic/1283/module-iframe-starting-video-automatically/2
Thank you awesome people.
-
@bosslee said in iFrame not working?:
Love to get some guidance for this
I am also having trouble getting iFrame to work. I searched for some help and came upon this topic, so rather than start a new one, I jumped in here. The module loads but nothing appears. The ReadMe doesn’t say much other than to enter the url, which I did. The url is correct
{ module: 'iFrame', position: 'top_right', // This can be any of the regions. config: { url: "https://hdontap.com/index.php/video/stream/bald-eagle-live-cam", width: "300px", // Optional. Default: 100% or Example "200px" height: "300px", //Optional. Default: 100px or Example "300px" } },
-
Inch by inch . . .
I was able to get the iFrame to at least show something, simply by changing the url to this
module: 'iFrame', position: 'top_right', // This can be any of the regions. config: { url: "http://www.ustream.tv/channel/iss-hdev-payload", width: "300px", // Optional. Default: 100% or Example "200px" height: "200px", //Optional. Default: 100px or Example "300px" } },
The iFrame opens on that page. I can see the logo of the page, but the scroll bars on the iFrame don’t function so I cannot position the view of the page. It’s a live feed from the International Space Station