timoschlueter / nightscout-librelink-up

Script written in TypeScript that uploads CGM readings from LibreLink Up to Nightscout.
MIT License
192 stars 246 forks source link

No data in Nightscout? #76

Closed kimsol1 closed 1 year ago

kimsol1 commented 1 year ago

I just got a Libre 3 sensor and I'm trying to figure this Nightscout thing out. I've set up a Nightscout to eventually get my readings on my Garmin watch. I've created a Mongodb that seems to work as intended and the Nightscout through Railway. The thing is that I don't get any readings in Nightscout and I can't figure out what the problem is. I can't see any errors in the logs.

Upload seems fine but I don't see any values in Nightscout?

Deploy log

nightscout-librelink-up@1.9.0 start node index.js [info]: no authTicket.expires [info]: renew token [info]: Logged in to LibreLink Up [info]: Found 1 LibreLink Up connection. [info]: -> The following connection will be used: Kim XXX (Patient-ID: 184cdccd-xxx-xxxx-xxxx-0242xxxx0007) [info]: Trying to upload 125 glucose measurement items to Nightscout [info]: Upload of 125 measurements to Nightscout succeeded

Edit: I now finally got it to work. I deleted NIGHTSCOUT_DISABLE_HTTPS and SINGLE_SHOT as variables.

Thank you Timo for the tool, much appreciated.