Review my Local weather app

Please review my app which is located here: http://codepen.io/rohangayen/full/WxgvLQ/

Can I organize my code in a better way? I had to use too many ids.

If I convert temperature to F and back, I get this:
Current temperature: 6.280000000000001 °C

Also if you’re displaying wind speeds, wouldn’t it be better to convert them too (m/s -> mph -> m/s) when user converts temperature from C to F and back?

Thanks for pointing out that. I have added precision now.