@sdetweil ok I was assuming is necessary add .module, now works.
I find some example that use that keyword… 🤔
Read the statement by Michael Teeuw here.
Latest posts made by technofab
-
RE: Docker and custom.css
-
RE: Updating a Docker Mirror image
I don’t know that switch! But it read from dockerfile? My strategy is a bit longer but it can guarantee that all is updated and I can also add git pull for every module in the sequence…
Edit: I give a try, but not works, and didn’t find that on documentation.
https://docs.docker.com/engine/reference/commandline/run/ -
RE: Updating a Docker Mirror image
For now I suppose this scenario:
docker stop magic_mirror
docker rm magic_mirror
docker system prune -a -f
docker run -d --publish 80:8080 --restart always…In this way I suppose that after run is completed is full updated.
-
RE: Docker and custom.css
OK I finally put my custom empty file custom.css now: i edit to limit default module calendart in witdh so:
body { } .module.calendar { width:50px; }
Stop and restart container but nothing change. What I’m missing?
-
RE: Updating a Docker Mirror image
Mmhmm great, so what you suggest? Backup config and modules delete all, reinstall container and restore config and modules?
-
RE: Docker and custom.css
I did’nt find that path in the container, but I follow the gh container instructions… so? 🤔
-
Docker and custom.css
I’ve a docker installation… where I need to put my custom.css file?
I need to generally downsize the font size a little.Thanks in advance.
-
Updating a Docker Mirror image
I’ve setup in my centos 7 box, a docker mirror image following the instructions in github. All works ok, but I want to know the right update sequence. Is sufficient to make a:
docker pull bastilimbach/docker-magicmirror
and restart my docker istance, or what else?
-
Good morning at all
Hi, I’m technofab, and a sysadmin, and I’m going to make my frest magicmirror, but I’ve some questions… so I ask after a search and lurk… Thanks in advance for your answers…