MMM-Todoist stuck at loading...
See original GitHub issuePulled 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" ]
}
}
Issue Analytics
- State:
- Created 2 years ago
- Comments:21 (7 by maintainers)
Top Results From Across the Web
SOLVED MMM-Todoist Loading......??
i installed the module and configured a test token, and get the banner, but no tasks… i added a task, checked on my...
Read more >MMM-Todoist working? : r/MagicMirror
Is this module working for anyone recently? I have it displaying but it's stuck on loading indefinitely it seems.
Read more >Having trouble with Todoist?
Whether you're having problems syncing with the server or experiencing a minor bug you just can't seem to shake, try logging out and...
Read more >Common Problems with Google Calendar
The dates need to be in MM/DD/YYYY format to ensure Google Calendar adds the event to the correct date(s). If your trigger is...
Read more >Get early access to Tasks
Nothing happened and I could not get EN to load from the Windows 10 start button ... I use Todoist to manage my...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
I know the last few posts have been mine, but i can confirm that you do not need both labels and projects. I’m pulling from projects, and have three seperate lists on on my MagicMirror now. Working brilliantly.