mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #225] precipitation from weather forecasting is always in millimeters #2888
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sarcasticadmin on GitHub (Feb 8, 2024).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/225
Describe the bug
Setting the weather forecast content to Fahrenheit and MPH would have expected rainfall would be in inches but its still in millimeters. The option in the dropdown states it as such as well:
Fahrenheit/mph/millimetersTo Reproduce
Steps to reproduce the behavior:
Fahrenheit/mph/millimetersin dropdownmillimetersExpected behavior
inches.Screenshots

Additional context
precipitation_unit=inch@nlimper commented on GitHub (Feb 8, 2024):
We had a discussion on Discord with some people from USA/Canada on those units, and decided that rainfall will be better displayed in mm. If you like to see them in inch, mind that 0.1" of rainfall is 2,54mm, so precision will be less. Feel free to add it as an extra option yourself. PR's are welcome!