Read the statement by Michael Teeuw here.
MMM-Todoist only displays 'Loading...'
-
@robertybob u didn’t break anything. git is very robust
when u did the git checkout it should have said unknown commit
so git fetch to get the stuff from github to your machine. (git pull only updates the current branch)
then git checkout as described
-
This seems to have worked, but the issue of ‘loading…’ is still there. Ah well, thank you for your help :) If anyone here does manage to get the module working ok, please let me know how you did it!
-
Did anyone ever figure out how to get past the “loading”?
I can’t seem to get it to work
Thanks in advance
-
@MadeInMaine what do the messages say?
2 places
where you do npm start,
or if you use pm2 to auto start mm,.then
pm2 logs --lines=50and in the developers window, ctrl-shift-i on the keyboard and then select the console tab
-
I don’t get an error, just says “loading” under the Todoist section on the MM
I ‘npm start’ from the MagicMirror directory
Sorry, I am not sure what the rest of the info is you requested
-
I am not sure exactly what you mean.
Could you explain/dumb it down for me….
Thank you so much
-
@MadeInMaine the instructions are there
-
I see the thé instructions to do thé git fetch in the ToDoist folder, then git checkout df2d4ff.
Is that all I need to do?
-
@MadeInMaine I am talking about logs of messages while mm is running
-
Where do I find the logs of messages while mm is running?