Show The Local Weather Temperature Missing

Beginner here, working a couple of days on this project. Please take a look and see why my temperature is not showing? https://codepen.io/Wongala/pen/YVvXwL

Hey. So the api you’re using connects over a HTTP connection - where the link you posted is HTTPS. Unfortunately you can’t mixed the connection types.

Try opening your project as an HTTP link instead
http://codepen.io/Wongala/pen/YVvXwL

Oh ok, got it. Thanks!

Everything is showing up except the actual temperature. I have the city, wind, and description but missing the temperature…what am I missing?

You’re really close.

Remember to use a “#” before an id with jQuery.

How did I miss that, tired eyes…Thanks again!