Crazy-Marvin / LibreLinkUpDesktop

This is a desktop application that fetches your blood sugar from LibreLinkUp
https://crazymarvin.com/librelinkupdesktop/
Apache License 2.0
32 stars 12 forks source link

Add a mmol/L option for displaying results #281

Closed Hangar85 closed 3 months ago

Hangar85 commented 7 months ago

: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?

CrazyMarvin commented 7 months ago

Do you see the correct values but just the measuring unit is wrong? May you share a screenshot please?

Hangar85 commented 7 months ago

Of course I believe the values are correct, it's just we don't use the mg/dL values in the UK.

image

Screenshot from the LibreLinkUp app :

image
Kev1nr1 commented 7 months ago

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

byBlurr commented 6 months ago

Here is how we convert between mmol/L and mg/dl:

mmol/L = (mg/dl / 18) mg/dl = (mmol/L * 18)

tebz commented 5 months ago

mmol/L is also used in Sweden

CrazyMarvin commented 4 months ago

We hope to implement the unit next month.

frigaut commented 4 months ago

That'd be great. We also use mmol/l in Australia.

TomasAbeck commented 2 months ago

Thanks for mmol/L support. Can you please add one decimal place? Example librelink

I created a Czech translation as a thank you.

CrazyMarvin commented 2 months ago

Thanks for mmol/L support. Can you please add one decimal place? Example librelink

I created a Czech translation as a thank you.

The next release should have one decimal. Thanks for your translation.

TomasAbeck commented 2 months ago

Thank you, perfect!

CrazyMarvin commented 2 months ago

v0.1.11 shows one decimal now.