on OS boot
Read the statement by Michael Teeuw here.
Posts
-
RE: MagicMirrorOS build intermittently not starting mm container (Version 2.30)
the script
/opt/mm/install/install.shis executed with every reboot.As workaround you could add
sleep 10s docker compose up -d --force-recreateat the end (where you have to play with the sleep seconds).
-
RE: MagicMirrorOS build intermittently not starting mm container (Version 2.30)
mmos is critical with pi zero 2w, I had a user who gave up, but it depends on installed modules and quality of used sd-card.
CONF_SWAPSIZE=1024(if not changed by user) -
RE: MagicMirrorOS build intermittently not starting mm container (Version 2.30)
well, I did not promote it because the image base was to old (beside other problems) but in 2024 I decided to do a complete refactor so now the image build (iso, not docker) is done by me with gitlab based on the current raspian bookworm os lite.
-
RE: MagicMirrorOS build intermittently not starting mm container (Version 2.30)
@scottwalsh said in MagicMirrorOS build intermittently not starting mm container (Version 2.30):
However, I am finding if power cycle it, sometimes the calendar does not load up and just have a blank screen.
I don’t know if this is related to the docker setup but I think not. I have encountered similar problems depending on slow hardware and/or heavy load on start due to many modules starting in parallel or starting after fresh boot.
So you could try to change the start order of the modules (order in config.js), e.g. put the calendar as first.
@sdetweil said in MagicMirrorOS build intermittently not starting mm container (Version 2.30):
@scottwalsh that is not MagicMirrorOS
that is karstens docker containermmos uses my docker setup
-
RE: pm2 doesnt work with crontab
you can do cron restart with pm2 too, see https://pm2.keymetrics.io/docs/usage/restart-strategies/
-
RE: Calendar Recurring events on wrong day
@morangen said in Calendar Recurring events on wrong day:
I’ll have to make sure it is actually updating and or pulling the latest version in.
yes, not everyone wants auto updating if a new image is available.
For this you can use tools like watchtower (as @sdetweil already mentioned).
The docker image is updated weekly (for getting updates of the underlying debian) but because mm only releases every 3 months there are no mm changes inside.
So beside auto updating you could do a manual
docker pull ...every 3 months to get the new mm release … -
RE: MMM-Flights
@wswenson said in MMM-Flights:
I would like to see a configuration option to filter
now implemented with this commit
Thanks for the suggestion!