docker-MagicMirror icon indicating copy to clipboard operation
docker-MagicMirror copied to clipboard

Docker image for the Magic Mirror 2 project by Michael Teeuw.

Results 12 docker-MagicMirror issues
Sort by recently updated
recently updated
newest added

Yo dawg, I heard you like GitHub Actions, so I put more action into your actions. ;) No, seriously, I thought it would be a nice idea on my docker-vdirsyncer...

Hello. First of all, thank you for your work ! It's really usefull :) I've an issue since v2.15 (no issue with v2.14.0) With the same config file, the latest...

@bastilimbach For over a month there are two pull request waiting for your feedback as maintainer of this project. So I'm asking if you still consider maintaining this project? Or...

Create docker.yml workflow and removed travis.yml close #43 Also updated docker-entrypoint.sh permissions in git @bastilimbach setup `DOCKER_USERNAME` and `DOCKER_PASSWORD` in the Settings > Secrets The images are build on push...

I am running this docker on a Synology NAS. I got it up and running with no issue. I set the timezone variable and also linked `/etc/localtime`. When I check...

To use smaller base image, alpine is used as a new base. To keep only required files multi-stage builds are used. In addition, unnecessary files are cleaned up from node_modules...

In [docker-entrypoint.sh](https://github.com/bastilimbach/docker-MagicMirror/blob/master/docker-entrypoint.sh) there is line that place the config file before the MagicMirror starts ``` if [ ! "$(ls -A /opt/magic_mirror/config)" ]; then cp /opt/magic_mirror/mm-docker-config.js /opt/magic_mirror/config/config.js fi ``` But when...

I am running MagicMirror on a raspberry pi in server only mode and use an old iPad that does not receive any updates anymore as a digital picture frame. As...

See https://github.com/bastilimbach/docker-MagicMirror/pull/25#issuecomment-652661315

enhancement
help wanted

See https://github.com/bastilimbach/docker-MagicMirror/pull/18#issuecomment-650244564

enhancement