MagicMirror² v2.14.0 is available! For more information about this release, check out this topic.
Todoist behind - but npm install does not update
-
The update notification module built into MM says that MMM-Todoist is 16 commits behind. I went into the module and did
npm install
, but it says the module isalready up to date
. What gives here? Should I do something else?
-
@devtech8 Have you tried
git pull
?
-
Yes, I have done that. What was needed actually though was
git reset --hard
in my case.MMM-Todoist is still not working though. I do get the heading, but no tasks are showing.