Skip to content

syntax error in module #14

@Doudy

Description

@Doudy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions