I really need some help with this. I attempted to create a new block for current weather on my site http://www.insanefishingclub.com. First I signed up for for the free service at weather.com then I pasted the code provided into the new block body. Input Format is Full HTML. Drupal Version is 5.3.
The code is as follows:

/* Locations can be edited manually by updating 'wx_locID' below. Please also update */ /* the location name and link in the above div (wx_module) to reflect any changes made. */ var wx_locID = '33706'; /* If you are editing locations manually and are adding multiple modules to one page, each */ /* module must have a unique div id. Please append a unique # to the div above, as well */ /* as the one referenced just below. If you use the builder to create individual modules */ /* you will not need to edit these parameters. */ var wx_targetDiv = 'wx_module_1016'; /* Please do not change the configuration value [wx_config] manually - your module */ /* will no longer function if you do. If at any time you wish to modify this */ /* configuration please use the graphical configuration tool found at */ /* https://registration.weather.com/ursa/wow/step2 */ var wx_config='SZ=180x150*WX=FHW*LNK=SSNL*UNT=F*BGI=summer*MAP=null|null*DN=www.insanefishingclub.com*TIER=0*PID=1053981188*MD5=4316c92f268d98ea902e0e8c423a3e69'; document.write('');

Its mostly works but is a REAL eye sore since it does not work all the way. I tried the weather module, and hated it! Crashed my whole darn site. Not even going to try that again. So, that said, can this attempt at a weather block be made to work? Go to the website to see that the center is not working. Here is a link to what it should look like http://www.insanefishingclub.com/weather.html

Comments

Insane Fisher’s picture

Looks like some of the HTML in my post was automatically converted to links! Guess looking at the source of the page will get you what you need in order to aid me in my efforts.