Well I have some progress, I now get three boxes on the MagicMirror page with the camera icon in them but no data.
here’s my updated config.js snippet…
{
module: "MMM-SynologySurveillance",
position: "middle_center",
config: {
debug: true,
ds: [
{
protocol: "https",
host: "x.x.x.x",
port: "xxxx",
user: "xxxx",
password: "xxxxxx",
cams: [ 5, 7, 14],
},
],
},
},
Someone suggested updating the update interval, but I’ve tried several intervals mostly focusing on on minimumTimeBetweenRefreshs (which is spelled wrong, but that’s what’s in the docs on GitHub, I also tried spelling it correctly, no change. Still getting the periodic refreshes in the logs like I was before, so it’s still logging in and getting something.