Hi and sorry for my late replay.
First of all… Please take care that the answer of @sophiasteck contains some misleading information as the array is called cams
and not cameras
and the module only supports referencing the cameras by their name
and Not their ids. Additionall there exists no flag showStream
.
The cams
array contains objects which need at least the name
defined.
According to the logs you posted your config should look something like…
{
module: "MMM-SynologySurveillance",
position: "middle_center",
config: {
debug: true,
ds: [
{
protocol: "https",
host: "x.x.x.x",
port: "xxxx",
user: "xxxx",
password: "xxxxxx",
cams: [
{ name: "Back Doors" },
{ name: "Pool Cam"},
{ name: "Indoor Kitchen"}
],
},
],
},
},