Local Weather Challenge Blank

Hello,

I am not sure what is wrong with my code, my app keeps coming up blank. Someone please help me. Buttons are empty, background is all white, the good thing is that it is finding my location with the latitude and longitude.

well, first thing I notice is that the url for your ip api call appears incorrect:

$.getJSON(“http://http://ip-api.com/json”

…should be

$.getJSON(“http://ip-api.com/json

Thank you, but after I made the correction there was still no change on the page.