DJAkbar / cloudy-a

A simple script for light animations for two LED strips according to the weather forecast
33 stars 9 forks source link

Update README.md #4

Open wizzard419 opened 5 years ago

wizzard419 commented 5 years ago

Hi, I am starting in on making a version of your lamp and see that weather underground no longer gives out free keys but dark sky does.

Should my api call look like this

myweather = json.load(urllib2.urlopen('https://api.darksky.net/forecast/' + darksky_api + '/forecast/' + location))

If there is a way I could message you with my script it would be greatly appreciated.