MMM-Todoist: MMM-Todoist stuck at loading...
Pulled the git and ran npm install. Get these two warning:
- npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
- npm WARN deprecated har-validator@5.1.5: this library is no longer supported
Dont know if this is the problem
Tried adding the module and have tried resetting the API key but no joy.
Heres config file:
{
module: 'MMM-Todoist',
position: 'top_left', // This can be any of the regions. Best results in left or right regions.
header: 'Todo List', // This is optional
config: { // See 'Configuration options' for more information.
hideWhenEmpty: false,
accessToken: 'apikeyremoved',
maximumEntries: 60,
updateInterval: 10*60*1000, // Update every 10 minutes
fade: true,
displayLastUpdate: true,
displayAvatar: true,
// projects and/or labels is mandatory:
//projects: [ 166564794 ],
labels: [ "MagicMirror", "Important" ]
}
}
About this issue
- Original URL
- State: open
- Created 3 years ago
- Comments: 23 (7 by maintainers)
Sounds like a git conflict. Not sure what changed your local package file. Go to the MMM-Todist folder and type “git stash”. Then do your checkout again. “git checkout df2d4ff”
Looking at the thread. I see there is a problem with the latest build. I’ll try to take a look soon.
Chris