Read the statement by Michael Teeuw here.
Microsoft To-Do (wunderlist replacement?)
-
@binderth This is the problem I had first too. Had a c&p error in one of the tokens. Just do it again, for me it worked because I received other codes and now it loads everything.
-
@ThaliaFromPrussia jepp, did that (the client_id and stuff stays the same, but code regenerates. or did you delete your App as a whole?
-
@binderth From the point with Azure on, including a new client ID.
the refresh time is very fast. You set up a new task and within a few seconds it appeares on the screen.
-
@ThaliaFromPrussia ok - still nothing new, did a complete new App now.
is there a way to get more Loginfos? right now I only get the helper and stuff in the log, but nothing more. no Authentication error or something, which would point me in the right direction… -
@binderth I can only guess that you’ll have a typo somewhere. Maybe someone else near you can compare what you got and what you typed?
-
@binderth said in Microsoft To-Do (wunderlist replacement?):
first: I think, the URL is broken (spaces here: https://github.com/thobach/MMM-MicrosoftToDo#authorization-code-generation-code).
only after replacing the whitespaces with “%20” it worked and I got thecode
.For me the link worked as it is. What whitespaces do you mean?
This might be helpful:
@sdetweil said in no result from mvgmunich modul:
@Babene1 open the developers window, using the keyboard, ctrl-shift-i, select the tab labeled ‘console’ and then scroll up… to find any errors (usually red text)
you can also filter to messages from a single module, by putting some part of its unique name into the file labeled ‘filter’, like mvgmlet us know what u find
if you use pm2 to manage the mirror runtime, you might also look at the logs, by doing
pm2 logs
-
@binderth
…same issues here. i can’t get it running and i am missing an option to analyse the problem :( -
Hi. I successfully impemented your module. Thx for you effort! I have one question: Is there any possibility to get data for several lists and sort them under the name of the list ? (like before with Wunderlist) .
-
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.