Set units in the Weather module

I am using the Weather module to get current weather based on Lat / Long. The units are defaulting to metric and I need to set them to Imperial. Google AI Studio says I should have a Units selection after location in this module, but I do not have one. I have tried both Lat/Long and City as my location. There also is no Advanced check box to show additional features.

Any suggestions?

Hi @Gerald_S,

indeed there is no option to choose the output but you could simply calculate it yourself? :slight_smile:

°F = (°C * 9/5) + 32

Maybe that’s all you need? :slight_smile:
Best,
Richard