nightscout / nightguard

iOS and WatchOS Client for the Nightscout CGM System
GNU Affero General Public License v3.0
243 stars 159 forks source link

Apple Watch not showing Graph... Here's the Fix. Developer Please. #318

Closed ddt714 closed 2 weeks ago

ddt714 commented 3 weeks ago

I’m having a problem on my Apple Watch email to get to the developer of the Nightguard iPhone/iWatch Application.

The problem is that on the Apple Watch the Glucose reading Rectangular graph doesn’t show up as an option in the complications to place on the Home Screen for a rectangular complication on the Modular Watch face. (any watch face)

I spent an Hour at the Apple Store with a Technician looking at the application code. This tech happened to be an App developer himself.

Basically if you take the “.accessoryRectangular” piece of code from line 54, copy it, and place it on line 78, just under “.accessoryCircular” Me and everyone else who has an Apple Watch will be able to view the glucose graph readings directly from the watches Home Screen as a rectangular complication with the graph on the watch face.

This would be really helpful to add to the Apple Watch to see the graph easier at a glance on our wrists.

Check the picture to see the spot to change/fix. IMG_2253

Thank you & hope this helps,

Derek

dhermanns commented 3 weeks ago

Hi Derek! The GaugeWidget just shows a gauge, not a graph. Right now a Graph ist not supported on any widget. But there is already a ticket asking for it. But till now, no one has found the time to implement it.

dhermanns commented 3 weeks ago

image

And the rectangular widget can already be used on the modular watchface.

ddt714 commented 2 weeks ago

Yah but the above fix should be able to show the directional graph instead of just the numbers.

dhermanns commented 2 weeks ago

Can you show an image of what directional graph you mean?

ddt714 commented 2 weeks ago

This one here:

IMG_2953

dhermanns commented 2 weeks ago

Ok great. Than we are definitely talking about the same thing. The suggestion won't work in that case. This is definitely no simple one line change 😉. Sorry.

dhermanns commented 2 weeks ago

Closing as duplicate of #244