Read the statement by Michael Teeuw here.
Display web widget on mirror through iFrame?
-
hello
I also heve problem with iframer. This is what put in my config. but can’t make auto play with adding -->&autoplay=1{ module: 'iFrame', position: 'bottom_left', // This can be any of the regions. config: { // See 'Configuration options' for more information. url: src="https://www.youtube.com/embed/I7hV-5GHWhc", width: '360px', // Optional. Default: 100% height: '360px', //Optional. Default: 100px } },
-
-
already resolved the problem, replace “&” with “?” in the url the video.
Thanks
-
same problem, still not working. Loading the module breaks the file. Here is my code:
{ module: 'iFrame', position: 'bottom_bar', // This can be any of the regions. config: { // See 'Configuration options' for more information. url: "http://www.yr.no/sted/Norge/Oslo/Oslo/Oslo/meteogram.png" width: "828px" // Optional. Default: 100% height: "272px" //Optional. Default: 100px } },
The only detail I’ve found in the documentation that seems a little off, is that it suggests the URL formatting to be as such:
url: "http:http://example.com/"
But that still doesn’t work.
-
@looolz said in Display web widget on mirror through iFrame?:
this one work on my clock
{
module: ‘iFrame’,
position: ‘bottom_left’, // This can be any of the regions.
config: {
// See ‘Configuration options’ for more information.
url: “http://www.yr.no/sted/Norge/Oslo/Oslo/Oslo/meteogram.png”,
width: ‘220%’, // Optional. Default: 100%
height: ‘360px’, //Optional. Default: 100px
}},
-
url: "http://www.yr.no/sted/Norge/Oslo/Oslo/Oslo/meteogram.png", your missing " , " after .png
-
@michael24h aaaaaaaah!
Yes! That worked, thanks!
-
no worries
-
@michael24h By the way, the example config from the readme.md also lacks the comma.
-
Usual thing good use to