• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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 Sep 4, 2024, 2:01 AM
Last Online Sep 5, 2024, 9:44 PM

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
    Sep 4, 2024, 4:35 PM

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
    Sep 4, 2024, 4:35 PM
  • 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
    Sep 4, 2024, 5:43 AM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy