CasaOS-HomeAutomation-AppStore icon indicating copy to clipboard operation
CasaOS-HomeAutomation-AppStore copied to clipboard

Application Request.

Open chaitanyalad opened this issue 3 months ago • 2 comments

Need MagicMirror² application. link :- https://magicmirror.builders/

chaitanyalad avatar Sep 22 '25 06:09 chaitanyalad

Post the Docker command or better the Docker compose file here, then I can add it.

mr-manuel avatar Sep 28 '25 05:09 mr-manuel

services:
  magicmirror:
    container_name: mm
    image: karsten13/magicmirror:latest
    restart: always
    volumes:
      - ../mounts/config:/opt/magic_mirror/config
      - ../mounts/modules:/opt/magic_mirror/modules
      - ../mounts/css/custom.css:/opt/magic_mirror/css/custom.css
    ports:
      - 8080:8080

i want to use this extension with the docker: https://github.com/pelaxa/MMM-ImmichSlideShow

chaitanyalad avatar Oct 07 '25 05:10 chaitanyalad