-
Notifications
You must be signed in to change notification settings - Fork 72.1k
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
Nightscout does not show a Trend arrow #7201
Comments
does you Dexcom App still work as expected? I've got the same behaviour but for me the Dexcom App now thinks my smart device was not compatible |
Dexcom App on iOS and Dexcom Follow on an Android device are working as expexted. |
I've got the same behaviour. Nightscout 14.0.6, getting values from Dexcom Share (EU). The interesting thing is that in my dexcom Follow app (I'm only a follower) I get the trend arrow, and even more interesting, in xDrip having my nightscout as source, I also get the trend arrow. But in the Nightscout web gui it looks like in the screendump above, and via the API I get direction NONE. Ah, and there "trend" explain why I get the arrow in xDrip....
|
@eggepegge same behaviour for me. |
How are you inserting data into Nightscout? The trend arrow uses the "direction" field value and if your data source is inserting NONE as the value for this field, no arrow will be shown. |
Seems to be related to this issue |
I'm populating nightscout from Dexcom Share (EU). As Flori3000 mentioned, seem to be related to this. |
I´ve got the same problem with the trend arrow as shown above. Nightscout version 14.2.4 The missing trend arrow appears without the stop being changed. Is it required in the Heroku Config Vars to use a certain parameter for DIRECTION? |
Thanks for your work on this. When should we expect to see the fix on master? |
We've asked for help testing the changes in #7146. Once testers for Medtronic Careportal and Dexcom Share can help us achieve high confidence that the changes work as intended, we will issue a new release. https://www.facebook.com/groups/cgminthecloud/posts/4630775833710303/?comment_id=4636379419816611 Thanks to early feedback, we have continued to make changes to Nightscout's cloud-to-cloud synchronization capabilities.
For Medtronic Carelink folks, we need the following scenarios tested:
|
on it. Thank you! |
I'm trying to test this fix (in EU) via the official |
Latest dev build is working with arrows restored (we're on EU bridge), thanks all. |
I'm in the US and the arrows are still showing <=>. Is there a fix for US users yet? |
The issue was with the nightscout/share2nightscout-bridge node module. The module was updated, but you need to update your package.json file to use the latest version 0.2.8 and then redeploy: "share2nightscout-bridge": "^0.2.8" |
Thanks Domfunkle. I'm a total novice user though and have only done master version updates. Do you know when this fix will be available to update via the master update or is there any chance you can post instructions on how to update the module you noted? |
I have deployed the dev branch locally and I'm running without problem.
|
Thank you for the additional info cpitchford! I just deployed on the Dev branch and the arrow is indeed back! For anyone interested here is a link with detailed instructions on how to deploy the dev branch. |
The current master release 14.2.5 should fix it now. Thanks @bewest |
Closing for now. The trend arrows should be restored. In addition, there should be less lag fetching new glucose readings from Dexcom. https://github.com/nightscout/cgm-remote-monitor/releases/tag/14.2.5 |
Subject of the issue

Nightscout does not show a trend arrow anymore.
Your environment
Nightscout version 14.2.4
Source for BG values: Dexcom Share (EU)
Expected behavior
Show trend arrows
Steps to reproduce the behavior:
Set up Dexcom Share as source for BG values.
Info:
Found this here.
"It looks like Dexcom changed the BG arrow trend indicator value (slope) from a number to a string."
The text was updated successfully, but these errors were encountered: