guysoft/MagicMirrorOS

How to update MM to the latest version?

T-REX-XP opened this issue · 2 comments

The docker images doesn't contains latest mm distro. How to fix this issue?

I don't know what you expect, mm was never part of the mmpm image.

These are 2 standalone images which can work together (see docs).

For updating you need to pull the latest image version.

Sorry, was the wrong thread, thougt it was mmpm related ...

With every boot of the pi the image is updated automatically in the background, this can take a few minutes.

If you want to update manually you have to navigate in the ~/magicmirror/run directory and run docker-compose pull. After the pull is done you can restart the container with docker-compose up -d.