Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. technofab
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 11
    • Best 0
    • Groups 0

    technofab

    @technofab

    0
    Reputation
    147
    Profile views
    11
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    technofab Follow

    Latest posts made by technofab

    • RE: Docker and custom.css

      @sdetweil ok I was assuming is necessary add .module, now works.
      I find some example that use that keyword… 🤔

      posted in Custom CSS
      T
      technofab
    • 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/

      posted in Tutorials
      T
      technofab
    • 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.

      posted in Tutorials
      T
      technofab
    • 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?

      posted in Custom CSS
      T
      technofab
    • RE: Docker and custom.css

      Thanks and merry Christmas

      posted in Custom CSS
      T
      technofab
    • 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?

      posted in Tutorials
      T
      technofab
    • RE: Docker and custom.css

      I did’nt find that path in the container, but I follow the gh container instructions… so? 🤔

      posted in Custom CSS
      T
      technofab
    • 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.

      posted in Custom CSS
      T
      technofab
    • 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?

      posted in Tutorials
      T
      technofab
    • 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…

      posted in General Discussion
      T
      technofab