ShopDreamUp AI ArtDreamUp
Deviation Actions
Promoted Deviations
Suggested Deviants
Giga Fan
12 Subscribers
Boosted
Premium High Quality and Exclusive Images/Videos of Giant Women and Extreme Size Comparison!
$5/month
Suggested Collections
Featured in Groups
Description
Nice Clean Conky for your linux Desktop.
Dark And light version
Weather Icons by +Kelly Kretchek
Thanks to his free weather icons.
Also Thanks to +zagortenay333 for his work with
Jelly Conky .
Conky Manager Version Below.
drive.google.com/file/d/0B0eO_…
Dark And light version
Weather Icons by +Kelly Kretchek
Thanks to his free weather icons.
Also Thanks to +zagortenay333 for his work with
Jelly Conky .
Conky Manager Version Below.
drive.google.com/file/d/0B0eO_…
. First install "conky" if you don't have it, also ensure that you have "curl" installed.
****************************************************************************************
sudo apt-get install conky-all curl python-feedparser -y
***Weather***
To change the weather first load up Yahoo! Weather in your browser, search for your city and copy the 6 digit code in the URL. Back in the text editor, scoot down to the line containing the text weather.yahooapis.com/forecastrss?w=12707719&u=c’ and replace the stock weather code with the one for your location. To change the temperature unit to Fahrenheit replace the ‘c’ at the end of this link with ‘f’.
****************************************************************************************
sudo apt-get install conky-all curl python-feedparser -y
***Weather***
To change the weather first load up Yahoo! Weather in your browser, search for your city and copy the 6 digit code in the URL. Back in the text editor, scoot down to the line containing the text weather.yahooapis.com/forecastrss?w=12707719&u=c’ and replace the stock weather code with the one for your location. To change the temperature unit to Fahrenheit replace the ‘c’ at the end of this link with ‘f’.
© 2015 - 2025 speedracker
Comments51
Join the community to add your comment. Already a deviant? Log In
See the following Yahoo! web site:
https://developer.yahoo.com/weather
The weather.yahooapis.com API has been decommissioned, so it appears the script would have to be significantly modified to work with the newer API.