freeCodeCamp : Show the Local Weather

freeCodeCamp : Show the Local Weather

Hello! I would like to ask you why the sample of this App doesn’t work, it stops me, because i see only this.

I think it is bug =(

It’s because Codepen started forcing https this month (so the pens can be loaded using https only), and the code has an http URL in it, so this will cause a mixed content error (You can check the browser console to see the error).

Thank you, I’ve checked it =)

There’s also an open issue on Github: https://github.com/freeCodeCamp/freeCodeCamp/issues/15324 .