-
Notifications
You must be signed in to change notification settings - Fork 71.8k
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
Now line is 10 minutes in the future. #27
Comments
I was expecting to only see changes to client.js try reverting those and see if it works. We should be able to do the conversion client side only. |
I reverted client.js to the same code in the nightscout client.js but can't tell if that solved the issue because none of the data points show up (since the scale is then wrong). |
I thought client.js might have been right, but server.js might need to be reverted. |
They both need changes. In the client, the scaling should be updated and the predictAR function. Looks like the client has been updated. In the server, sgv is used for alarms, loss function calculation, and prediction. This should be updated as well. |
I have tried reverting both, but both do require the edits in order for mmol to work correctly... Blue dots are now sloping correctly. Just need now line to be correct. |
Still haven't been able to figure what I have done wrong... If you could help that would be great so that I can share my version with those who want to use the mmol version. I really appreciate any help I can get here... |
Sure. I'm guessing your dB records are in mmol? |
I thought db was going to stay mg/dl and the conversion to mmol was going to be done UI only |
That would be best, just wondering which units his dB records are in cause I would guess the uploaded uploads which ever units they are in |
Take a look at https://github.com/nightscout/cgm-remote-monitor/tree/rebased/mmol branch. |
db records are in mg/dl I will take a look at the above branch, it will not allow me to test deployment for some reason. |
WORKS BEAUTIFULLY!!! THANK YOU!!!! |
Refresh dev from Nightscout
Adds details on adding a custom domain name to your heroku app
Now line is showing 10 minutes in the future. Blue dots are also appearing flat and not sloping correctly. This is all since I editing code to make it mmol in Master
https://github.com/Dexcgm/cgm-remote-monitor.git
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: