Setting up the weather

Good afternoon. Tell me how to make the weather show units of measurement C or F, depending on the user settings? Is there a plan in the WatchFaceStudio program to add weather settings and display it in the watch template? Approximately as in the screenshot.

@1980borsan

Good afternoon. Tell me how to make the weather show units of measurement C or F, depending on the user settings?

It should be set by the users setting automatically

Is there a plan in the WatchFaceStudio program to add weather settings and display it in the watch template?

It is a top feature request but there are licensing issues that have made it difficult if even possible.

If you want to do weather then your best bet is to learn to program and develop in Android Studio

Ron
Samsung Developer Relations

2 Likes

But the letter is not displayed, only the icon and the temperature. The letter C or F itself, no.

I’m not asking to create my own weather app, just adjustable display settings. So that when you create a complication for the weather, you can see what the weather data will look like. Add a selection checkmark to complicate that this is the weather. And display settings. This will make it easier to choose the font, size and position of the weather icon in the program. Now you need to export it every time, install it on the clock, and then adjust it again in the program, which is not very convenient.

I do not believe that Samsung makes this complication but that it is provided by the Weather Channel that Samsung licenses.

Also if you tuned this for Samsung Weather complication and the user was on Pixel or some other watch that used Google Weather or one of the many 3rd party weather apps it may look wrong.

Ron
Samsung Developer Relations

Thanks for the reply. I understand what you’re talking about.

The path traveled.
Are you planning to add the “distance traveled” in kilometers and miles? The formula for calculating kilometers from the traveled path does not converge with the clock.

I believe that is set in the Health app Profile (Google or Samsung or a 3rd party app) and I think there may be an privacy issue sharing some things. I don’t see anything in Health Services for profile setting information except Goals.

If you search the forum you can find a formula for converting Step Count to distance in KM or Miles.

Ron
Samsung Developer Relations

Is it possible to add a tag defining what the user has by default - kilometers or miles? About the same as with AM - PM. Then it will be possible to add formulas using the example of 12 hours and 24 hours - ([IS_24H]>0?[HOUR_0_23_Z]:[HOUR_1_12_Z])

Not that I know of and I don’t know if Samsung Health shared that information.

There is a step to distance conversion in this Topic

But I think this is another instance where having a user set variable would be great.

Ron
Samsung Developer Relations

Good afternoon. Why choosing [MON_S] - in Russian he still writes the month in full, and not abbreviated? How can I fix it myself ?

The get these from a internet library and they shortened months and days aren’t always correct.

What you can do is create a bitmap image and instead of the month name use the month number then remap it.

Hope this helps, If you don’t understand here is a blog that may explain it better. You can scroll down to the bitmap part but the whole thing is useful.

Ron
Samsung Developer Relations

1 Like