MagicMirror/Upgrading
From r00tedvw.com wiki
(Difference between revisions)
(→Core) |
(→Core) |
||
Line 4: | Line 4: | ||
Navigate to the folder you cloned the [https://github.com/MagicMirrorOrg/MagicMirror core project] to.<br> | Navigate to the folder you cloned the [https://github.com/MagicMirrorOrg/MagicMirror core project] to.<br> | ||
ie. | ie. | ||
− | <nowiki> | + | <nowiki>/opt/MagicMirror</nowiki> |
reset any changes you've made to the core project | reset any changes you've made to the core project | ||
<nowiki>~$ git reset --hard</nowiki> | <nowiki>~$ git reset --hard</nowiki> | ||
perform a git pull and install | perform a git pull and install | ||
<nowiki>~$ git pull && npm run install-mm</nowiki> | <nowiki>~$ git pull && npm run install-mm</nowiki> | ||
+ | =MMM-CalendarExt3= | ||
+ | Upgrading the MMM-CalendarExt3 modules is easy.<br> | ||
+ | Navigate to the folder you cloned the [https://github.com/MMRIZE/MMM-CalendarExt3 MMM-CalendarExt3 module] to.<br> | ||
+ | ie. | ||
+ | <nowiki>/opt/MagicMirror/MMM-CalendarExt3</nowiki> | ||
+ | run a git pull | ||
+ | <nowiki>~$ git pull</nowiki> |
Revision as of 22:37, 30 May 2024
Core
Upgrading the core software is easy.
https://docs.magicmirror.builders/getting-started/upgrade-guide.html
Navigate to the folder you cloned the core project to.
ie.
/opt/MagicMirror
reset any changes you've made to the core project
~$ git reset --hard
perform a git pull and install
~$ git pull && npm run install-mm
MMM-CalendarExt3
Upgrading the MMM-CalendarExt3 modules is easy.
Navigate to the folder you cloned the MMM-CalendarExt3 module to.
ie.
/opt/MagicMirror/MMM-CalendarExt3
run a git pull
~$ git pull