OpenVoiceOS / skill-ovos-weather

OpenVoiceOS official Weather Skill, providing weather conditions and forecasts.
Apache License 2.0
1 stars 4 forks source link

Temperature in Celcius and Fahrenheit are the same #31

Closed goldyfruit closed 1 year ago

goldyfruit commented 1 year ago

When I ask "What is the temperature in Celcius" or "What is the temperature in Fahrenheit" I get the same value (3 degrees).

emphasize commented 1 year ago

https://github.com/OpenVoiceOS/skill-ovos-weather/blob/adbb8471fd7981c1a5a8938fad63ce26e990451a/__init__.py#L1040-L1044

get_weather_for_coordinates has to be called with intent_data.unit or self.config_core.get("system_unit")