Author Topic: Weathershield Pressure Graph  (Read 863 times)

Kilo95

  • Sr. Member
  • ****
  • Posts: 340
  • Country: us
Weathershield Pressure Graph
« on: September 27, 2017, 01:10:55 PM »
I thought I would like to be able to see a graph of the barometric pressure in order to quickly see whether it's trending up or down so I commented out the line for the pressure metrics in the metrics.js file under "Weathershield Metrics" and added a new line right below it (in case i messed up, i could uncomment easily).

Code: [Select]
P : { name:'P', regexp:/\bP\:([\d\.]+)\b/i, value:'', duplicateInterval:3600, unit:'"',  pin:1, graph:1, graphOptions:{ legendLbl:'Pressure', lines: { lineWidth:1}}},

just wanted to share in case anyone else was interested
« Last Edit: September 27, 2017, 03:37:58 PM by Felix »