I’ve build a container myself using the associated Dockerfile on github and that results in a up to date version. So apparently the daily update script is not updating the contents of the docker image on docker hub correctly (missing -no-cache option?). I’ve however noticed, that although the Magic Mirror docker image is just a couple of days old, the Magic Mirror version within the container is over 2500 commits old. Updating to the latest version can be done by: –volume ~/magic_mirror/modules:/opt/magic_mirror/modules –volume ~/magic_mirror/config:/opt/magic_mirror/config So assuming you’ve used the command as instructed on the website:
Start the container using the new version.
Assuming you’re running the container as per instruction on the magicmirror website and have stored the config and modules on the filesystem of your host.