• 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
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Synology Docker Tutorial?

Scheduled Pinned Locked Moved Unsolved Troubleshooting
15 Posts 9 Posters 4.2k Views 10 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    odolmach3 @wishmaster270
    last edited by Dec 5, 2023, 8:25 PM

    @wishmaster270 said in Synology Docker Tutorial?:

    npm run server

    Thank you, that does the Trick!

    1 Reply Last reply Reply Quote 0
    • T Offline
      techeros
      last edited by Dec 24, 2024, 1:25 AM

      @wishmaster270 said in Synology Docker Tutorial?:

      karsten13 on my Synology

      Hi everyone so I was having a lot of issues getting MagicMirror installed.
      Do not bother trying to install bastilimbach, it will install but you wont be able to get the calendar working.
      Instead follow these steps on your Synology. I made it simple incase you are not used to working with putty etc etc

      Download and install Putty
      setup the connection to poin to your IP address and port 22
      Once you connect, type your admin user and pass

      1. Uninstall MagicMirror
        Run these commands to completely remove the existing MagicMirror setup:

      Stop and Remove the Container
      bash

      sudo docker stop magicmirror
      sudo docker rm magicmirror
      Remove the Image
      bash

      sudo docker rmi karsten13/magicmirror:latest
      Delete Configuration Files
      (Optional, if you want a clean start):

      sudo rm -rf /volume1/docker/magicmirror

      1. Install MagicMirror
        Follow these steps to reinstall MagicMirror:

      Create Necessary Directories

      Copy code
      mkdir -p /volume1/docker/magicmirror/{config,modules,css}
      sudo chown -R 1000:1000 /volume1/docker/magicmirror
      Pull the MagicMirror Image

      sudo docker pull karsten13/magicmirror:latest
      Run the MagicMirror Container

      sudo 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

      1. Verify the Installation
        Check that the container is running:

      sudo docker ps
      Look for magicmirror in the list.
      The STATUS column should say Up.
      Open MagicMirror in your browser:

      http://<Your_NAS_IP>:8036
      Replace <Your_NAS_IP> with your Synology NAS’s IP address in your web browser

      W 1 Reply Last reply Dec 24, 2024, 10:51 PM Reply Quote 0
      • W Offline
        wishmaster270 Module Developer @techeros
        last edited by Dec 24, 2024, 10:51 PM

        @techeros Sorry. But you can use the container manager gui in the Web interface for most of the job. No need to pull or remove any images on the shell manually.

        T S 2 Replies Last reply Dec 26, 2024, 7:02 PM Reply Quote 0
        • T Offline
          techeros @wishmaster270
          last edited by Dec 26, 2024, 7:02 PM

          @wishmaster270
          Sure, If you could so kindly point me to the documentation, Id love to. Im just getting started with Containers on my synology and have been fighting tooth and nail to get it installed.

          If I select the image kristen13 and install non of the directories are created, nothing works.
          If You use the manual instructions i posted, it works (for me). I have a lot to learn here so , if im way off-base i’m all ears.
          Thanks for chiming in
          T

          1 Reply Last reply Reply Quote 0
          • S Away
            sdetweil @wishmaster270
            last edited by Dec 26, 2024, 7:59 PM

            @wishmaster270 my 416j+ doesn’t officially support docker, so there is no ui.

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • 1
            • 2
            • 2 / 2
            • First post
              Last post
            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