You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently, I have Health configured to use my weight in kg. I want to keep it this way, as kg is what makes the most sense for me. However, my scale records my weight in pounds. I would like to be able to input my weight in pounds, and then have it be automatically converted to kilograms, so that kilograms are displayed in the UI.
This shouldn't be too difficult to do, as it would still store kilograms on the backend, it would just convert pounds -> kilos before recording it. (Or, this could even be done completely in the frontend in js, before being sent to the backend.)
The text was updated successfully, but these errors were encountered:
Hi,
currently, I have Health configured to use my weight in kg. I want to keep it this way, as kg is what makes the most sense for me. However, my scale records my weight in pounds. I would like to be able to input my weight in pounds, and then have it be automatically converted to kilograms, so that kilograms are displayed in the UI.
This shouldn't be too difficult to do, as it would still store kilograms on the backend, it would just convert pounds -> kilos before recording it. (Or, this could even be done completely in the frontend in js, before being sent to the backend.)
The text was updated successfully, but these errors were encountered: