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).
Read the statement by Michael Teeuw here.
Posts
-
RE: Has anyone got MMM-Remote-Control working on MM 2.11 ?
-
RE: Has anyone got MMM-Remote-Control working on MM 2.11 ?
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.
-
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, … -
RE: set issue under MagicMirror OS
The Package
x11-xserver-utilswhich contains thexsetcommand 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.
-
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.ymlfile as described in the link above (and not inentrypoint.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.ymlfile and replace the image fromkarsten13/magicmirror:latesttokarsten13/magicmirror:develop.In both cases after editing the
docker-compose.ymlfile you have to restart the container. So navigate into the directory where thedocker-compose.ymlfile is located and rundocker-compose up -d. -
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.91should belng: 11.91 -
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.
-
RE: weatherforecast showing only two days.
If you are using this setup https://gitlab.com/khassel/magicmirror#default-modules you need also set
MM_OVERRIDE_DEFAULT_MODULES: "false" -
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

