Closed Hangar85 closed 3 months ago
Do you see the correct values but just the measuring unit is wrong? May you share a screenshot please?
Of course I believe the values are correct, it's just we don't use the mg/dL values in the UK.
Screenshot from the LibreLinkUp app :
Do you see the correct values but just the measuring unit is wrong? May you share a screenshot please?
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) mg/dl = (mmol/L * 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.
Thanks for mmol/L support. Can you please add one decimal place?
I created a Czech translation as a thank you.
Thanks for mmol/L support. Can you please add one decimal place?
I created a Czech translation as a thank you.
The next release should have one decimal. Thanks for your translation.
Thank you, perfect!
v0.1.11
shows one decimal now.
:warning: Is your feature request related to a problem? Please describe.
Data is only displaying in mg/dL
:bulb: Describe the solution you'd like.
Data available in mmol/L for UK users
:bar_chart: Describe alternatives you've considered.
NA
:page_facing_up: Additional context
NA
:raising_hand: 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?