MMM-Todoist only displays 'Loading...'
-
Hi, is there anyone here who has this module working ok?
There’s an issue open for this on Github - I’ve run
git checkout df2d4ff
as suggested by people there, however the issue persists. Do I need to git reset after doing this?Alternatively, is there a way of cloning a repository up to a particular comit (i.e. the apparent last known working one)?
-
@robertybob that was in the module folder, right? the git checkout?
did u do a git fetch first, to get the info to the pi
-
@sdetweil said in MMM-Todoist only displays 'Loading...':
@robertybob that was in the module folder, right? the git checkout?
did u do a git fetch first, to get the info to the pi
@sdetweil Hi Sam. Yeah it was in the module folder, but I didn’t realise I had to do git fetch before git checkout (so I haven’t done git fetch at all). Can I simply try those commands, in the correct order, for it to work, or have I messed anything up (and therefore it best I delete and reinstall the module)?
-
@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!