@karsten13 of course thanks for checking it out.
Here is the docker start command:
docker run -d \
--name magicmirror \
--publish 8036:8080 \
--restart unless-stopped \
-e TZ=America/Chicago \
--volume /volume1/docker/magicmirror/config:/opt/magic_mirror/config \
--volume /volume1/docker/magicmirror/modules:/opt/magic_mirror/modules \
--volume /volume1/docker/magicmirror/css:/opt/magic_mirror/css \
karsten13/magicmirror:latest
and here are the logs of the container: