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 module not showing content
-
@desertblade I’ve created on my second raspi an container called iframe.html (He takes temperature data from pool with 1-wire sensors)
and indexsmall.html is:
http://pastebin.com/KjhxUpYZBut it does not work.
Only a white line:
Code in MM is:
modules: [ { module: "MMM-iFrameReload", position: "top_right", header: "", config: { url: "http://192.168.188.30/iframe.html", width: "100%", height: "200px" } },
Who can help me?
-
i got it:
the module is buggy!! -
does it solved or still problematic?
I would like to use Iframe on my setup to display an html or xml output taken from my local app?
what do you suggest? -
@ooskay How about using this?
[card:eouia/MMM-HTMLBox]
You can put youriframe
tag into thecontent
or externalfile
.