Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Wunderlist - your todos on the mirror

    Troubleshooting
    27
    113
    105218
    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.
    • C
      chrismoore @paviro last edited by

      @paviro As a test I also tried “inbox” which has a test to-do on Wunderlist but that also doesn’t show up.

      1 Reply Last reply Reply Quote 0
      • Mitchfarino
        Mitchfarino Module Developer @paviro last edited by

        @paviro @MichMich

        Just to add my comment to this, I am making using of an IFTTT recipe to link my gmail calendar to Wunderlist.

        It creates the relevant to do item with a due date, so I’m only showing this items on my mirror.

        Mitchfarino 1 Reply Last reply Reply Quote 0
        • Mitchfarino
          Mitchfarino Module Developer @Mitchfarino last edited by

          @paviro Although when I use ‘week’ as the list, it seems to have stopped working 😰

          1 Reply Last reply Reply Quote 0
          • paviro
            paviro Admin last edited by

            Could you guys try to execute curl -H "X-Access-Token: OAUTH-TOKEN" -H "X-Client-ID: CLIENT-ID" https://a.wunderlist.com/api/v1/lists in a terminal?

            1 Reply Last reply Reply Quote 0
            • zombi27
              zombi27 @chrismoore last edited by

              Is the name of the list case sensitive? “today” / “Today”?

              C 1 Reply Last reply Reply Quote 0
              • C
                chrismoore @zombi27 last edited by

                @zombi27 I tried that earlier in the process and nothing appeared. I’m going to rip everything apart and try to figure out where the issue is.

                1 Reply Last reply Reply Quote 0
                • paviro
                  paviro Admin last edited by

                  Seems like there is no today list available via the API.

                  1 Reply Last reply Reply Quote 0
                  • J
                    jagerpower last edited by

                    is it possible to get this module to work with magic mirror v2? if so how can i get the api?

                    paviro 1 Reply Last reply Reply Quote 0
                    • paviro
                      paviro Admin @jagerpower last edited by

                      @jagerpower this module is for MM v2.0? 😕

                      1 Reply Last reply Reply Quote 0
                      • C
                        CGabo last edited by

                        Hi @jagerpower
                        It’s definitely working. I just followed paviro’s instructions.

                        Here is my config:

                                module: 'MMM-Wunderlist',
                                        position: 'top_left', 
                                        header: 'Wunderlist', 
                                        config: {
                                                accessToken: '*******************',
                                                clientID: '************',
                                                lists: [
                                                         'inbox',
                                                         'Einkaufsliste'
                                                       ],
                                                interval: 60, 
                                                fade: true  
                                                }
                        

                        @paviro, thanks

                        paviro J 2 Replies Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 5
                        • 11
                        • 12
                        • 2 / 12
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy