Hello, is it possible to add the AQI (air quality index) on a watchface with watchface studio? Thank you
Hi domi886,
As far as I could find there is no way to set Air Quality Index from the watch face studio. But you can use Tag Expressions to show other parameters like Current UV index, Current chance of precipitation etc.
You can visit here for more details:
Tag expressions | Samsung Developer
Regards,
Imrul
thank you for your reply, AQI would be a very very useful tag
There is no tag for AQI but you can add a complication and then set it to AQI on the watch.
Here is one good complication set that includes AQI (made by GS Watchfaces):
Wear OS Toolset Complications
https://play.google.com/store/apps/details?id=com.gs.complications.suite&hl=en
Here is another:
Weather Complications: Wear OS
made by Amoledwatchfaces
https://play.google.com/store/apps/details?id=com.weartools.weathercomplications&hl=en
I have both of them installed on the watch, both are fine although I prefer the second version by Amoledwatchfaces.
Nice one @masterboyhr . You got the two main ones there . Well worth having .
Thank you, i bought this one.
Is it possible to only show the number and not the word “aqi”?
Interesting question. It would be possible in WFF using subText() and maybe textLength(), but WFS appears not to implement those (unless they’re just undocumented).
I wonder if round() would be nice enough to just process the number, rather than barfing.
Uh, you have to play with it, “try and error school” as russellcresser calls it.
Try leaving text only, delete other possibilities.
Thanks everyone for the advice! I started almost from scratch, and this is the result. I’m very satisfied.
Now my watch is a little weather station
hi, how did you set the wind speed and air quality? through some external program?
Download and install one (or both) apps mentioned above, choose watchface which allows custom complications and set complications to show AQI and wind speed.
thank you, I asked this question to understand if it was created via code or via application…