Skip to content
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

Closed
1 task
Hangar85 opened this issue Apr 18, 2024 · 11 comments · Fixed by #324
Closed
1 task

Add a mmol/L option for displaying results #281

Hangar85 opened this issue Apr 18, 2024 · 11 comments · Fixed by #324
Labels
enhancement New feature or request

Comments

@Hangar85
Copy link

⚠️ Is your feature request related to a problem? Please describe.

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?

  • Yes
  • [ X ] No

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
Copy link
Contributor

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

@Hangar85
Copy link
Author

Hangar85 commented Apr 19, 2024

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
Copy link

Kev1nr1 commented Apr 19, 2024

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
Copy link

byBlurr commented May 15, 2024

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

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

@CrazyMarvin CrazyMarvin added the enhancement New feature or request label May 15, 2024
@tebz
Copy link

tebz commented Jun 8, 2024

mmol/L is also used in Sweden

@CrazyMarvin
Copy link
Contributor

We hope to implement the unit next month.

@frigaut
Copy link

frigaut commented Jul 31, 2024

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

@TomasAbeck
Copy link
Contributor

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

I created a Czech translation as a thank you.

@CrazyMarvin
Copy link
Contributor

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
Copy link
Contributor

TomasAbeck commented Sep 11, 2024 via email

@CrazyMarvin
Copy link
Contributor

v0.1.11 shows one decimal now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants