piWeatherman icon indicating copy to clipboard operation
piWeatherman copied to clipboard

Math for K to F

Open Drag91mustang opened this issue 4 years ago • 1 comments

I was getting a really off number for this. I check and fixed the code here.
k_to_f = int(weather_now['main']['temp'] - 273.15) * (1.8) + (32)

Drag91mustang avatar Apr 16 '20 02:04 Drag91mustang