Navigation

    MagicMirror Forum

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

    MMM-Wunderlist

    Troubleshooting
    2
    2
    1422
    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.
    • G
      giulianomondin last edited by

      Good evening guys,
      theese are my firsts steps…
      I succesfully import the MMM-Wundelist module, i put theese strings in the config.js

      {
      module: ‘MMM-Wunderlist’,
      position: ‘bottom_left’,
      header: ‘Wunderlist’,
      config: {
      maximumEntries: 5,
      order: “normal”,
      lists: [“Lavoro”],
      interval: 60,
      fade: false,
      accessTOKEN:‘6d2cd33xxxxxxxxxxxxb5395b1a424baxxxxxxxxxbcfc2b77558b062cba56’,
      clientID:‘2cxxxxxxxxxxxx49’,
      }

      But i can’t understand why on the mirror i see only the Header “Wunderlist”, not the list… can you help me?

      Thank you in advance

      1 Reply Last reply Reply Quote 0
      • O
        open_book last edited by

        Two things from your config:

        You’ve written “accessTOKEN:” instead of “accessToken:”

        And you have a comma after “clientID:‘2cxxxxxxxxxxxx49’,”
        This is the last line in this bracket and therefore shouldn’t have a comma.

        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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy