• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. Amir MEKHALDI

    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 2
    • Posts 8
    • Best 0
    • Controversial 0
    • Groups 0

    Amir MEKHALDI

    @Amir MEKHALDI

    0
    Reputation
    500
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Amir MEKHALDI Unfollow Follow

    Latest posts made by Amir MEKHALDI

    • RE: custom dashboard's menu

      @Will-Geller i come back to you, i still have a problem

      I followed what you said but i m not able to upload the change in my template page, I replaced "section 2" with "Eclairage" as you see in the screenshoot. The cache is disabled

      Also im not able to load the logo, i replaced "logo.svg" (which i don't find) by "logo.png" as http://localhost:8080/modules/dashboards/web/img/logo.png

      Thanks for your assitance

      0_1465916979808_Capture.JPG

      posted in Dashboard Designer & Custom AngularJS Pages
      A
      Amir MEKHALDI
    • RE: custom dashboard's menu

      Thanks you @Will-Geller i'm going to follow these steps

      have a good day

      posted in Dashboard Designer & Custom AngularJS Pages
      A
      Amir MEKHALDI
    • RE: custom dashboard's menu

      @Woody-Beverley Thank you for your replies, here's a screen shot of my menu, i'm using the last version of mango in date.

      0_1465544197879_Capture mango dashboard.JPG

      Thanks @Will-Geller i opened all my fields and made i global through it, there is any mention of "menuText" am using the sb-admin template source

      posted in Dashboard Designer & Custom AngularJS Pages
      A
      Amir MEKHALDI
    • RE: custom dashboard's menu

      Thanks for your reply,

      I'm able to see all my change by deleting the cache, but my issue is about how to add new item on the menu. What is the field which I need to use for that

      I'm a beginner in html5

      Sorry for my English

      Thanks you

      posted in Dashboard Designer & Custom AngularJS Pages
      A
      Amir MEKHALDI
    • custom dashboard's menu

      Hello all,

      I'm trying to custom dashboard but I'm having issues changing the menu. Where i can setting the navigation part (number of item, sub-item, name..). I found that the nav links can be changes in app.js. Anyone run into this issue ?

      Thanks

      posted in Dashboard Designer & Custom AngularJS Pages
      A
      Amir MEKHALDI
    • RE: HTTP receiver propreties

      Thanks phildunlap,

      i have tried with success your suggestion

      As a beginner Im experimenting now the HTTP publisher in order to send my data to the "Datastore" storage service of Google Cloud, they give a RESTful interface for these application.

      but first i didn't find a complete documentation in how mango's publisher works

      then i have difficulties to make request for storing my datas, the storage by API REST seems required a double request, one for the authentification and another one for the request.

      Thanks you for any help

      posted in How-To
      A
      Amir MEKHALDI
    • RE: HTTP receiver propreties

      Thanks for your reply,

      i will try it soon

      posted in How-To
      A
      Amir MEKHALDI
    • HTTP receiver propreties

      Hi every one

      I m trying to use the Http receveir data source for getting data, for my test i m using Google maps API example but nothing happens (Google for API developers : https://developers.google.com/maps/documentation/geocoding/intro#GeocodingResponses )

      i setted my point URL as : https://maps.googleapis.com/maps/api/geocode/xml?address=1600+Amphitheatre+Parkway,+Mountain+View/httpds

      How can i do for getting the "lat" value for example

      Here is the XML respond from google API

      {
      "results" : [
      {
      "address_components" : [
      {
      "long_name" : "1600",
      "short_name" : "1600",
      "types" : [ "street_number" ]
      },
      {
      "long_name" : "Amphitheatre Pkwy",
      "short_name" : "Amphitheatre Pkwy",
      "types" : [ "route" ]
      },
      {
      "long_name" : "Mountain View",
      "short_name" : "Mountain View",
      "types" : [ "locality", "political" ]
      },
      {
      "long_name" : "Santa Clara County",
      "short_name" : "Santa Clara County",
      "types" : [ "administrative_area_level_2", "political" ]
      },
      {
      "long_name" : "California",
      "short_name" : "CA",
      "types" : [ "administrative_area_level_1", "political" ]
      },
      {
      "long_name" : "United States",
      "short_name" : "US",
      "types" : [ "country", "political" ]
      },
      {
      "long_name" : "94043",
      "short_name" : "94043",
      "types" : [ "postal_code" ]
      }
      ],
      "formatted_address" : "1600 Amphitheatre Parkway, Mountain View, CA 94043, USA",
      "geometry" : {
      "location" : {
      "lat" : 37.4224764,
      "lng" : -122.0842499
      },
      "location_type" : "ROOFTOP",
      "viewport" : {
      "northeast" : {
      "lat" : 37.4238253802915,
      "lng" : -122.0829009197085
      },
      "southwest" : {
      "lat" : 37.4211274197085,
      "lng" : -122.0855988802915
      }
      }
      },
      "place_id" : "ChIJ2eUgeAK6j4ARbn5u_wAGqWA",
      "types" : [ "street_address" ]
      }
      ],
      "status" : "OK"
      }

      posted in How-To
      A
      Amir MEKHALDI