imrahil / OctoPrint-NavbarTemp

Plugin for OctoPrint - displays temperatures on navbar
GNU Affero General Public License v3.0
44 stars 50 forks source link

Display Fahrenheit as well as Celsius #63

Closed tvirelli closed 2 years ago

tvirelli commented 4 years ago

Can you make it so there is a checkbox to show temp in either Fahrenheit, Celsius or both at the same time? Or better yet, just check if the "Show temperatures in Fahrenheit as well as Celsius" checkbox is checked under appearance? Thanks!

Cosik commented 4 years ago

This will required more work because way of getting temperature will required rewriting

LazeMSS commented 3 years ago

Fixed in latest

44knight44 commented 2 years ago

Just wondering if you can just use this formula (0°C × 9/5) + 32 = 32°F to convert it to Fahrenheit. Make the temperature a variable and just plug it in.

LazeMSS commented 2 years ago

Its already included https://github.com/imrahil/OctoPrint-NavbarTemp/pull/84

This issue could be closed.