Git Product home page Git Product logo

Comments (6)

oddst avatar oddst commented on May 24, 2024

Dexcom has now changed their account registration process. It is no longer possible to register a username as earlier. Instead the username will automatically become (and cannot be changed) either your email address (with “@“ and “.”) or even worse your phone number in the format of “+4686751622”. How will BRIDGE or CONNECT support these changes for Dexcom Share?

from cgm-remote-monitor.

psonnera avatar psonnera commented on May 24, 2024

I though that was addressed some time ago... nightscout/nightscout.github.io#79

from cgm-remote-monitor.

BrianWieder avatar BrianWieder commented on May 24, 2024

I don't think that usernames based off phone numbers currently work. My dexcom account username is my phone number starting with +1. Based on the startup logs of nightscount-connect, it removes the +. I think it could be due to

if (!isNaN(value)) { value = Number(value); }
, since !isNaN('+1') === true therefore value is getting set to Number('+1') which is 1.

from cgm-remote-monitor.

CHR15714N avatar CHR15714N commented on May 24, 2024

Hast this issue been solved? I can't get it to work with my phone number.

from cgm-remote-monitor.

cameronm77 avatar cameronm77 commented on May 24, 2024

Also wondering if there is a fix for the dexcom account with phone number ?

from cgm-remote-monitor.

CHR15714N avatar CHR15714N commented on May 24, 2024

There is no fix, just a workaround.
All you can do is create a caregiver account in your account (a Sub-Account) and give it a nickname without symbols. Then login with the new account in your dexcom app and in nightscout.

from cgm-remote-monitor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.