eouia / MMM-CalendarExt

Calendar views for MagicMirror
MIT License
55 stars 18 forks source link

How to Update? #69

Closed nickymac12 closed 4 years ago

nickymac12 commented 4 years ago

Hi,

May be a silly question, but how do you update the module? I used git pull && npm install to update MagicMirror but the MMM-CalendarExt module still tells me that there is an update available. Is there another way to do an update?

eouia commented 4 years ago

for updating of common MagicMirror modules, 1) go to the target module directory (cd ~/MagicMirror/modules/MMM-CalendarExt) 2) do git pull 3) if the module has package.json and node_modules in its directory, do npm install 4) Or ask the creator of that module.