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.

    Wunderlist - Lists not showing up

    Scheduled Pinned Locked Moved Troubleshooting
    6 Posts 4 Posters 4.7k Views 4 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.
    • N Offline
      Notumlord
      last edited by Notumlord

      I installed the Wunderlist module successfully, it shows up but no lists/tasks show up in the module.
      I’ve read this thread https://forum.magicmirror.builders/topic/213/wunderlist-your-todos-on-the-mirror/5 to try and solve this but so far no success.

      My wunderlist looks like this: http://imgur.com/oLYLYWi and http://imgur.com/a/yrbF7

      Finally my config.js looks like this:

          {
          module: 'MMM-Wunderlist',
          position: 'top_left',  // This can be any of the regions. Best results in left or right regions.
          header: 'Wunderlist', // This is optional
          config: {
                         accesToken: '<token generated by Create Acces Token',
                         clientID: '<client ID from my app view',
                         lists: [
                         			'today',
                         			'Mat'
                     			],
                         interval: 10,
                         fade: true
          		}
      	},
      

      Any idea what the problem is?

      If relevant i haven’t installed the MM on an actual Pi yet, rather i followed yo-less instructions in this thread https://forum.magicmirror.builders/topic/548/building-mirror-without-programing/3 to test it out on a PC before i go out and buy a Pi and new monitor.

      A 1 Reply Last reply Reply Quote 0
      • A Offline
        amanzimdwini @Notumlord
        last edited by

        @Notumlord

        • can you have a look at the suggested solution in
          https://forum.magicmirror.builders/topic/388/wunderlist-acess-token

        that might help
        best,

        1 Reply Last reply Reply Quote 0
        • N Offline
          Notumlord
          last edited by

          I tried that already and it didn’t help unfortunately, as far as i’ve understood the URL’s doesn’t matter as long as an actual app isn’t published?

          Whats interesting is if i run the following cmd as suggested in the thread i linked in my OP "curl -H "X-Access-Token: H “X-Client-ID: https://a.wunderlist.com/api/v1/lists” It returns my lists (but not it’s content/tasks) so i don’t think it’s an token/authorization issue.

          paviroP 1 Reply Last reply Reply Quote 0
          • paviroP Offline
            paviro Admin @Notumlord
            last edited by

            @Notumlord there should be a debug script in the module folder, can you try to run it (after you added your tokens at the button)? Run it with node name_of_debugger.js

            We're all stories in the end. Just make it a good one, eh?

            – The Doctor

            1 Reply Last reply Reply Quote 0
            • M Offline
              max72at
              last edited by

              @Notumlord I have exactly the same problem you are describing. "curl -H "X-Access-Token: H “X-Client-ID: https://a.wunderlist.com/api/v1/lists” shows my list but on Magic Mirror no list is shown at all. Did you find a solution meanwhile?

              N 1 Reply Last reply Reply Quote 0
              • N Offline
                Notumlord @max72at
                last edited by

                @max72at
                When i installed it on a Pi the module worked fine and showed all lists and their contents, maybe it’s an issue with node.js when installed on a regular PC?

                1 Reply Last reply Reply Quote 0
                • 1 / 1
                • 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