Openweathermap API endpoint URL

Hi , I’m trying to find the Openweathermap API endpoint to insert it in the URL section of the HTTP node.
Can anyone help, since in the tutorial section , the reference is only to Dark sky’s API endpoint, which I can’t sign up to any longer.
Much appreciated.

Regards

Roger

@roger_habr,

Yes, we are updating the full walkthrough now. The API you’re looking is:

https://openweathermap.org/current

thanks for the prompt reply.
what would be the equivalent of :
https://api.darksky.net/forecast/APIKEY/39.1119359,-84.51254

Yes! If you would like to see a full working example, you can create an application using the Weather Station Template.

I used the following URL
https://api.openweathermap.org/data/2.5/weatherq=London&appid=88980a41efcbe9e79fcaa4ceec129844
using the standard API key generated in openweathermap,

I’m still getting the error message “Edge device not found”

@roger_habr,

Can you send a screenshot of that error message?

@roger_habr,

It looks like you’ve created an Edge Workflow. For this tutorial, you’ll want to create an Application Workflow.

thanks a lot. I’m through.