Closed DavidMetcalfe closed 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.
Well I have curl installed and I get the same messages..
Can't locate weather-1.png in code, and it does not seem to be placed in .cache as the code expects. Ideas?