Need help with weather challenge!

I can’t figure out why the info I get from the API, from line 25 onwards, won’t show up on my page when I use .html
I’m stuck and can’t move forward with the project, can anyone help?
Here is the link to the pen: http://codepen.io/LorTos/pen/RGBLdo

Just add // in front of your api link

=> var api_link = '//api.openweathermap.org/data/2.5/weather?&APPID=ca67a9fb1380d9adee1df7825fb8bd7e&lat=

Hope it helps :slight_smile:

1 Like

Wow ahahah that was easy! Thank you very much, it worked perfectly :slight_smile:

Often, it’s just as simple as that :slight_smile:

You’re very welcome!

++

Adrien