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

    huckstopper

    @huckstopper

    0
    Reputation
    306
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    huckstopper Unfollow Follow

    Latest posts made by huckstopper

    • RE: MMM-Wunderlist: Invalid namespace Error

      Successful curl:

      0_1479734984391_upload-0649f5be-43e3-4221-9b67-d1f9b3dc2a7b

      However, on the client side when it is checking for ToDos, nothing comes through:
      0_1479735598080_upload-e83f3dd2-ebed-4d40-909e-bb93cca5bf05

      0_1479736036922_upload-2f2887b4-ca87-41b1-ade6-c603636241f5

      Obviously there will be subsequent I/O with the socket but I’m assuming if nothing returns here then any of the other requests will follow suit.

      Is there a specific spot in the server side code I should focus on?

      posted in Troubleshooting
      H
      huckstopper
    • RE: MMM-Wunderlist: Invalid namespace Error

      Correct. When viewing the socket traffic in the Network tab. I’ve also stepped through the JS on the client side and confirmed nothing is in the array.

      0_1479656148246_upload-4ef3273a-8930-4425-ac99-0d00dfd04ae8

      My config:

      	 {
      	        module: 'MMM-Wunderlist',
      	        position: 'top_left',  // This can be any of the regions. Best results in left or right regions.
      	        header: 'Home', // This is optional
      	        config: { // See 'Configuration options' for more information.
      	            accessToken: 'token',
      	            clientID: 'client_id',
      	            maximumEntries: 60,
      	            interval: 60,
      	            lists: [ "Home" ],
      	            fade: false
      	      }
      	    },
      
      posted in Troubleshooting
      H
      huckstopper
    • MMM-Wunderlist: Invalid namespace Error

      I am unable to get the Wunderlist module to successfully render my list items. I am able to successfully curl the API with my token and client id - my config matches those settings.

      The only error I can see standing out is the "MMM-Wunderlist,‘Invalid namespace’ " error I see in the network traffic back to the socket. I updated node to v7 and socket.io to make sure I was running the latest of each.

      Any help would be appreciated. Thanks.

      posted in Troubleshooting
      H
      huckstopper