@jsmitty311 said in Two way mirror order for USA:
looks interesting…so total cost for 24" x 14" no polishing would be $128.32 including shipping to TX? i assume this would be ground shipping.
What is ground shipping?
@jsmitty311 said in Two way mirror order for USA:
looks interesting…so total cost for 24" x 14" no polishing would be $128.32 including shipping to TX? i assume this would be ground shipping.
What is ground shipping?
@michael24h said in Display web widget on mirror through iFrame?:
@fox said in Display web widget on mirror through iFrame?:
Actually I Didn’t know there two different iframe modules.
I’m glad you work out this
I think the diffference is, that the Reload-module can update the content.
Thank you :)
I got it… really weird:
This works: https://github.com/desertblade/iFrame
This does not work: https://github.com/TheBogueRat/MMM-iFrameReload
I checke the posts in this tread and i saw that you are using iFrame instead of iFrameReload :)
Now i must update this but i will likely do this with shedule updater. Thank you michael
I also copied the html file to the Magic-Mirror-Raspi:
http://192.168.188.25:8080/modules/MMM-iFrameReload/index.html
{
module: "MMM-iFrameReload",
position: "top_right",
header: "",
config: {
url: "http://192.168.188.25:8080/modules/MMM-iFrameReload/index.html",
width: "100%",
height: "100%px"
}
},
Also no effect
@michael24h said in Display web widget on mirror through iFrame?:
can you open this html doc from anather machine ? in local network
if not you not sharing this document called .html in local net
Now i have created also a folder “pool” and point to the folder (file is now index.html) and the config points only to the folder. but also no effect.
Also checked with another computer in same network, the PC shows the page… Only mm, respective the MMM-iFrame module does not show the content
I changed it to the local ip:
also the config
{
module: "MMM-iFrameReload",
position: "top_right",
header: "",
config: {
url: "http://192.168.188.30/home.html",
width: "100%",
height: "100%px"
}
},
then restarted mm but still nothing :(
Despite, thank you very much @michael24h that you help me in such details :)
@michael24h said in Display web widget on mirror through iFrame?:
@fox
I share on my local net. photo album
Ok i understand. But why is it not working on my screen :(
Here is the output of home.html:
Could someone please post a sample xml file that works?
I dont know how to generate my xml file correctly.