MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Microsoft To-Do (wunderlist replacement?)

    Scheduled Pinned Locked Moved Unsolved Requests
    45 Posts 17 Posters 30.0k Views 19 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T Offline
      thobach
      last edited by

      I will look into it the next days. Benefits of using To Do from Microsoft is the easy migration from Wunderlist and very similar look and feel.

      1 Reply Last reply Reply Quote 0
      • T Offline
        thobach
        last edited by thobach

        I created a new module for Microsoft To Do at https://github.com/thobach/MMM-MicrosoftToDo. The migration from Wunderlist to Microsoft To Do was quite seamless.

        @joela85 @binderth @D90 Could you please test it and provide me some feedback? Thanks!

        binderthB 1 Reply Last reply Reply Quote 0
        • T Offline
          ThaliaFromPrussia
          last edited by

          I implemented it today and it works like a charm! Thank you very much!
          Is it possible to sort the tasks in different ways?
          Can I set the alignment to left side in the right side panel? Maybe in CSS?

          alt text

          T 1 Reply Last reply Reply Quote 0
          • T Offline
            ThaliaFromPrussia @ThaliaFromPrussia
            last edited by

            Nevermind, found it out for myself :smiling_face:
            You just need to add this in custom.css and it works:

            .MMM-MicrosoftToDo .module-content {
                text-align: left;
            }
            

            Bild Text

            1 Reply Last reply Reply Quote 0
            • binderthB Offline
              binderth @thobach
              last edited by binderth

              @thobach thanks for your effort!
              I just migrated my wunderlist to ToDo (which went flawlessly) and now I’d like to authenticate ToDo as you described on github.

              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 the code.

              after that - I got all the info - but still no entries.

              logfile-out:

              [22:22:45.809] [LOG]    Connecting socket for: MMM-MicrosoftToDo
              [22:22:45.811] [LOG]    MMM-MicrosoftToDo helper started ...
              

              but the mirror only shows “Lade Einträge…” (loading entries).

              T T 3 Replies Last reply Reply Quote 0
              • binderthB Offline
                binderth
                last edited by

                apart from getting it to work, in what intervals does the module refreshs on the list? and could you also implement the “fade-option”? looks just cool! ;)

                T 1 Reply Last reply Reply Quote 0
                • T Offline
                  ThaliaFromPrussia @binderth
                  last edited by ThaliaFromPrussia

                  @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.

                  binderthB 1 Reply Last reply Reply Quote 1
                  • binderthB Offline
                    binderth @ThaliaFromPrussia
                    last edited by

                    @ThaliaFromPrussia jepp, did that (the client_id and stuff stays the same, but code regenerates. or did you delete your App as a whole?

                    T 1 Reply Last reply Reply Quote 0
                    • T Offline
                      ThaliaFromPrussia @binderth
                      last edited by

                      @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.

                      binderthB 1 Reply Last reply Reply Quote 0
                      • binderthB Offline
                        binderth @ThaliaFromPrussia
                        last edited by

                        @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…

                        T M 2 Replies Last reply Reply Quote 0
                        • T Offline
                          ThaliaFromPrussia @binderth
                          last edited by

                          @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?

                          1 Reply Last reply Reply Quote 0
                          • T Offline
                            ThaliaFromPrussia @binderth
                            last edited by ThaliaFromPrussia

                            @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 the code.

                            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 mvgm

                            let 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

                            1 Reply Last reply Reply Quote 0
                            • M Offline
                              mherke @binderth
                              last edited by

                              @binderth
                              …same issues here. i can’t get it running and i am missing an option to analyse the problem :(

                              1 Reply Last reply Reply Quote 0
                              • J Offline
                                Jan
                                last edited by

                                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) .

                                T 1 Reply Last reply Reply Quote 0
                                • A Offline
                                  andyyy
                                  last edited by

                                  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.

                                  T 1 Reply Last reply Reply Quote 0
                                  • T Offline
                                    thobach @andyyy
                                    last edited by

                                    @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.

                                    A 1 Reply Last reply Reply Quote 0
                                    • T Offline
                                      thobach @binderth
                                      last edited by

                                      @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.

                                      M 1 Reply Last reply Reply Quote 0
                                      • T Offline
                                        thobach @Jan
                                        last edited by

                                        @Jan You’re welcome. Have you tried adding the module multiple times in the config file with different listId values?

                                        J 1 Reply Last reply Reply Quote 0
                                        • T Offline
                                          thobach @binderth
                                          last edited by

                                          @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?

                                          1 Reply Last reply Reply Quote 0
                                          • J Offline
                                            Jan @thobach
                                            last edited by

                                            @thobach Thx for your reply. Your solution has not exactly the effect what i want, but it works fine for me ;-)

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • First post
                                              Last post
                                            Enjoying MagicMirror? Please consider a donation!
                                            MagicMirror created by Michael Teeuw.
                                            Forum managed by Sam, technical setup by Karsten.
                                            This forum is using NodeBB as its core | Contributors
                                            Contact | Privacy Policy