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
-
Hi,
i´m using the iFrame module to display a live news video feed:
{ module: 'iFrame', position: 'top_right', // This can be any of the regions. config: { url: "http://de.euronews.com/live", width: "800px", // Optional. Default: 100% or Example "200px" height: "600px", //Optional. Default: 100px or Example "300px" } },
Does anynody know how I can just display the video without that other website stuff?
F.