-
Notifications
You must be signed in to change notification settings - Fork 13
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
A solution to display the values of two xDrip on one watch #19
Comments
Hi, unfortunately, this would be too complicated to implement. Not sure i could do this. Sorry |
https://github.com/bigdigital/xDrip-miband/tree/miband-integration Is this the latest source code of the xdrip-miband app? Maybe I can try to build such a version myself. |
https://github.com/bigdigital/watchdrip this is the latest watchdrip app source. The xdrip app is from official repository |
I would like to look at the source code of your old xdrip-miband app that you built before Watchdrip. Would it be possible to extend Watchdrip so that it receives the values from multiple xDrip instances and then displays them together (via an appropriate custom WF and json-file, of course) - that would of course be much more elegant and probably more universally usable for others. |
Me and my little son both have the same hobby: diabetes type 1 :-/ To keep an eye on his glucose level, I run a second xDrip on my phone (via xDrip variants) in parallel to my xDrip, which is connected to the xDrip on my son's mobile phone via Nightscout and xDrip Sync Follower.
I use Watchdrip to display my values on my watch. It would be great if I could see not only my values on the watch, but also those of my son.
A solution would be to have an xDrip version with a different name, like xDrip variant, so that it can be installed in parallel. This version would generate an image like the old xdrip-miband (from its own background image and json file). However, the generated image should not be packed into a watchface and sent to the watch, but serves as my_image.png as a background for Watchdrip, which then builds the finished watchface from it and synchronises it with the watch.
I am sure that such a solution would be appreciated by all those who need to monitor more than one glucose value.
The text was updated successfully, but these errors were encountered: