weather
Weather
¶
See wttr.in/:help
PARAMETER | DESCRIPTION |
---|---|
location
|
TYPE:
|
language
|
Show weather information in this language
TYPE:
|
narrow
|
Show only day and night
TYPE:
|
metric
|
Show units using the metric system (SI) (used by default everywhere except US)
TYPE:
|
speed_in_m_s
|
Show wind speed in m/s
TYPE:
|
today_forecast
|
Show current weather and today forecast
TYPE:
|
tomorrow_forecast
|
Show current weather, today forecast and tomorrow forecast. If True,
TYPE:
|
quiet
|
Be quiet: no "Weather report" text
TYPE:
|
show_city
|
Super quiet: hide city name. Requires "quiet=True"
TYPE:
|
no_colors
|
Disable colored output
TYPE:
|
console_glyphs
|
If true disables use of advanced terminal features like emojis.
TYPE:
|
**kwargs
|
See BaseModule
TYPE:
|
Supported location types¶
Example | Description |
---|---|
paris |
city name |
~Eiffel+tower |
any location (+ for spaces) |
Москва |
Unicode name of any location in any language |
muc |
airport code (3 letters) |
@stackoverflow.com |
domain name |
94107 |
area codes |
-78.46,106.79 |
GPS coordinates |
Location also supports moon phase information:
Example | Description |
---|---|
moon |
Moon phase (add ,+US or ,+France for these cities) |
moon@2016-10-25 |
Moon phase for the date (@2016-10-25) |
Warning
Refer to wttr.in documentation for updated supported location types.