I've tried multiple browsers but forum search isn't working for me. Every thing comes back with not found. I've even tried 'mango' as a key word and it came back with nothing
Best posts made by cmason
-
Forum Search not working?
Latest posts made by cmason
-
Add Fonts
I want to add a font to mango to use in text objects.
The font I want is https://fonts.google.com/specimen/MontserratHow do I add fonts to mango? I'd like it so that it doesn't have to get resources from the web.
-
RE: Forum Search not working?
Search still not working properly for anyone else?
-
Dashboard session expires/logs out
I've got a dashboard that I'm displaying on a raspberry pi. I've created a user specifically for the dashboard, where I've set the session expiration to 1 year and I do the auto login by providing url parameters described in the help file. https://docs-v3.mango-os.com/using-auto-login
On the Pi I have script that runs to make sure a browser is open, if none is open, then it starts a browser in kiosk mode and supplies the url I want and the auto-login details.
However after a few days, the dashboard will logout. Then it's just sitting there at the Mango Login screen.
I figured I could run a script at midnight or something that closes the browser and reopens it again, seems like a band-aid fix though. How can I detect that I'm at the login screen and do something about it to log back in? Or.... not get kicked off from the session at all?
-
RE: Forum Search not working?
Yeah still not working for me. Apart from if something has been posted recently (~<10 days).
-
RE: Forum Search not working?
@craigweb said in Forum Search not working?:
The search is working for me. Has anyone tried Mattfox's suggestion to clear your cache?
I tried it a few times. Varying results.
Can only get results back from the last few days.Oldest search I can find is using keyword "mango" and that's 9 days old. I checked all the search settings etc.
-
Process Event Handler Result
Is it possible (or could it be added in an update) to get the result of a script that the process event handler runs?
Basically I'd just like to know if script returned 0 (success) or non-zero (failure) and get either of those as events that will show up in the events log and that I could then attach an email event handler to. -
Live displays, update values??
UPDATE
Never mind I found the issue! Actually coming back to check this post I noticed it straight away. For whatever reason the code highlighter in the browser was more useful then the colors in Mango. Comparison below. I used a '-' instead of a '=' sign.
I've made a dashboard but I can't get that values to update at a set period.
The Display is static and so I'm using a hidden <ma-date-range-picker> with update-interval="10 seconds".
But The display doesn't update unless I refresh the page.I'm using watchlist and ma-point-statistics on the page.
Am I missing something?
<!-- Invisible data-range picker for setting a constant time period --> <ma-date-range-picker style="display: none" preset="LAST_1_WEEKS" to="lastWeek.to" from="lastWeek.from" update-interval-"1 seconds"></ma-date-range-picker> <ma-date-range-picker style="display: none" preset="DAY_SO_FAR" to="daySoFar.to" from="daySoFar.from" update-interval-"1 seconds"></ma-date-range-picker>
Here's how it looked in Mango
-
Forum Search not working?
I've tried multiple browsers but forum search isn't working for me. Every thing comes back with not found. I've even tried 'mango' as a key word and it came back with nothing
-
Stop chart from showing non-existent data
I'm trying to make a chart that displays a view of the current 24 hour window. i.e. if it's 3pm now, I want to view from midnight 15 hours ago, all the way to midnight tonight (which will obviously have no data).
This is fine, except the charts take the last value, and then continue a straight line straight off the edge of the screen. It doesn't seem to matter what type it is, i.e. line, bar etc. Or if roll-ups are used. I've tried booked=true and bookend=false on the ma-point-values.
I also tried passing in options {connect:false} on the AmGraph options as described here (The image below shows me using true but if I used false nothing would render at all). Also this link does refer to v4 amcharts but the option is a valid entry for AmGraph in V3 also, though I do see that it says the feature doesn't work with the XY chart, which I assume is what the serial chart is?Regardless of the implementation, there must be a way to achieve what I'm trying to accomplish?
Any suggestions? -
RE: Best backup strategy including low bandwidth
@craigweb said in Best backup strategy including low bandwidth:
The core database - What does this keep?
All configurations. Used to restore the unit to exactly what it was configured apart from time-series data.JSON Configuration - What does this keep?
All configurations but can be considered a shallow copy of the configurations, This backup is not sufficient to restore an instance as when you import this the table id's will not be the same.Thanks Craig.
I've got three identical deployments to go out. What's the best way to copy the configuration over if I develop on one HTS unit and then copy it to the other two?