Found it!
Line 138 of the main html file should look like this:
var temperature = (self.weather.inputs.temperature.data.temperature / 100.0)*(9/5)+32;
How I can limit the decimal places is the next hurdle along with converting Pa to inHg but I found it.
Thanks. I'll update when I get all the changes made.