Read the statement by Michael Teeuw here.
Updating MagicMirror from v2.1.3 to v2.5.0
- 
 after performing above steps still package.json says version": “2.1.3” so my question is did above process upgraded my magicmirror to v2.5.0? ?? here are more info from package.json file. 
 {
 “name”: “magicmirror”,
 “version”: “2.1.3”,
 “description”: “The open source modular smart mirror platform.”,
 “main”: “js/electron.js”,
 “scripts”: {
 “start”: “sh run-start.sh”,
 “install”: “cd vendor && npm install”,
 “install-fonts”: “cd fonts && npm install”,
 “postinstall”: “sh installers/postinstall/postinstall.sh && npm run install-fonts”,
 “test”: “NODE_ENV=test ./node_modules/mocha/bin/mocha tests --recursive”,
 “test:unit”: “NODE_ENV=test ./node_modules/mocha/bin/mocha tests/unit --recursive”,
 “test:e2e”: “NODE_ENV=test ./node_modules/mocha/bin/mocha tests/e2e --recursive”,
 “config:check”: “node tests/configs/check_config.js”
 },
 “repository”: {
 “type”: “git”,
 “url”: “git+https://github.com/MichMich/MagicMirror.git”
 },
 “keywords”: [
 “magic mirror”,
 “smart mirror”,
 “mirror UI”,
 “modular”
 ],
 “author”: “Michael Teeuw”,
 “contributors”: [
 “https://github.com/MichMich/MagicMirror/graphs/contributors”
 ],
 “license”: “MIT”,
 “bugs”: {
 “url”: “https://github.com/MichMich/MagicMirror/issues”
 },
 “homepage”: “https://magicmirror.builders”,
 “devDependencies”: {
 “chai”: “^3.5.0”,
 “chai-as-promised”: “^6.0.0”,
 “current-week-number”: “^1.0.7”,
 “grunt”: “^1.0.3”,
 “grunt-eslint”: “latest”,
 “grunt-jsonlint”: “latest”,
 “grunt-markdownlint”: “^1.0.39”,
 “grunt-stylelint”: “latest”,
 “grunt-yamllint”: “latest”,
 “http-auth”: “^3.1.3”,
 “jshint”: “^2.9.6”,
 “mocha”: “^5.2.0”,
 “mocha-each”: “^1.1.0”,
 “spectron”: “^4.0.0”,
 “stylelint”: “^9.6.0”,
 “stylelint-config-standard”: “latest”,
 “time-grunt”: “latest”
 },
 “dependencies”: {
 “body-parser”: “^1.17.2”,
 “colors”: “^1.1.2”,
 “electron”: “^3.0.2”,
 “express”: “^4.15.3”,
 “express-ipfilter”: “0.3.1”,
 “feedme”: “latest”,
 “helmet”: “^3.6.1”,
 “iconv-lite”: “latest”,
 “mocha-logger”: “^1.0.6”,
 “moment”: “^2.22.2”,
 “request”: “^2.88.0”,
 “rrule-alt”: “^2.2.5”,
 “simple-git”: “^1.73.0”,
 “socket.io”: “^2.1.1”,
 “valid-url”: “latest”,
 “walk”: “latest”
 }
 }
- 
 @el97 Apologies! 
- 
 @justjim1220 Np. We all can read stuff wrong sometimes :P 
- 
 
- 
 @justjim1220 … still not working :(… I’m going to rename or move Current MM and install new version … thank you…;) 
- 
 that may be your best option 


