-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a mmol/L option for displaying results #281
Comments
Do you see the correct values but just the measuring unit is wrong? |
This should (hopefully haha) be easily solvable. If it would be possible in the settings menu to add another option called display setting or something where you can select mg/dl or mmol/l, the only thing that needs to be changed in the back-end would be to display it instead of 146mg/dl -> (146*0.0555)=8.2 mmol/l |
Here is how we convert between mmol/L and mg/dl: mmol/L = (mg/dl / 18) |
mmol/L is also used in Sweden |
We hope to implement the unit next month. |
That'd be great. We also use mmol/l in Australia. |
Thank you, perfect!
|
|
Data is only displaying in mg/dL
💡 Describe the solution you'd like.
Data available in mmol/L for UK users
📊 Describe alternatives you've considered.
NA
📄 Additional context
NA
🙋 Do you want to develop this feature yourself?
I'm afraid I'm not a coder so wouldn't really know how to implement this feature.
In the UK values are shown as mmol/L rather than mg/dL
https://www.diabetes.co.uk/blood-sugar-converter.html
Would it be possible to have an option in the settings section to be able to toggle this?
The text was updated successfully, but these errors were encountered: