MMM-MotionEye icon indicating copy to clipboard operation
MMM-MotionEye copied to clipboard

syntax error in module

Open Doudy opened this issue 4 years ago • 1 comments

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",

Doudy avatar Aug 31 '20 12:08 Doudy

Hi, I think your error is related with this issue:

https://github.com/CatoAntonsen/MMM-MotionEye/issues/13

Hope it helps

qu1que avatar Nov 24 '20 20:11 qu1que