• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. jmdev

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    jmdev

    @jmdev

    0
    Reputation
    546
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jmdev Unfollow Follow

    Latest posts made by jmdev

    • RE: Build a Mango Dashboard Tutorial (Mango 2.x)

      Thanks Terry. That worked. I was away from the project for a few days but back working on it now. I have another question. I'm trying to create two guage displays on the same same page with a different data point for each. I'm having some difficulty understanding how to get it working. I have two display configurations and two point configurations but can't figure out how to assign display 1 to point 1 and display 2 to point 2. I hope this makes sense. Any idea how I can get it up and running or where to look?

      posted in Dashboard Designer & Custom AngularJS Pages
      J
      jmdev
    • RE: Build a Mango Dashboard Tutorial (Mango 2.x)

      Hi Joel,

      I'm trying to create a custom public dashboard. The tutorial is great but I'm having some difficult with Data Point Matching.

      I already created 2 test devices using demo data from the Template Configuration Import, copied the code from demoVideoExampleCode.shtm and swapped out some values.

      To start with I'm just trying to create a serial chart using data from one of the test devices (e.g. Amps & Outside Temparture).

      When I load the page I'm getting the following console error:

      ReferenceError: DataProvider is not defined
      this.PointValueDataProvider = factory(jQuery, DataProvider, mangoRest);

      It logs once for each of these files:
      pointValueDataProvider.js
      realtimePointValueDataProvider.js
      statisticsDataProvider.js

      Here is a link to my Javascript code:

      http://pastebin.com/mQDyNuab

      Do you have any tips for debugging this?

      Thanks,
      Jon

      posted in Dashboard Designer & Custom AngularJS Pages
      J
      jmdev