freakified / TimeStylePebble

A stylish, customizable face for the Pebble Time.
MIT License
177 stars 84 forks source link

Weather lag #92

Closed mcandre closed 8 years ago

mcandre commented 8 years ago

Could we make the weather display more resilient, such as showing the last information known rather than a disconnect icon, when things go wrong?

The weather display often shows a Bluetooth connection disruption icon, instead of the last known weather status. This occurs even when the Bluetooth connection is actually solid, confirmed by Pebble settings, and getting live notifications from other apps.

tilden commented 8 years ago

It is actually 100% resilient, since it writes weather data to memory and it never, ever expires (in fact, it probably should expire, but that's issue #15)

The issue you're actually experiencing is simply that there's currently no way to disable the disconnect indication, which there really should be, especially because of situations like the one you describe where the Pebble thinks it's disconnected when it actually is just fine. This issue thus duplicates issue #65.