• 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. techeros
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
T
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 0
  • Posts 2
  • Groups 0

techeros

@techeros

0
Reputation
1
Profile views
2
Posts
0
Followers
0
Following
Joined Dec 9, 2024, 3:02 AM
Last Online Jan 5, 2025, 4:59 PM

techeros Unfollow Follow

Latest posts made by techeros

  • RE: Synology Docker Tutorial?

    @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

    posted in Troubleshooting
    T
    techeros
    Dec 26, 2024, 7:02 PM
  • RE: Synology Docker Tutorial?

    @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

    posted in Troubleshooting
    T
    techeros
    Dec 24, 2024, 1:25 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