MagicMirror² v2.14.0 is available! For more information about this release, check out this topic.
How to check version of MM
-
Hi
how can i check the version of my Magic Mirror?
-
@fox
Log will show which version is running, at the start moment.Starting MagicMirror: v2.4.1 Loading config ... Loading module helpers ... No helper found for module: alert. ...
-
Or you can check version from
package.json
(in MagicMirror directory){ "name": "magicmirror", "version": "2.4.1", "description": "The open source modular smart mirror platform.", "main": "js/electron.js", "scripts": { ...
But it could be different with your current running instance.
-
@sean said in How to check version of MM:
Or you can check version from
package.json
(in MagicMirror directory){ "name": "magicmirror", "version": "2.4.1", "description": "The open source modular smart mirror platform.", "main": "js/electron.js", "scripts": { ...
But it could be different with your current running instance.
that worked for me thank you !!