Weather
This is today's weather forecast.
This is today's weather forecast.
The weather kernel addon allows you to check your city's weather forecast using either the Weather.com API (weather
) or the OpenWeatherMap forecast API (weather-old
). You can check the information about the current weather condition in your city, such as the state of the forecast, the wind speed, the humidity, and so on.
The weather kernel addon provides the following properties:
Weather: The state of the weather forecast in your city (Clear, smoke, cloudy, raining, etc.).
Temperature: The temperature of the outside environment either in Celsius, in Kelvin, or in Fahrenheit.
Feels like: The temperature that makes you feel like it either in Celsius, in Kelvin, or in Fahrenheit.
Wind speed: The wind speed in the outside environment in meters per second.
Wind direction: The direction of the wind in degrees
Pressure: The pressure in Hectopascals
Humidity: The weather humidity in percentage
In addition to that, you can consult the weather in an interactive TUI by calling the weather
command with just the -tui
switch. Please note that this is not supported for the OpenWeatherMap version of the weather
command.