Open wizzard419 opened 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.
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.