Hi All,
I’m getting a Error 401 from my web hook. It is part of the @peekay123 pong clock project. It is supposed to collect the weather for the location you point it at. I have signed up for an account at openweather and received an API key which I have placed in the code. I have changed the .json file to reflect my location and units.
The web hook gets created (I have used particle CLI for this). but then sends an error in the console,
{“data”:“error status 401 from api.openweathermap.org”,“ttl”:“60”,“published_at”:“2016-09-04T10:50:53.082Z”,“coreid”:“particle-internal”,“name”:“hook-error/weather_hook/0”}
On the log it shows a blue dot (weather hook called), a purple block, weather hook sent, then a green block - hook error.
I have tried several times to get this right but to no avail.
Any ideas on where to start to solve it? 
Thank you