HomeGenie Forum
Automation Program Plugins and Wizard Scripting => Help => Topic started by: raja_tamilarasan on March 27, 2016, 08:41:39 AM
-
Hello HG Forum,
I would like to add a module to my homescreen to display a live feed coming from a public URL.
Below is the code that works but I am not sure of the steps to add this either as a widget or a module to my home screen.
Would appreciate step by step instructions if you could.
<iframe src ="http://plazacam.studentaffairs.duke.edu/" width="150%" height="300">
<p>Your browser does not support iframes.</p>
</iframe>
Thanks