MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. oliv
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    O
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    oliv

    @oliv

    1
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    oliv Unfollow Follow

    Best posts made by oliv

    • RE: Docker install on synology nas

      @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:
      Screenshot 2024-09-04 at 11.32.22 AM.png

      posted in Troubleshooting
      O
      oliv

    Latest posts made by oliv

    • RE: Docker install on synology nas

      @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:
      Screenshot 2024-09-04 at 11.32.22 AM.png

      posted in Troubleshooting
      O
      oliv
    • Docker install on synology nas

      I have been trying to install the karsten13/magicmirror docker image on my synology NAS. I’ve tried with docker run scripts ssh’d in as root as well as normal compose method.

      The image always fails with this error in the log “mkdir: cannot create directory ‘/opt/magic_mirror/modules/default’: Permission denied”

      I can install and run the older bastilimbach/docker-magicmirror image without this error, but it is no longer supported and the custom css doesn’t properly load anymore with this image.

      Any advice would be greatly appreciated, I feel like I’m banging my head against a wall with this!

      posted in Troubleshooting
      O
      oliv