MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. karsten13
    3. Posts
    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 512
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Has anyone got MMM-Remote-Control working on MM 2.11 ?

      may your image is to old. You can execute docker images and see how old your images are. You can get a new version with docker pull xy (replace xy with the image name).

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: Has anyone got MMM-Remote-Control working on MM 2.11 ?

      @MrCoffee

      sorry, don’t understand your question.

      This thread is about a problem with MMM-RemoteControl with MM v2.11.

      If you use the mentioned docker setup this should have MM v2.13 where the problem is solved.

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: set issue under MagicMirror OS

      My first answer was to fast, i missed the python stuff, python is also missing in the image.

      So if you need python the better approach is to build your own docker image. You can use the existing image used in MagicMirrorOS as base image and install the dependencies x11-xserver-utils, python3, …

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: set issue under MagicMirror OS

      The Package x11-xserver-utils which contains the xset command is not installed in the docker image used by MagicMirrorOS.

      The problem is you want a small docker image because pulling new images is “not very fast” on a pi. So you cannot put everything into this image someone may need but 98% not.

      In this case I think it makes sense because the usecase is not exotic and the image size increases only about 20MB. Will let you know here when you can test this.

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: weatherforecast showing only two days.

      If you are using this docker setup you have to set the MM_OVERRIDE values in the docker-compose.yml file as described in the link above (and not in entrypoint.sh).

      The simple solution is to use the develop-image which contains already the changes you want to do. In this case you have to edit the docker-compose.yml file and replace the image from karsten13/magicmirror:latest to karsten13/magicmirror:develop.

      In both cases after editing the docker-compose.yml file you have to restart the container. So navigate into the directory where the docker-compose.yml file is located and run docker-compose up -d.

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: MMM-RAIN-MAP (new: version 2.x)

      @ViDiBi said in MMM-RAIN-MAP:

      lon: 11.91

      I think you have a typo in your config, lon: 11.91 should be lng: 11.91

      posted in Utilities
      karsten13K
      karsten13
    • RE: MMM-RAIN-MAP (new: version 2.x)

      @bhepler

      7f1425c3-cc31-41d3-9598-daa4d21fd75b-grafik.png

      or

      8fd0daf1-33d2-4c3f-aa00-c8a3f50e846b-grafik.png

      posted in Utilities
      karsten13K
      karsten13
    • RE: MMM-NetworkScanner (spitzlbergerj)

      from your output it looks like your using https://github.com/spitzlbergerj/MMM-NetworkScanner#simple-example and not the example with columns.

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: weatherforecast showing only two days.

      @Hindenberg

      If you are using this setup https://gitlab.com/khassel/magicmirror#default-modules you need also set MM_OVERRIDE_DEFAULT_MODULES: "false"

      posted in Troubleshooting
      karsten13K
      karsten13
    • RE: MMPM and Docker

      There is already a docker image for mmpm: https://gitlab.com/khassel/mmpm
      You have to mount some dirs from MM into the MMPM container, see https://gitlab.com/khassel/mmpm/-/blob/master/docker-compose.yml

      posted in Utilities
      karsten13K
      karsten13
    • 1
    • 2
    • 44
    • 45
    • 46
    • 47
    • 48
    • 51
    • 52
    • 46 / 52