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

MMM-Wunderlist multiple lists

Scheduled Pinned Locked Moved Troubleshooting
2 Posts 1 Posters 1.6k Views 1 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.
  • D Offline
    dantodd
    last edited by dantodd May 27, 2017, 7:03 AM May 27, 2017, 7:02 AM

    Hello all,

    I am trying to create chore checklists for 2 kids using Wunderlist.

    I have tried using the config line:

    lists:["Nathan Morning List", "Sarah Morning List"]
    

    This just concatonates the two lists so they can’t identify who is supposed to do which.

    I’ve also tried just cloning the module section, using the same configuration and just changing the "lists:[… " and “header…” lines for each section. This results in the second one being loaded properly but the first list displaying the header but no checklist items.

    I’ve also created a second app in Wunderlist and used separate clientID’s etc. for each section and I get the same result. The last module instance loads properly but the first is empty.

    {
                            module: "MMM-Wunderlist",
                            position: "top_right",  // This can be any of the regions. Best results in left or right regions.
                            header: "Nathan Morning", // This is optional
                            config: {
                                    clientID: "*******1",
                                    accessToken: "************1",
                                    lists:["Nathan Morning List"]
                            }
                    },
      {
                          module: "MMM-Wunderlist",
                          position: "top_right",  // This can be any of the regions. Best results in left or right regions.
                          header: "Sarah Morning", // This is optional
                          config: {
                                  clientID: "*******2",
                                  accessToken: "***************2",
                                  lists:["Sarah Morning List"]
                          }
                  },
    
    1 Reply Last reply Reply Quote 0
    • D Offline
      dantodd
      last edited by May 27, 2017, 5:15 PM

      Sorry for the noise.

      I found this was already a known issue as of the April 2017 when I finally looked at the Issues section of the GitHub repository.

      https://github.com/paviro/MMM-Wunderlist/issues/13

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