MMM-MotionEye
MMM-MotionEye copied to clipboard
syntax error in module
There is { module: 'MMM-MotionEye', position: 'bottom_right', config: { url: "http://motioneye:8081", forcedRefreshInterval: 60000, width: 400px, debug: true } }, It is necessary { module: 'MMM-MotionEye', position: 'bottom_right', config: { url: "http://motioneye:8081", forcedRefreshInterval: 60000, width: "400px", debug: true } },
Error : width: 400px, ==> width: "400px",
Hi, I think your error is related with this issue:
https://github.com/CatoAntonsen/MMM-MotionEye/issues/13
Hope it helps