creepymonster / nightscout-to-libreview

Transfer your diabetes data from Nightscout to LibreView.
30 stars 36 forks source link

Ability to fetch data from LibreLinkUp? #1

Closed caffe12345 closed 1 year ago

caffe12345 commented 2 years ago

The code looks really amazing. I was trying to extend it to be able to fetch data display it. However here I run into a very long error message bascially saying: "data: { status: 920, reason: 'runningVersionTooLow'}"

Have you got the possibily to add a small piece of code demonstrating how to fetch data from the LibreLinkUp API?

Thanks

creepymonster commented 1 year ago

An example code (in JavaScript) is available for example here

https://github.com/timoschlueter/nightscout-librelink-up/blob/main/index.js

Swift code or others are also available.

Many greetings Reimar