http://drupal.org/project/weather

I want to put this module in a block but when I configure it and clear cache it still does not show up.

Comments

Block section

After enabling the module, you need to go to /admin/build/block and check if it is listed as one of the blocks and choose which section of your site you want it to appear

block is there

The block is there but maybe the reason it is not showing up is this? Override the default image directory. This directory must be a subdirectory of the Drupal 'files' path.

I noticed all the images for weather are in sites/all/modules/weather/images is that right? Also in menus it comes under navigation and when you click that link you get the weather search bar coming up in a new node so I disabled the navigation menu link to try and force the block to work but no such luck.

=-=

Override the default image directory. This directory must be a subdirectory of the Drupal 'files' path

no. that means if you want to use your own images you can override the default images by placing your own in the core files path.

I noticed all the images for weather are in sites/all/modules/weather/images is that right?

yes. That is where the default images belong.