nightscout / nightguard

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

Incorrect time in text complication #310

Closed ermanitu closed 4 weeks ago

ermanitu commented 2 months ago

In text complication there is two problems.

first, time is incorrect, probably related to the actual timezone, as can be seen in the Image.

second, in some watchfaces, there is no space for all the text; I guess that it’s better to have bg in the first place because it is the more important data. Also can be seen in the image.

IMG_8424

dhermanns commented 2 months ago

The time is the time the Bg Value has been retrieved.

But the visualization is really broken on this Watchface.

ermanitu commented 2 months ago

Seriously? Look at this screen:

IMG_8425

21:20 and last reading at 04:33?

or perhaps is the time since last reading? I.e. 4 min 33 sec? I’m that case, the best solution is tu removing seconds. It’s not relevant.

dhermanns commented 2 months ago

You are right - looks broken. I will have a look and prepare a testflight.

ermanitu commented 2 months ago

Thanks! It’s possible to have a TestFlight access to test the changes?

dhermanns commented 2 months ago

Sure:

https://testflight.apple.com/join/Ub8WcpcE

dhermanns commented 1 month ago

On complication with less space, the bg value only is displayed:

Simulator Screenshot - Apple Watch Series 4 (40mm) - 2024-10-23 at 14 32 46

If there is more space, the age is displayed as a postfix:

Simulator Screenshot - Apple Watch Series 4 (40mm) - 2024-10-23 at 14 32 31

dhermanns commented 1 month ago

3.9.3.912 will contain this feature in TestFlight. The TestFlight Link has changed. I will post the new link as soon as apple has approved the TestFlight.

ermanitu commented 1 month ago

Fantastic! Thanks. El 23 oct 2024, 17:45 +0200, dhermanns @.***>, escribió:

On complication with less space, the bg value only is displayed: Simulator.Screenshot.-.Apple.Watch.Series.4.40mm.-.2024-10-23.at.14.32.46.png (view on web) If there is more space, the age is displayed as a postfix: Simulator.Screenshot.-.Apple.Watch.Series.4.40mm.-.2024-10-23.at.14.32.31.png (view on web) — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

dhermanns commented 4 weeks ago

You can test this now using TestFlight: https://testflight.apple.com/join/zE4CfcRn

ermanitu commented 4 weeks ago

Now it’s perfect, thanks! El 25 oct 2024, 19:06 +0200, dhermanns @.***>, escribió:

You can test this now using TestFlight: https://testflight.apple.com/join/zE4CfcRn — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

dhermanns commented 4 weeks ago

Excellent- thanks for your feedback