A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MagicMirror Version
-
how can I find out which MagicMirror version I currently have?
thanks a lot for anwers
-
@kusselin
Hi,you can jump to your MagicMirror directory and run:
git log | head -n 10 | grep Release
-
thanks a lot
-
@kusselin also
grep version ~/MagicMirror/package.json
or look at the output of npm start where it tells the version
> magicmirror@2.21.0 start > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js "dev" [11.10.2022 12:31.16.782] [LOG] Starting MagicMirror: v2.21.0
-
@sdetweil thanks a lot Sam