guysoft / MagicMirrorOS

MagicMirrorOS out-of-the-box distro
GNU General Public License v3.0
230 stars 26 forks source link

I'm thoroughly confused, how do you run MMPM? #27

Closed austinthetaco closed 3 years ago

austinthetaco commented 3 years ago

When I ssh in, i see the MMPM in the run/ folder under rpi_mmpm.yml, but it doesn't appear to be running, and typing the "mmpm" command doesn't do anything either. Am i missing something basic here?

guysoft commented 3 years ago

Its running using docker as written in the README here. https://github.com/guysoft/MagicMirrorOS#docker

khassel commented 3 years ago

You can run mmpm as docker container (magicmirror runs as docker container too).

For this you must replace the current docker-compose.yml in ~/magicmirror/run with the content of rpi_mmpm.yml, e.g. you can cd into ~/magicmirror/run and execute cp rpi_mmpm.yml docker-compose.yml.

After this execute docker-compose up -d in the same folder. It will take some time to download the mmpm image. After starting the MMPM-GUI is available under <your-ip>:7890.

guysoft commented 3 years ago

Might be worth adding this to the README

khassel commented 3 years ago

Thats already documented in the docker setup of mmpm.

austinthetaco commented 3 years ago

Thats already documented in the docker setup of mmpm.

Which obviously makes it unclear in this repo. someone shouldn't need to go to the docker container docs to understand a feature in the code repo