guysoft / MagicMirrorOS

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

calendar issue #41

Open grottenolm80 opened 3 years ago

grottenolm80 commented 3 years ago

I have this issue (https://github.com/MichMich/MagicMirror/issues/221) on a fresh installation of magicmirror os. I have some potentially stupid questions:

  1. How can I keep MM up to date on MagicMirrorOS? (Hoping this will fix the issue)
  2. Why does npm not work? This may be related to Q1
khassel commented 3 years ago

The mentioned issue is very old and fixed since 2017. You should ask for help in the forum, this is out of scope of this repo.

To your questions. As mentioned in the readme this setup uses docker images to run mm. With every start of the pi the newest image is downloaded and started so you should have the latest release of mm running. You can run docker logs mm from the command line and this should also print the version at the beginning:

[19.08.2021 22:33.49.326] [LOG]   Starting MagicMirror: v2.16.0

npm is not installed on your pi, it comes within the docker image. For more info look into the docs here where e.g. is explained how to install modules in this setup.

grottenolm80 commented 3 years ago

Ok, so that means I always have the latest version of MM, will ask there then. Thank you.