Weather
August 1, 2026 · View on GitHub
Weather
An OVOS skill that reports weather conditions and forecasts.
About
The skill reports current conditions, forecasts, and expected precipitation. By default, it uses your device's configured location. You can also ask about other cities around the world.
Current conditions and forecasts come from Open-Meteo.
The skill shows temperature in Celsius or Fahrenheit, based on your configuration or skill settings. You can also ask for a specific unit that differs from your configuration.
The skill needs no API key and no user account.
Install
Install the skill with pip:
pip install ovos-skill-weather
An OVOS instance loads it automatically through the
opm.skill entry point.
Usage
Current conditions
- "What is the weather?"
- "What is the weather in Houston?"
Daily forecasts
- "What is the forecast tomorrow?"
- "What is the forecast in London tomorrow?"
- "What is the weather going to be like Tuesday?"
- "What is the weather for the next three days?"
- "What is the weather this weekend?"
Temperatures
- "What's the temperature?"
- "What's the temperature in Paris tomorrow in Celsius?"
- "What's the high temperature tomorrow?"
- "Will it be cold on Tuesday?"
Specific conditions
- "When will it rain next?"
- "How windy is it?"
- "What's the humidity?"
- "Is it going to snow?"
- "Is it going to snow in Baltimore?"
- "When is the sunset?"
Related projects
- OpenVoiceOS/ovos-workshop — the skill framework this skill builds on.
- OpenVoiceOS/ovos-date-parser — parses the dates and times used in forecast requests.
- OpenVoiceOS/ovos-number-parser — parses the numbers used in temperature and forecast requests.
- OpenVoiceOS/ovos-utterance-normalizer — normalizes utterances before intent matching.
Credits
OpenVoiceOS (@OpenVoiceOS) Mycroft AI (@MycroftAI)
Category
Daily
Tags
#weather #forecast #rain #humidity #snow #temperature