MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. karsten13
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 1
    • Followers 3
    • Topics 8
    • Posts 500
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Docker install on synology nas

      @oliv

      looks like the volumes on the host were created by root. The user in the container runs as user node with uid/gid 1000.

      So you can try

      a) cd to /volume1/docker/ on the host and run chown -R 1000:1000 ./magicmirror (you have to do this as root)

      or

      b) run the container as user root, you have to add

          --user root \
      

      to the docker run ... command

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: MMM-Fuel black screen

      @sdetweil said in MMM-Fuel black screen:

      the release upgrade moved us from 17 to 19

      no, we were already on v19 with release v2.20.0, now we are on v19.1.0 (not v19.0.15)

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: Electron quit periodically

      @jefftse

      I deleted your config posted above because you published all your secrets in it …

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: electron-rebuild problems with MagicMirror 2.22.0

      @wishmaster270 said in electron-rebuild problems with MagicMirror 2.22.0:

      Edit: Do not misunderstand me. In my opinion the best way to solve the electron-rebuild problems of a lot of modules would be to put “@electron/rebuild” as a dependency to “package.json” of MagicMirror.

      I don’t have a final opinion on that yet, but if so, we should put it under optionalDependencies as electron

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: Cannot find module 'request'

      https://khassel.gitlab.io/magicmirror/docs/faq.html#error-cannot-find-module-request

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: electron-rebuild problems with MagicMirror 2.22.0

      @sdetweil

      you can use --omit=optional as param for npm install, I use this for my amd64 images because they are run to 99,9% with npm run server so electron is not needed

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: Issue with latest build of Karsten’s docker labwc container?

      fixed now, you can restart the pi (it will need some time to pull the new image before working) or

      cd /opt/mm/run
      docker compose pull
      docker compose up -d
      
      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: Calendar Symbol & SymbolClassname

      we are at "@fortawesome/fontawesome-free": "^6.2.1"

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: Storing info locally

      see https://github.com/ianperrin/MMM-Strava

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: MMM-Flights no map ist shown

      can reproduce it if I use a nonexisting mapUrl, so I think you have a typo in your mapUrl …

      posted in Troubleshooting
      karsten13K
      karsten13
    • 1
    • 2
    • 7
    • 8
    • 9
    • 10
    • 11
    • 10 / 11