Måns
Måns
I am running my MagicMirror in docker ([karsten13 image](https://hub.docker.com/r/karsten13/magicmirror/)) with server only. When I start the MagicMirror container with the configuration provided in the first post the container just goes...
I found this fork by @ktoll2 https://github.com/heskja/MMM-CalendarWeek/compare/master...ktoll2:MMM-CalendarWeek:master Apparently missing dependencies. I started to use his fork instead. Now everything is working as expected. Need to add dependencies in package.json to...
I switched to your fork. Cheers! I think you should add your own fork on the 3rd party module so people can find a working version of the module.
I am also interested in this.
> To get around this I added a postfix relay that supports authentication and referenced that in my db-backup configuration. > > ``` > postfixrelay: > container_name: postfixrelay > image:...
Cheers! I got the postfixrelay container working. Successfully sent a test email. However, if I run a "backup-now" in the docker-db-backup container it does not send an email. I don't...