Replies: 2 comments 1 reply
-
Hello, I have already forwarded the problem to the relevant colleagues responsible for the watchface, please wait patiently. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello,
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'm trying to create a thermometer dial on a GTR3Pro watchface.
I faced several issues:
There is no hmSensor for the actual temperature :(
I created an ARC_PROGRESS widget, where I was able to modify the endpoints (start_angle, end_angle) based on the Low and High values of hmSensor.WEATHER.
That's nice, but nothing similar available for current temperature.
I can create an IMG_POINTER or an ARC_PROGRESS widget with type: hmUI.data_type.WEATHER_CURRENT property.
But that does not work the way how I would expect.
It doesn't reflect the actual temperature value, but it somehow tells where we are between the daily temperature low and high values.
So if the daily Low is 10deg, and daily High is 20 deg, then the ARC_PROGRESS level property would show:
0% in case of 10deg
1% for 11deg
50% for 15deg
90% for 19deg etc.
When using WEATHER_CURRENT, WEATHER_LOW and WEATHER_HIGH types for a Widget, they all will show this very same value, instead of the actual temperature values. This is clearly a bug I beleive.
I cannot read out the level property from an ARC_PROGRESS widget and modify an IMG_POINTER with that value.
Maybe it is possible?
Could someone please help me how to implement a simple thermometer?
Beta Was this translation helpful? Give feedback.
All reactions