@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 !!