A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
tide module for France
-
@chassain-0 said in tide module for France:
add a html code in adding your web on the site “iframe generator”
you can write me directly if you want helpoulala, I am a noob.
I don’t know how to add a html code in adding my web on the site “iframe generator”
And how can I write you directly?first to install i have to :
cd~ /MagicMirror/modules
, thengit clone https://github.com/eouia/MMM-Widget2
and after that put in my config.js :{ module: "MMM-Widget2", position: "top_left", config: { refreshInterval: 1000*60*60, file: "test.html", iframeStyle: { width: "800px", height: "400px" } } },
but after that, what should I do ?
i dont’ know to use Iframe… -
an example :
{ module: "MMM-Widget2", // disabled: false, position: "left", config: { refreshInterval: 1000*60*5, code: `<iframe src="http://maree.info/26" style="border:0px #ffffff none;" name="myiFrame" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="400px" width="800px" allowfullscreen></iframe>`, iframeStyle: { width: "800px", height: "400px", }, } },
-
private message sent to adjust
-
-
-
@RIKKO14 put off the first line