Anyone know why the second JSON call on my project here http://codepen.io/cyndlmoore/pen/ZKjMrw?editors=1111 doesn’t run at all? I used a tutorial on youtube to write it. Thanks in advance for any help.
Hi!
Just checked your CodePen,
I think you should add a " & " symbol before the word “appid=…” in line 14, to make OpenWeather server correctly recognize format of request
…+lat+"**&**appid=…
That worked for me
That fixed it, thanks so much!! It always turns out to be something little like that.