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