Maybe a simple qustion, but how can I restart a Connect IQ datafield after crashed?
My only solution is restart the device, but maybe there is some better way.
Maybe a simple qustion, but how can I restart a Connect IQ datafield after crashed?
My only solution is restart the device, but maybe there is some better way.
If current Conditions is not null, you must also null check everything you try to use from current Conditions.
So it is possible to get current weather with null data like there is temperature but null wind?
Yes. Not long ago, observationLocationName is always now null. The one I see often, "feels like" temperature can be null at times. Null check everything, as what's available can also vary based on your specific location.
In the API Doc, everything in current Conditions is "or Null", indicating anything you use could be null...