• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

Help with showing todoist tasks?

Scheduled Pinned Locked Moved Troubleshooting
11 Posts 4 Posters 7.4k Views 3 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.
  • B Offline
    barnosch
    last edited by Oct 13, 2017, 8:41 AM

    This one works for me.

    {
    		module: 'MMM-Todoist',
    		position: 'top_left',
    		header: "To Do", 
    		config: {
              		accessToken: 'blablablae0fa5611c30blablablablablabla',
    			maximumEntries: 20,
    			interval: 600,
    			lists: [ "2157759361" ],
    			fade: false,
          			}
    		}, 
    

    the %2F must be subtracted, correct.

    Did you install all the dependencies of the module with
    “npm install” within the “modules/MMM-todoist” folder ?

    1 Reply Last reply Reply Quote 0
    • B Offline
      barnosch
      last edited by Oct 13, 2017, 9:12 AM

      something else i mentioned.
      As i remember, there was some issues, Todoist was not showing something, like in your case.

      I never had the problems and i am on an very old version (jan 9)

      pi@pi3:~/MagicMirror/modules/MMM-Todoist $ git show
      commit 155ffe4d49bd8af59ab8bb0736c3ad756c0515d6
      

      (btw. not sure, if this is correct, like i did it, to see the installed version)

      Maybe @cbrooker has a idea for your problem.

      1 Reply Last reply Reply Quote 0
      • D Offline
        d3r
        last edited by Oct 13, 2017, 10:07 AM

        @devtech8 Just remembered there was something else too.
        Did you take a look at this?
        https://github.com/cbrooker/MMM-Todoist/issues/16

        1 Reply Last reply Reply Quote 0
        • D Offline
          devtech8
          last edited by Oct 15, 2017, 6:18 AM

          That issue @d3r mentioned was the problem. It now displays just fine. Thanks for the help!

          1 Reply Last reply Reply Quote 0
          • Z Offline
            zdenek
            last edited by Jun 20, 2018, 9:35 AM

            dears, can u plz provide me step-by-step how to get token? I’ve ID and Secret, but no idea what to do now…

            thanks, Zdeněk

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