I’m using https://github.com/TheBogueRat/MMM-iFrameReload to Display the “live feed” of my FOSCAM FI 9900P, which unfortunately doesn’t have an MJPEG-stream ready for MMM-IPCam (https://github.com/RedNax67/MMM-IPCam).
my config.js:
{
module: 'iFrameReload',
position: 'top_left', // This can be any of the regions.
config: {
// See 'Configuration options' for more information.
url: "http://192.168.xx.xx:88/cgi-bin/CGIProxy.fcgi?cmd=snapPicture&usr=USER&pwd=PASS",
width: "640px", // Optional. Default: 100%
height: "360px", //Optional. Default: 100px
refreshInterval: 10 //Optional. Default: 3600 = 1 hour
}
},
in the logfile, there’s only this:
No helper found for module: iFrameReload.
Do I miss something? there’s not even the slightest sign of an iFrame - even if I switched the URL to url: "https://www.google.de",
Thanks!