Yea! I got it! Here are the two lines to convert C and Pa to F and inHg
var pressure = (0.0002952998751 * (self.weather.inputs.pressure.data.pressure )).toFixed(2);
var temperature = ((self.weather.inputs.temperature.data.temperature / 100.0)*(9/5)+32).toFixed(2);