mrmierzejewski / conkyrc

Sample Conky (system monitor) configuration file with weather, CPU graph, memory graph, network traffic graph and processes
139 stars 54 forks source link

Conky unable to locate weather-1.png in .cache #4

Closed DavidMetcalfe closed 9 years ago

DavidMetcalfe commented 9 years ago

Can't locate weather-1.png in code, and it does not seem to be placed in .cache as the code expects. Ideas?

derrekbertrand commented 9 years ago

The problem here is that you don't have curl installed. Installing curl will fix the issue.

Debian/Ubuntu/Mint:

sudo apt-get install curl

Although, my fix was to change curl to wget like so:

${execi 300 wget -q -O ~/.cache/weather.xml "http://weather.yahooapis.com/forecastrss?p=46901"}

But that's just because I didn't want to install curl.

Fugor commented 7 years ago

Well I have curl installed and I get the same messages..