This project provides an up to date and improved version of the Conky Flair Widget initially pushed on DeviantArt by Jesse Avalos.
The Improved Conky Flair Widget brings the following improvements.
- Replace the retired Yahoo Weather API by OpenWeatherMap;
- Update the Conky configuration files to use the last format;
- Remove unused files and reorganize files to be more logical.
The Widget requires jq and an OpenWeatherMap API key.
Follow the instructions on the Download jq page.
- Go to the Create New Account form and create your account;
- Confirm your email address through the received email;
- Get the API key you received by email (WARNING: activation of your API key could take several hours).
Create a ~/.config/conky/flair-weather.json
file with the following content and reload your Widget.
{
"openweathermap": {
"appid": "{API_KEY}"
}
}