User-defined Charts

This section covers the Meteobridge PRO, PRO2, NANO SD, Raspberry Pi and VM platforms exclusively

Moderator: Mattk

Post Reply
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7854
Joined: Mon Oct 01, 2007 10:51 pm

User-defined Charts

Post by admin »

Version 4.1 introduces the concept of "Meta Charts" which allow users very easily to define their own individual charts. It just needs some declarations and a broad variety of charts can be designed. Please have a look at this link to understand how meta charts can be defined.

https://www.meteobridge.com/wiki/index. ... Definition

Please inspect the example definition and result below. It cannot be much easier.

Meta chart definition:

Code: Select all

# meta chart for Temperature and Humidity
#
title Temp/Hum Chart
type line           
data1 th0temp-avg=F.1
data2 th0hum-avg.0   
data3 th0dew-avg=F.1 
name1 Temperature    
name2 Humidity       
name3 Dewpoint       
axis1 left                   
axis2 right                  
axis3 axis1                  
active1 yes                  
active2 yes                  
active3 no                  
unit1 ..F                
unit2 %             
unit3 ..F          
color1 #10E010     
color2 #4430FF     
color3 #E01010     
min2 0             
max2 100

Resulting chart:

Screenshot 2019-08-19 at 23.31.13.png
Screenshot 2019-08-19 at 23.31.13.png (212.07 KiB) Viewed 25518 times
Ger
Senior Boarder
Senior Boarder
Posts: 42
Joined: Tue Jun 02, 2015 12:13 pm

Re: User-defined Charts

Post by Ger »

How can I find the folder in the network? I see several items in the network tab (printer/ archer_MR400) but not the meteobridge.

The charts are located on the internal storage and can be access as a PC network drive in forder "templates"
Mattk
Platinum Boarder
Platinum Boarder
Posts: 1386
Joined: Mon Sep 22, 2014 3:24 am

Re: User-defined Charts

Post by Mattk »

"templates" folder is under \\your-mbpro-ip\data\
Ger
Senior Boarder
Senior Boarder
Posts: 42
Joined: Tue Jun 02, 2015 12:13 pm

Re: User-defined Charts

Post by Ger »

Thanks, I can now edit the charts. But I want change the dateformat in dd mm yyyy , wind in Bft and add windchill. Where can I find instructions for those changes?
I copied windchill from hws-temphum-iso chart and insert it into the renamed allin-one-iso chart. But it doesn' t work for me

},{
"fromField": "c",
"toField": "chill"
},{

and
}, {
"id": "g3",
"valueField": "chill",
"valueAxis": "v1",
"type": "line",
"title": mbtext['windchill'],
"hidden": false,
"lineThickness": 1,
"lineColor": "#ff3399",
"useDataSetColors" : false,
"fillAlphas": 0,
"visibleInLegend": true,
"legendValueText": "[[value]]°C",
"connect": false,
"gapPeriod": gap,
"balloonText" : "[[title]]: [[value]]°C"
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7854
Joined: Mon Oct 01, 2007 10:51 pm

Re: User-defined Charts

Post by admin »

AMCharts is used for graphing. So you might want to read in their documentation to generate individual charts beyond the metacharts. But this needs some work on your own, I cannot support you on this.
masgio69
Senior Boarder
Senior Boarder
Posts: 67
Joined: Thu Apr 23, 2020 12:38 pm

Re: User-defined Charts

Post by masgio69 »

Hi, I can't export the graphs via the url remote chart, it tells me that "remote acces to your meteobridge is currently not avaiable. Please try later and / or reboot your device." Of course I have already restarted the meteobridge and all the other functions are all ok. What could it be?
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7854
Joined: Mon Oct 01, 2007 10:51 pm

Re: User-defined Charts

Post by admin »

It has nothing to do with the charts. It is about the remote connection currently not working in general.
reiry01
Fresh Boarder
Fresh Boarder
Posts: 6
Joined: Wed Jan 20, 2021 1:25 pm

Re: User-defined Charts

Post by reiry01 »

Hi all,
kurz in Deutsch weiß jemand wie man die Windrichtung mit den Y ordinaten W- S- O- N darstellt?
In der festen iso Chart ist sowas abgebildet.
Wenn ich aber das selber im Chart definieren machen möchte keine Ahnung (es lassen sich nur grad einstellen)
Hi anyone now how is in wind direction chart the y ordinat in signs N W S O defintion posibale?
Beispiel:
Screenshot 2022-11-11 at 13-54-15 Meteobridge.png
Screenshot 2022-11-11 at 13-54-15 Meteobridge.png (63.84 KiB) Viewed 9970 times
Yes in iso it excist but here?:
Screenshot 2022-11-11 at 13-59-31 Meteobridge.png
Screenshot 2022-11-11 at 13-59-31 Meteobridge.png (36.57 KiB) Viewed 9969 times
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7854
Joined: Mon Oct 01, 2007 10:51 pm

Re: User-defined Charts

Post by admin »

Most predefined charts are not generated via metachart option and therefore, can do a bit more magic. I will check if I can also implement this feature for metacharts.
reiry01
Fresh Boarder
Fresh Boarder
Posts: 6
Joined: Wed Jan 20, 2021 1:25 pm

Re: User-defined Charts

Post by reiry01 »

Super that can especially: Private airfields; sailing clubs and surf clubs very much need THANKS :D

Cool would be also, a wind rose template.
Or gauge template mechanisms in the Meteobridge. :D
User avatar
WS Grave
Expert Boarder
Expert Boarder
Posts: 103
Joined: Fri Oct 30, 2009 3:42 pm
Location: Grave - the Netherlands
Contact:

Re: User-defined Charts

Post by WS Grave »

Any update on the possibility to show the wind direction in N / S / E / W?
zakos52
Expert Boarder
Expert Boarder
Posts: 104
Joined: Wed Jun 16, 2021 7:26 pm

Re: User-defined Charts

Post by zakos52 »

“Any update on the possibility to show the wind direction in N / S / E / W?”

I am also waiting for this update from November 2022!
reiry01
Fresh Boarder
Fresh Boarder
Posts: 6
Joined: Wed Jan 20, 2021 1:25 pm

Re: User-defined Charts

Post by reiry01 »

Is now an update where we can have had those Winddirection? Yes, than i will also update my Lizense! :D 8) or No then no :lol:
Post Reply