@sdetweil Doh. I’m thinking IRS quarters.
Jan, Apr, Jun, Sep. 🤣🤣
You have developed a module for the MagicMirror? Join the group and get a "Module Developer" badge!
@sdetweil Doh. I’m thinking IRS quarters.
Jan, Apr, Jun, Sep. 🤣🤣
FYI: I’ve created a fork, refactored it and optimized the README. It should be easier to install :-)
@sdetweil
Fixed: typo missing : after password in the readme
@LuckyDucker said in MMM-BambuLabNotify - 3D printer notifications:
Throws a 404 Page can’t be found. Maybe you need to make it public?
@Exndfan Nice. Don’t forget to add it to the modules list :-)
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"}
],
},
],
},
},
@rambomonkey
So this is how you want your Magic mirror setup to look like.
yeah no /root/ that can create a loads of headaches like this.
@goldyfruit Very cool! 🚀Don’t forget to add MMM-ShareToMirror to the module list 🙂
@Richard238 said in Update, unable to connect.:
0|MagicMirror | [2025-08-16 19:11:32.117] [ERROR] Your configuration file contains syntax errors :(
0|MagicMirror | Line 99 column 21: ‘Log’ is not defined.
This seems to indicate that there is an error in config/config.js
. Run the following on the command line in the ~/MagicMirror/
directory: npm run config:check