-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can i update the module? #64
Comments
Hi @cacy82, It looks like the issue might be related to not pulling the latest changes from the Git repository. You've run npm commands that deal with node package dependencies, but haven't updated the actual codebase. Could you try the following steps?
Please follow these steps and let us know if your issue gets resolved or if you encounter any new errors. Best Regards, |
Hi, I followed all the steps indicated, but nothing has changed, it keeps giving me the notification that the update needs to be done |
Hello, The current release should be 1.1.2. Could you please confirm which version you have by checking the If your version is indeed lower than 1.1.2, you may want to ensure that your MagicMirror software is up to date. For an existing clone, navigate to the main MagicMirror directory and run git pull to fetch the latest updates. If updating both MagicMirror and the MMM-GoogleCalendar module doesn't resolve the issue, consider removing the module entirely and reinstalling it from the beginning. I hope this helps! Best regards, |
Hi,
I hadn't turned on the MM for some time because the glass broke and I had to replace it.
Today I turned it on and the update notification tells me that the module needs to be updated.
I tried using several commands:
npm install
npm update
npm upgrade
npm rebuild
every time it says the update was done, but when I restart the message comes back, saying I'm 12 commits behind.
How can I update it and make the warning disappear?
The text was updated successfully, but these errors were encountered: