MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. chrismoore
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    C
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 6
    • Groups 0

    chrismoore

    @chrismoore

    0
    Reputation
    885
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    chrismoore Unfollow Follow

    Latest posts made by chrismoore

    • RE: Wunderlist - your todos on the mirror

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

      posted in Troubleshooting
      C
      chrismoore
    • RE: Wunderlist - your todos on the mirror

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

      posted in Troubleshooting
      C
      chrismoore
    • RE: Wunderlist - your todos on the mirror

      Here you go.

      0_1462736399357_Screen-Shot-2016-05-08-at-3.35.51-PM.jpg

      posted in Troubleshooting
      C
      chrismoore
    • RE: Wunderlist - your todos on the mirror
      {
              module: 'MMM-Wunderlist',
              position: 'top_right',  // This can be any of the regions. Best results in left or right regions.
              header: 'To-Do List', // This is optional
              config: {
                  accessToken: '***',
      			clientID: '***',
      			lists: ["today"]
              }
          }
      
      posted in Troubleshooting
      C
      chrismoore
    • RE: Wunderlist - your todos on the mirror

      Sure, it’s just: lists: ["today"] which is currently populated and active on Wunderlist. The app url on Wunderlist is http://localhost:8080

      posted in Troubleshooting
      C
      chrismoore
    • Wunderlist - your todos on the mirror

      This module is perfect since we’re using Wunderlist already but I’m having a difficult time getting it to display. It installed properly, I’ve included my clientID and accessToken in config.js, it loads the header but the actual widget is blank and it’s not throwing any errors.

      Any help is appreciated.

      Chris

      posted in Troubleshooting
      C
      chrismoore