Read the statement by Michael Teeuw here.
Microsoft To-Do (wunderlist replacement?)
-
Hello,
I am having trouble setting up this module. At the point refresh token generation I am failing.
https://github.com/thobach/MMM-MicrosoftToDo/#refresh-token-generation-refresh-token
1). Open terminal app -> I tried the windows console, powershell and secure shell (on the PI), but everywhere I receive just errors as output.
Can someone give some guidance. Thanks.
-
@andyyy What error message do you get? Are you on Windows 10 which should have curl pre-installed? I updated the readme file to replace the space symbols with %20 as that seemed to have caused issues for some. Please make sure to preserve the ’ symbol at the end of the call.
-
@binderth The refresh happens every 60s. I don’t plan to implement a fade-option, sorry, it would require quite some effort given the current implementation.
-
@Jan You’re welcome. Have you tried adding the module multiple times in the config file with different
listId
values? -
@binderth Did the tips from @ThaliaFromPrussia (https://forum.magicmirror.builders/post/68615) work for you to see what error you are getting on the magic mirror front-end?
-
@thobach Thx for your reply. Your solution has not exactly the effect what i want, but it works fine for me ;-)
-
curl -X POST https://login.microsoftonline.com/common/oauth2/v2.0/token
Length RequiredLength Required
HTTP Error 411. The request must be chunked or have a content length.
I am sure curl is installed since other modules with OAuth are working as well.
-
Hi
Managed to get the default task list to show but cannot get any other list to show. It just States Loading Tasks but never changes. Selected the list from ToDo but the ‘ID’ is a lot shorter than the example given.
Is there something I’m missing here?
It seems like this should work but just having trouble getting it to link. Not overly impressed with ToDo yet but need a shared environment and this was the simple choice having previously used Wunderlist.
Cheers
G -
i followed the README.MD on github step by step and now i got it running :) i tried a few weeks ago several times without success and was pretty close to give up.
thanks an kind regards!
-
@geoffroff
Hi,
I had the same problem and I also had a shorter ID than the example. And of course, the status stay on “Loading tasks” for ever.
Finally, to solve this and get the full length link, I’ve done the following :- create a share link from the list and open it
- click on “Sign in to join list”
- on next windows, click on “open”
I finally have an error “List not found” but in the url is the correct ID which is working as ListID, e.g :
https://to-do.live.com/tasks/AQMkADAwATMwNAItYmQyZS0wNnYxLTAwAi0wMAoALgAAAwyBXwAxHLZDhD1s2yT7wLoBAIZRCieiy1tMpuO70ZBr_R8AA3lr_WoAAAA=
Hope it helps,
Cheers,