Get the code for the weather gadget. I used Accuweather. NOTE: Accuweather no longer supports the weather widget on the left. It still woks here but can't be embedded on a new page. Insert a gadget in your site. Insert>>More gadgets, Search for Code Wrapper. Insert it and paste in the code you got from the weather site. I set the width to 260 and height to 450. Note: The code wrapper gadget no longer shows up in search so use insert gadget by URL and use: http://hosting.gmodules.com/ig/gadgets/file/105629041657992777031/code-wrapper.xml Also note that when using this on a Google Site at https://... you will have to allow "unsafe content". You will not have this problem when mapping your site to a domain. This is the code I got from Accuweather: <div style='width: 240px; height: 420px; background-image: url( http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/spring1_240x420_bg.jpg ); background-repeat: no-repeat; background-color: #607041;' ><div id='NetweatherContainer' style='height: 405px;' ><script src='http://netweather.accuweather.com/adcbin/netweather_v2/netweatherV2ex.asp?partner=netweather&tStyle=normal&logo=1&zipcode=48867&lang=eng&size=12&theme=spring1&metric=0&target=_self'></script></div><div style='text-align: center; font-family: arial, helvetica, verdana, sans-serif; font-size: 10px; line-height: 15px; color: #FDEA11;' ><a style='font-size: 10px; color: #FDEA11' href='http://www.accuweather.com/us/MI/OWOSSO/48867/city-weather-forecast.asp?partner=accuweather&traveler=0' >Weather Forecast</a> | <a style='color: #FDEA11' href='https://www.accuweather.com/maps-satellite.asp' >Weather Maps</a> | <a style='color: #FDEA11' href='http://www.accuweather.com/index-radar.asp?partner=accuweather&traveler=0&zipcode=48867' >Weather Radar</a></div></div> |