n0bel / PiClock

A Fancy Clock built around a monitor and a Raspberry Pi
MIT License
566 stars 182 forks source link

No Weekly Forecast #130

Closed killerkind2134 closed 5 years ago

killerkind2134 commented 5 years ago

I am using Dark Sky and Mapbox, I set the text files up correctly and yet the clock will still not pull up the weekly forecast or current details in the upper left hand corner. Any help towards a fix for this would be greatly appreciated.

togatown commented 5 years ago

Have you checked you logs? Piclock\Clock\PyQtPiClock.1.log What are the contents? Any errors?

Are you using an new install or an update?

killerkind2134 commented 5 years ago

Checked logs, and no errors. Fresh install and new update.

togatown commented 5 years ago

Look for the lines reading:

getting current and forecast:Wed Jan 30 13:22:57 2019
https://api.darksky.net/forecast/yourAPIkey/yourLat,yourLong?units=us&lang=en&r=0.296673988468

Are they appearing in your logs?

killerkind2134 commented 5 years ago

It is now saying "No such file or directory" when attempting to check logs.

killerkind2134 commented 5 years ago

Look for the lines reading:

getting current and forecast:Wed Jan 30 13:22:57 2019
https://api.darksky.net/forecast/yourAPIkey/yourLat,yourLong?units=us&lang=en&r=0.296673988468

Are they appearing in your logs?

They are appearing in the logs. What else could be wrong?

BertLindeman commented 5 years ago

Is this line LITTERALY in your log or are yourAPIkey/yourLat,yourLong correctly replaced by YOUR values for it?

getting current and forecast:Wed Jan 30 13:22:57 2019 https://api.darksky.net/forecast/yourAPIkey/yourLat,yourLong?units=us&lang=en&r=0.296673988468

Did you try to copy/paste that line from your log into a browser and did that give an error or did it return a lot of info as a reply?

Mayne paste a link to your complete log might help. Remove the value of yourAPIkey from the log. We do not want to see THAT...

n0bel commented 5 years ago

closing as no further activity