PedanticAvenger / FlashCGM

Repository of work to alter Fltbit Ionic Flashring Watch Face to support Blood Glucose data display
Other
10 stars 15 forks source link

Fitbit ionic not displaying graph #29

Closed timmy354321 closed 5 years ago

timmy354321 commented 5 years ago

Im using xdrip with the settings api as http://127.0.0.1:1758/status.json the data api as http://127.0.0.1:17580/sgv.json and i'm able to see the numerical data and the arrow on the watch face however the graph is not working properly. new data points change the scale values and the chart remains flat. IMG_20190327_1607166 IMG_20190327_1607075

PedanticAvenger commented 5 years ago

It's seems to be working properly for the data URL you entered. What seems to be missing is the ?count=24 and right now it's graphing only one point.

You can refer to the wiki for config guidance. https://github.com/PedanticAvenger/FlashCGM/wiki

On Wed, Mar 27, 2019, 3:08 PM timmy354321 notifications@github.com wrote:

Im using xdrip with the settings api as http://127.0.0.1:1758/status.json the data api as http://127.0.0.1:17580/sgv.json and i'm able to see the numerical data and the arrow on the watch face however the graph is not working properly. new data points change the scale values and the chart remains flat. [image: IMG_20190327_1607166] https://user-images.githubusercontent.com/48967293/55112414-8bb3f580-50aa-11e9-9a0e-913bd1a392a8.jpg [image: IMG_20190327_1607075] https://user-images.githubusercontent.com/48967293/55112415-8bb3f580-50aa-11e9-814e-1b526e7229ef.jpg

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/PedanticAvenger/FlashCGM/issues/29, or mute the thread https://github.com/notifications/unsubscribe-auth/AO6aae6VVtEUlGDsF1NgSOebKQUB-wL9ks5va93ZgaJpZM4cOyMm .

PedanticAvenger commented 5 years ago

About a month since last update. Assuming resolved.