Weather Module - mwellck/shella-modules GitHub Wiki
Weather
Weather Module
Developed by: @G10DRAS
Setup Weather
-
Go to https://home.openweathermap.org/ and create a new account
-
Obtain your free API Key
-
Run the "Modules Configuration Tool" (~/shella/client/config_modules.py)
or add the "API key", "City name", "Country" & "Temp unit" manually to your profile.yml
:
OpenWeatherMap:
api_key: 'xxxxxxx646464564xxxxxxxxxx'
city_name: 'Tokyo'
country: 'JP'
temp_unit: 'fahrenheit' # 'kelvin', 'celsius' or 'fahrenheit'
Examples:
You: How's weather today?
You: Get current forecast?
You: How's weather tommorow?
You: Weather forecast for tommorow?
You: Get weekly forecast.