# available tags: # # # # # # # # # # # # # # # # # default: ' °C' format = ' °C' # in seconds # if no interval is specified, wedder exits after printing the weather once interval = 300 [weather] # available providers: # OpenWeatherMap # OwmMock (for testing purposes) # default: OpenWeatherMap provider = 'OpenWeatherMap' # enter your API key here api_key = '' [location] # available providers: # Ip # Manual # default: Ip provider = 'Ip' # if you choose 'Manual' as provider, you can set your coordinates #lat = 51.509865 #lon = -0.118092 # install one of the patched fonts from Nerd Fonts to display the icons: # https://github.com/ryanoasis/nerd-fonts#patched-fonts [icons] # the icons displayed here are also the defaults clear_sky = '' few_clouds = '' clouds = '' many_clouds = '' rain_sun = '' rain = '' heavy_rain = '' thunderstorm = '' snow = '' mist = ''