• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. atkins.chrisw

    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
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 44
    • Posts 142
    • Best 2
    • Controversial 1
    • Groups 0

    atkins.chrisw

    @atkins.chrisw

    I am a principal owner of Summa Energy Solutions, a meter design and commissioning firm.

    1
    Reputation
    1.1k
    Profile views
    142
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website www.summaes.com Location Lehi, UT

    atkins.chrisw Unfollow Follow

    Best posts made by atkins.chrisw

    • Moving the AMcharts Export to the bottom right.

      I have tried to get the Export Button to move to the bottom right. I see that the export.css has a style to allow that, but I can't call it out. Here is the code i have tried.

      <div ng-show="graphselector == 'kW'">
      <ma-serial-chart default-balloon-text="[[title]]: [[value]]" style="height: 500px; width: 100%" series-1-point="kW" series-1-values="kWValues" series-1-color="blue" series-1-type= "smoothedLine" series-series-4-point="myVars.temp" series-4-values="myVars.tempValues" series-4-color="red" series-4-type= "line" series-4-axis="right" default-type="smoothedLine" stack-type="regular" overflow="visible" legend="true" balloon="true" export="true" menu= "bottom-right" options="{chartScrollbar:{'enabled': true}, export: {'enabled': true , 'position': 'bottom-right' }}"
      ></ma-serial-chart>

      posted in Dashboard Designer & Custom AngularJS Pages
      A
      atkins.chrisw
    • RE: Moving the AMcharts Export to the bottom right.

      <ma-serial-chart default-balloon-text="[[title]]: [[value]]" style="height: 500px; width: 100%" series-1-point="kW" series-1-values="kWValues" series-1-color="blue" series-1-type= "column" series-series-4-point="myVars.temp" series-4-values="myVars.tempValues" series-4-color="red" series-4-type= "line" series-4-axis="right" default-type="smoothedLine" stack-type="regular" overflow="visible" balloon="true" legend="true" export="true" options="{chartScrollbar:{'enabled': true}, export: {'position': 'bottom-right'}}"
      ></ma-serial-chart>

      posted in Dashboard Designer & Custom AngularJS Pages
      A
      atkins.chrisw
    • Changing the standard charts in the angular JS

      I found a cool AMChart I would like to use as opposed to the standard Charts that come in your templates. Have you built the capability for me to copy hte AMChrt code and paste to the angular system?

      posted in Dashboard Designer & Custom AngularJS Pages
      A
      atkins.chrisw

    Latest posts made by atkins.chrisw

    • shortening up app.js

      Re: Angular controllers

      Hi Jared. Is there a way I can break out the controllers I have added into the app.js file into seperate files? My app.js is getting huge. I have tried making seperate folders like you have done for the page-view. But I keep getting stuck on the require element. My hope is to just have a separate folder for a group of controllers that I can link to certain pages. This is probably basic things I have no idea what I am doing.

      posted in Dashboard Designer & Custom AngularJS Pages
      A
      atkins.chrisw
    • Numeric Defualt Questions

      So I have noticed that when I change the numeric deault template to something different. Say, using the #,###. format. It makes the displayted values have a comma, but now the charts in the angular framework all get multiplied by .001. Is there something I have done wrong?

      posted in Dashboard Designer & Custom AngularJS Pages
      A
      atkins.chrisw
    • RE: user error

      What happens if I delete the jsp directory?

      I have already tried clearing my browser cache. I typically use Chrome but I am seeing the same problem in Firefox and IE.

      Also, if I remove the overrides folder. Do I just cut it out and restart. Then restart the Mango instance? Then see if it works. Then re-paste the overrides folder?

      posted in User help
      A
      atkins.chrisw
    • RE: user error

      Yes. From the Mango Front End.

      posted in User help
      A
      atkins.chrisw
    • RE: user error

      Failed to load resource: the server responded with a status of 403 (Forbidden)
      jquery-1.11.2.min.js:4 POST http://demo.systemvitality.com:8080/rest/v1/users 403 (Forbidden)
      send @ jquery-1.11.2.min.js:4
      ajax @ jquery-1.11.2.min.js:4
      MangoAPI.ajax @ api.js:941
      MangoAPI.postUser @ api.js:101
      UsersView.saveUser @ UsersView.js:223
      dispatch @ jquery-1.11.2.min.js:3
      r.handle @ jquery-1.11.2.min.js:3

      Response Headers
      HTTP/1.1 403 Forbidden
      Date: Wed, 04 Jan 2017 19:38:59 GMT
      X-Content-Type-Options: nosniff
      X-XSS-Protection: 1; mode=block
      Cache-Control: no-cache, no-store, max-age=0, must-revalidate
      Pragma: no-cache
      Expires: 0
      X-Frame-Options: SAMEORIGIN
      Content-Length: 0
      Server: Jetty(9.2.12.v20150709)

      Request Headers
      POST /rest/v1/users HTTP/1.1
      Connection: keep-alive
      Content-Length: 231
      Accept: application/json, text/javascript, /; q=0.01

      X-Requested-With: XMLHttpRequest
      User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36
      Content-Type: application/json

      Accept-Encoding: gzip, deflate
      Accept-Language: en-US,en;q=0.8
      Cookie: XSRF-TOKEN=a994ed2e-1731-4e00-bff6-10603736516f; MANGO8080=hrhzw8elv6oj15imw0139okrk
      Request Payload
      view source

      In the Cookies tab. under the Request Cookies
      MANGO and the XSRF-TOKEN both have a value

      in the response cookies it is blank

      posted in User help
      A
      atkins.chrisw
    • RE: user error

      Hey Phil. Have you got some time to help me with this. Im getting more users and I can't add them to the system.

      posted in User help
      A
      atkins.chrisw
    • RE: mdAdminApp

      Yeah. I don't want to do that. I am just trying to make an environment where I can try new things without disturbing our customers.

      For some reason lately, when I log in. I get a Error 403 Forbidden

      HTTP ERROR 403

      Problem accessing /modules/dashboards/web/. Reason:

      Forbidden
      

      I am wondering if I referenced something wrong in my app.js.

      Also, I am still getting a user error. I can't add or edit my users now.

      posted in Dashboard Designer & Custom AngularJS Pages
      A
      atkins.chrisw
    • RE: user error

      I just cleared my cookies. And I am still getting the error.

      When I look at the console log it says this. no element found

      0_1481057513663_upload-1fc90f41-785b-4102-82d1-dd595bc9bf28

      Cookie: MANGO8080=hus65pj7gb4lpm7okd1pn4o; XSRF-TOKEN=b8e862ad-16fa-4858-ada4-e83e0daf1234
      Connection: keep-alive

      posted in User help
      A
      atkins.chrisw
    • mdAdminApp

      So I have moved everything from the MyAdminApp to the mdAdminApp

      Can I make a second instance of the mdAdminApp so I can load it on a different URL.

      example.

      summaes.com = mdAdminApp instance 1

      summaes.com/beta = mdAdminApp instance2

      will this affect the user login functions.

      posted in Dashboard Designer & Custom AngularJS Pages
      A
      atkins.chrisw
    • user error

      Hi Guys,

      when I try to either delete, or add new users. I am getting this error. I switched to teh new mdAdminApp. Could the new user function on this template be affecting the user groups on Mango?

      0_1480376288860_upload-806b7e82-a056-49e8-b29b-7ab3a2983866

      posted in User help
      A
      atkins.chrisw