-
Notifications
You must be signed in to change notification settings - Fork 6
Description
The IPCam Feed is completely black. My Foscam Camera is completely working using a browser. Here is the config entry:
{ module: 'MMM-IPCam', position: 'middle_center', config: { host: '---.com', port: --86, user: 'admin', pass: '--------' }, },
Using pm2 monit, I see the GET_CAM Notification, but the image is never shown. I am also sometimes able to see a status similar to this example from the foscam readme:
{ id: '001A11A00A0B', sys_ver: '0.37.2.36', app_ver: '3.2.2.18', alias: 'Cam1', now: '1343304558', tz: '-3600', alarm_status: '0', ddns_status: '0', ddns_host: '', oray_type: '0', upnp_status: '0', p2p_status: '0', p2p_local_port: '23505', msn_status: '0', alarm_status_str: 'no alarm', ddns_status_str: 'No Action', upnp_status_str: 'No Action' }
In the MagicMirror, all I can see is a small black square, sometimes with a border inside it, sometimes not. The times when I get a status update in pm2 monit, the border seems to appear. I really have no idea what's going on.