<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Dashboard Designer &amp; Custom AngularJS Pages]]></title><description><![CDATA[An area to discus and learn to create custom dashboards, web apps and pages.]]></description><link>https://forum.mango-os.com/category/21</link><generator>RSS for Node</generator><lastBuildDate>Mon, 09 Mar 2026 09:41:07 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/category/21.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 12 Jul 2025 21:45:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Dashboard Graphs how to select it.]]></title><description><![CDATA[<p dir="auto">I want to create a line graph with 4 data points on the dashboard. Could you please guide me on which options I need to select to configure this correctly? Your help would be greatly appreciated.I need like this graph [Already_Updated_Graph.png](Imgur is temporarily over capacity. Please try again later.) this on I need to update [Not_updated_graph.png](Imgur is temporarily over capacity. Please try again later.) ![3ae51d56-1d4c-4094-b6c7-2ea8839a65fe-image.png](Imgur is temporarily over capacity. Please try again later.)</p>
]]></description><link>https://forum.mango-os.com/topic/6142/dashboard-graphs-how-to-select-it.</link><guid isPermaLink="true">https://forum.mango-os.com/topic/6142/dashboard-graphs-how-to-select-it.</guid><dc:creator><![CDATA[Naveen G.S]]></dc:creator><pubDate>Sat, 12 Jul 2025 21:45:03 GMT</pubDate></item><item><title><![CDATA[Help defining Controller with Custom Dashboard and UserModule]]></title><description><![CDATA[@MattFox Thanks!  Looks comprehensive.  I will work thru the example.  Greatly Appreciated!!!
]]></description><link>https://forum.mango-os.com/topic/5941/help-defining-controller-with-custom-dashboard-and-usermodule</link><guid isPermaLink="true">https://forum.mango-os.com/topic/5941/help-defining-controller-with-custom-dashboard-and-usermodule</guid><dc:creator><![CDATA[mfitzgerald_wavetech]]></dc:creator><pubDate>Mon, 03 Feb 2025 23:48:17 GMT</pubDate></item><item><title><![CDATA[Map polyline array]]></title><description><![CDATA[<p dir="auto">I am trying to get a polyline on a ma-tile-map from GPS Lat/Lon from a sensor. I currently have a map with a single point working. My issue is getting the point values in the proper format for the maTileMapPolyline component.<br />
Help Manual shows format needing to be<br />
[{lat: lat1, lng: lng1}, {lat: lat2, lng: lng2}, {lat: lat3, lng: lng3}] or &lsqb;&lsqb;lat1, lng2], [lat2, lng2], [lat3, lng3&rsqb;&rsqb;<br />
I have two</p>
<pre><code>&lt;ma-point-values point="lat" values="latValues" latest="5" realtime="true" rendered="true" point-xid="DP_7fe7922d-9025-45ae-9389-e108fe5dfb9e"&gt;&lt;/ma-point-values&gt;
&lt;ma-point-values point="lon" values="lonValues" latest="5" realtime="true" rendered="true" point-xid="DP_9c01bee7-48d3-45fe-8ba4-a9f282273ddd"&gt;&lt;/ma-point-values&gt;
</code></pre>
<p dir="auto">I struggling trying to figure out how to join and format these two points. Any help would be appreciated !</p>
]]></description><link>https://forum.mango-os.com/topic/5893/map-polyline-array</link><guid isPermaLink="true">https://forum.mango-os.com/topic/5893/map-polyline-array</guid><dc:creator><![CDATA[wavespan]]></dc:creator><pubDate>Sun, 29 Sep 2024 20:42:04 GMT</pubDate></item><item><title><![CDATA[Help a newbie figure out time-related functions.]]></title><description><![CDATA[@mkart-vrn there are help docs available. This can be exposed by showing them via the edit menu page and saving the changes. Alternatively, on the scripting datasource page. There are question marks you can click on that will render a sidebar to the right with a detailed explanation and or help docs.
I also encourage you to look through the forum and see what has been accomplished by other mango power users.
As for delays, there is a delay option so you can delay the firing of a script upon a trigger as well as using a cron style scheduler. There's also an advanced scheduler which you can attach event actions to for triggering scripts, running a local application, even setting point values.
Feel free to raise more forum posts in user help to fill in any blank areas. I'm on here throughout the week usually. I'm currently remote however so expect up to week delays...
Fox
]]></description><link>https://forum.mango-os.com/topic/5795/help-a-newbie-figure-out-time-related-functions</link><guid isPermaLink="true">https://forum.mango-os.com/topic/5795/help-a-newbie-figure-out-time-related-functions</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Tue, 23 Jan 2024 10:34:05 GMT</pubDate></item><item><title><![CDATA[How to change Axis Title Colors in V4]]></title><description><![CDATA[@MattFox Thanks Mr. That did the trick.
]]></description><link>https://forum.mango-os.com/topic/5777/how-to-change-axis-title-colors-in-v4</link><guid isPermaLink="true">https://forum.mango-os.com/topic/5777/how-to-change-axis-title-colors-in-v4</guid><dc:creator><![CDATA[Ruan 0]]></dc:creator><pubDate>Fri, 29 Sep 2023 06:57:16 GMT</pubDate></item><item><title><![CDATA[Syntax for Read Permission = true in query]]></title><description><![CDATA[@Benoit watchlists are either statically defined, or dynamically with the use of an rql lookup or with tags.
Since you're unfamiliar with scripting data sources it may be outside of your capabilities..
What I'd do is:

Use a json data store to store a list of data sources, including the total datapoints and datapoints tagged count.
Load said json stire and iterate through each datasource whilst doing a lookup with an offset.
Each time completing a batch of points, increment the number of points tagged and update the json store file as well to track
once all points tagged are equal to the total points available, move on to the next datasource

Fox
]]></description><link>https://forum.mango-os.com/topic/5748/syntax-for-read-permission-true-in-query</link><guid isPermaLink="true">https://forum.mango-os.com/topic/5748/syntax-for-read-permission-true-in-query</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Sat, 17 Jun 2023 00:23:00 GMT</pubDate></item><item><title><![CDATA[Change Bar Display bar-color based on point value]]></title><description><![CDATA[@tomatopi
point="water"

This code is assigning the point-value object to a variable in the local scope called water.  Since we are working in javascript, variables must be valid javascript variables.
]]></description><link>https://forum.mango-os.com/topic/5648/change-bar-display-bar-color-based-on-point-value</link><guid isPermaLink="true">https://forum.mango-os.com/topic/5648/change-bar-display-bar-color-based-on-point-value</guid><dc:creator><![CDATA[CraigWeb]]></dc:creator><pubDate>Tue, 28 Feb 2023 18:48:21 GMT</pubDate></item><item><title><![CDATA[Issues with Dashboard PointValue Colors]]></title><description><![CDATA[@CraigWeb
That's pretty nice, I was actually wondering if it was possible to do something like that. I have some ideas on using a point value to do things to other elements, which would add a lot of value to the dashboards.
Thank you!
]]></description><link>https://forum.mango-os.com/topic/5622/issues-with-dashboard-pointvalue-colors</link><guid isPermaLink="true">https://forum.mango-os.com/topic/5622/issues-with-dashboard-pointvalue-colors</guid><dc:creator><![CDATA[mihairosu]]></dc:creator><pubDate>Tue, 21 Feb 2023 21:52:47 GMT</pubDate></item><item><title><![CDATA[Static Serial Chart]]></title><description><![CDATA[@MattFox I appreciate it. I may have a use case for that at some point, but don't sweat it, there's no rush.
At the very least, it might help others, and be something to reference if it comes up again.
]]></description><link>https://forum.mango-os.com/topic/5617/static-serial-chart</link><guid isPermaLink="true">https://forum.mango-os.com/topic/5617/static-serial-chart</guid><dc:creator><![CDATA[mihairosu]]></dc:creator><pubDate>Fri, 17 Feb 2023 21:58:37 GMT</pubDate></item><item><title><![CDATA[Training Videos - Additional Information]]></title><description><![CDATA[@CraigWeb
Thank you, that's exactly what I was looking for.
And thanks for the other information as well.
]]></description><link>https://forum.mango-os.com/topic/5615/training-videos-additional-information</link><guid isPermaLink="true">https://forum.mango-os.com/topic/5615/training-videos-additional-information</guid><dc:creator><![CDATA[mihairosu]]></dc:creator><pubDate>Wed, 15 Feb 2023 15:51:09 GMT</pubDate></item><item><title><![CDATA[Point value crossed out in red]]></title><description><![CDATA[@mihairosu good, it doesn't for the mango units so I'm glad everything is resolved.
Fox
]]></description><link>https://forum.mango-os.com/topic/5614/point-value-crossed-out-in-red</link><guid isPermaLink="true">https://forum.mango-os.com/topic/5614/point-value-crossed-out-in-red</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Tue, 14 Feb 2023 21:25:58 GMT</pubDate></item><item><title><![CDATA[Legacy Tank Level Indicators and Status LEDS in new Mango?]]></title><description><![CDATA[@dan Those tank level indicators look like VU meters...
Seems it can definitely be coded (frontend, not from the java code generated in the back).
Hit me up if you wish for further assistance
Fox
]]></description><link>https://forum.mango-os.com/topic/5609/legacy-tank-level-indicators-and-status-leds-in-new-mango</link><guid isPermaLink="true">https://forum.mango-os.com/topic/5609/legacy-tank-level-indicators-and-status-leds-in-new-mango</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Fri, 20 Jan 2023 23:21:22 GMT</pubDate></item><item><title><![CDATA[ma-now update interval and ma-svg rotating]]></title><description><![CDATA[@tungthanh500 it comes with understanding angularJS scopes ($scope).
In this case you have a variable of $scope.currentArea
Since this scope is attached to our view, the variable (in this case) can be accessed as currentArea.
Since we want the variable and not a string called  "currentArea", we "add" (I use the term loosely here) the strings that make up your RQL query and supply the dynamically allocated currentArea variable.
Also look at controllerAs to understand nesting controllers and their respective scopes.
Fox
]]></description><link>https://forum.mango-os.com/topic/5593/ma-now-update-interval-and-ma-svg-rotating</link><guid isPermaLink="true">https://forum.mango-os.com/topic/5593/ma-now-update-interval-and-ma-svg-rotating</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Thu, 27 Oct 2022 08:11:33 GMT</pubDate></item><item><title><![CDATA[Convert graphicalViews to Dashboard]]></title><description><![CDATA[@terrypacker thanks, but this is very unfortunate, as I am not thinking of "a much nicer page" in that I probably have 20 pages: most have dozens or hundreds of points. Converting by hand would be very tedious.
Is there a reference that explains how to recreate dashboard structures that are equivalent to existing structures used in the graphical view? For instance, the "Simple point" data structure normally shows the point value. On mouseover, a pop-up point links to the point details, and shows a pop-up default graph. Would I have to recreate that behavior in the dashboard from scratch?
Similarly, the "complex point" structure shows a table of Simple points, each with the Simple point mouseover behavior; binary points show pop-up default tables on mouseover. Would I have to write all that too, or are there equivalent data structures? Last time I looked at the dashboard a couple of years ago, I did not see a built-in way to replicate this behavior without going low-level. Even if there is an equivalent structure, mousing and clicking around to recreate each point would take ages because there are so many.
What is available to speed this conversion?
]]></description><link>https://forum.mango-os.com/topic/5591/convert-graphicalviews-to-dashboard</link><guid isPermaLink="true">https://forum.mango-os.com/topic/5591/convert-graphicalviews-to-dashboard</guid><dc:creator><![CDATA[Pedro]]></dc:creator><pubDate>Tue, 18 Oct 2022 13:13:06 GMT</pubDate></item><item><title><![CDATA[Remove item text in ma-pie-chart]]></title><description><![CDATA[<p dir="auto">I have created a ma-pie-chart, I would like to remove the item text.<br />
Instead I would like to add a legend in chart. Does someone know how to do this?</p>
<p dir="auto"><img src="https://i.imgur.com/ZGsWX4z.png" alt="7a25e936-df8d-4960-8c7f-ae59d8963c95-image.png" class=" img-fluid img-markdown" /></p>
<pre><code>&lt;ma-pie-chart style="height: 300px; width: 600px" values="[ { value: 30, text: 'hot', color: '#ff9300' }, { value: 70, text: 'cold', color: '#942192' } ]"
options="{depth3D:15,angle:30}"&gt;&lt;/ma-pie-chart&gt;
</code></pre>
]]></description><link>https://forum.mango-os.com/topic/5483/remove-item-text-in-ma-pie-chart</link><guid isPermaLink="true">https://forum.mango-os.com/topic/5483/remove-item-text-in-ma-pie-chart</guid><dc:creator><![CDATA[ricardo]]></dc:creator><pubDate>Tue, 15 Feb 2022 08:19:23 GMT</pubDate></item><item><title><![CDATA[Data Source host value]]></title><description><![CDATA[<p dir="auto">Hi, I have a modbus TCP device connecting to Mango. Modbus device has its own homepage (for example 192.168.1.5). When I create data source, I fill 192.168.1.5 as Host of data source.</p>
<p dir="auto">In my dashboard, I want to get the data source host to turn it into a hyperlink to device homepage. Is there any simple method to get that?</p>
<p dir="auto">Moreover, the width of ma-watch-list-parameters is very narrow, how to extend it longer (for example stretch to ma-card width)?<br />
<img src="https://i.imgur.com/jW9a5gF.png" alt="c94a89de-02d4-44b8-ae80-21d890021b5a-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.mango-os.com/topic/5474/data-source-host-value</link><guid isPermaLink="true">https://forum.mango-os.com/topic/5474/data-source-host-value</guid><dc:creator><![CDATA[tungthanh500]]></dc:creator><pubDate>Tue, 18 Jan 2022 13:22:57 GMT</pubDate></item><item><title><![CDATA[Help to customize Events Page]]></title><description><![CDATA[@gordoe
Happy to, have sent you a PM
]]></description><link>https://forum.mango-os.com/topic/5421/help-to-customize-events-page</link><guid isPermaLink="true">https://forum.mango-os.com/topic/5421/help-to-customize-events-page</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Tue, 11 Jan 2022 01:46:42 GMT</pubDate></item><item><title><![CDATA[How we can prevent date bar call each second?]]></title><description><![CDATA[Any advise?
]]></description><link>https://forum.mango-os.com/topic/5319/how-we-can-prevent-date-bar-call-each-second</link><guid isPermaLink="true">https://forum.mango-os.com/topic/5319/how-we-can-prevent-date-bar-call-each-second</guid><dc:creator><![CDATA[ricardo]]></dc:creator><pubDate>Tue, 28 Sep 2021 09:24:42 GMT</pubDate></item><item><title><![CDATA[Clear input for &lt;ma-point-list&gt;]]></title><description><![CDATA[[image: Lmz851b.png]
]]></description><link>https://forum.mango-os.com/topic/5285/clear-input-for-ma-point-list</link><guid isPermaLink="true">https://forum.mango-os.com/topic/5285/clear-input-for-ma-point-list</guid><dc:creator><![CDATA[Jared Wiltshire]]></dc:creator><pubDate>Fri, 27 Aug 2021 07:47:01 GMT</pubDate></item><item><title><![CDATA[Point name and how to learn more?]]></title><description><![CDATA[@jared-wiltshire
Thank you  for your explaination. Can you be more specific about "datebar.to" and what is it in mango? I mean, there should be something like "myPoint.value" to show/assign a point value or "myDevice.name" to show the device name.
]]></description><link>https://forum.mango-os.com/topic/5240/point-name-and-how-to-learn-more</link><guid isPermaLink="true">https://forum.mango-os.com/topic/5240/point-name-and-how-to-learn-more</guid><dc:creator><![CDATA[tungthanh500]]></dc:creator><pubDate>Wed, 14 Jul 2021 09:00:47 GMT</pubDate></item><item><title><![CDATA[About magetpointvalue array&#x27;s question]]></title><description><![CDATA[Anytime
]]></description><link>https://forum.mango-os.com/topic/5229/about-magetpointvalue-array-s-question</link><guid isPermaLink="true">https://forum.mango-os.com/topic/5229/about-magetpointvalue-array-s-question</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Sat, 03 Jul 2021 12:02:15 GMT</pubDate></item><item><title><![CDATA[points tag values in search result]]></title><description><![CDATA[@joelhaggar
I am using v3.7.7 so I am out of luck there with the setttings.
]]></description><link>https://forum.mango-os.com/topic/5227/points-tag-values-in-search-result</link><guid isPermaLink="true">https://forum.mango-os.com/topic/5227/points-tag-values-in-search-result</guid><dc:creator><![CDATA[cwangv]]></dc:creator><pubDate>Fri, 02 Jul 2021 05:56:48 GMT</pubDate></item></channel></rss>