piWeatherman icon indicating copy to clipboard operation
piWeatherman copied to clipboard

☁️ Raspberry PI Weather Station

Results 3 piWeatherman issues
Sort by recently updated
recently updated
newest added

Tried to switch to F from C The k_to_f really is for going from F to C I added a new var far = int(k_to_c *9/5) + 32 Then displayed...

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)

Took a little bit of work to install the dependencies, After using the given command nothing happens after filling in the form. `sh install.sh` I managed to get it running...