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

    ih800a

    @ih800a

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

    ih800a Unfollow Follow

    Latest posts made by ih800a

    • RE: Withings

      @matt25

      I have a few Withings devices (pulse, scale, BP monitor, etc), so your theory makes good sense. Kudos, by the way on this proof of concept - I like it and this will be one of my first Pi / Magic Mirror / module customizations, so I appreciate any insight you have.

      The errors appear at MM_Withings.js:208, which I believe is the line that writes the error to the log.

      posted in Requests
      I
      ih800a
    • RE: Withings

      @matt25

      Per the console, I do receive weight (poids=90.67;) and date (date=1481195497) information, but then see the following:

      status=0
      error TypeError: Cannot read property ‘date’ of undefined
      error TypeError: Cannot read property ‘body’ of undefined
      data=undefined
      data is null

      posted in Requests
      I
      ih800a
    • RE: Withings

      @frog I’m getting the same results as you. I suspect the MM_Withings.js script needs to be tweaked a bit. I manually tested all the variables used in the config.js file, confirming that the API is setup correctly and returning data. My guess is that the output string of the MM_Withings.js script is different than what I’m testing.

      posted in Requests
      I
      ih800a