Title: [Plugin: WP-Weather] Won&#8217;t pull data
Last modified: August 19, 2016

---

# [Plugin: WP-Weather] Won’t pull data

 *  [herbshirt](https://wordpress.org/support/users/herbshirt/)
 * (@herbshirt)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-weather-wont-pull-data/)
 * The field labels are there. Thats about it really. It just won’t work for me.
 * [http://wordpress.org/extend/plugins/wp-weather/](http://wordpress.org/extend/plugins/wp-weather/)

Viewing 15 replies - 1 through 15 (of 15 total)

 *  [mattbta](https://wordpress.org/support/users/mattbta/)
 * (@mattbta)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-weather-wont-pull-data/#post-1457666)
 * Are there any errors you observe? Is there data in the table? I utilize WP’s 
   snoopy class to make the call to the external service but have seen a few rare
   instances where hosts have their PHP locked down and thus the data is never received,
   but that usually generates a PHP error.
 *  [kennyboy7](https://wordpress.org/support/users/kennyboy7/)
 * (@kennyboy7)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-weather-wont-pull-data/#post-1457700)
 * Yeah I’m suffering the same thing. I’ve got a valid key etc from weather.com 
   and the plugin just doesn’t same to pull the date and populate the current weather.
   Still trying to solve the problem I’ll post here again if I solve it.
 *  Thread Starter [herbshirt](https://wordpress.org/support/users/herbshirt/)
 * (@herbshirt)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-weather-wont-pull-data/#post-1457719)
 * No errors. Just nothingness.
 *  [mattbta](https://wordpress.org/support/users/mattbta/)
 * (@mattbta)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-weather-wont-pull-data/#post-1457747)
 * Can you check the weatherxml table and see if any data is actually in the table?
   Is the location id valid?
 *  [nswarts2](https://wordpress.org/support/users/nswarts2/)
 * (@nswarts2)
 * [16 years ago](https://wordpress.org/support/topic/plugin-wp-weather-wont-pull-data/#post-1457774)
 * Same problem here…where do I find the weatherxml table? Why is this plugin such
   a pain?
 *  [mattbta](https://wordpress.org/support/users/mattbta/)
 * (@mattbta)
 * [16 years ago](https://wordpress.org/support/topic/plugin-wp-weather-wont-pull-data/#post-1457777)
 * The weatherxml table will be in phpmyadmin.
 * This plugin function perfectly on thousands of installations. It uses the wordpress
   built in remote data retrieval. I can’t do anything about hosts or PHP configurations
   that prevent the communication to weather.com’s servers.
 *  [mtg169](https://wordpress.org/support/users/mtg169/)
 * (@mtg169)
 * [15 years, 12 months ago](https://wordpress.org/support/topic/plugin-wp-weather-wont-pull-data/#post-1457797)
 * It works on a site I use it on, but daily I usually have errors in my PHP logs.
   The primary key in the weatherxml table is the location_id (postal code). I haven’t
   really looked at or stepped through the code, but there is a problem on updates
   where it tries inserting another record with the same location_id while a record
   with that ID already exists (seen as duplicate entry). Needs to be a check somewhere
   to delete the record first if it exists or just perform update instead of insert.
 *  [mattbta](https://wordpress.org/support/users/mattbta/)
 * (@mattbta)
 * [15 years, 12 months ago](https://wordpress.org/support/topic/plugin-wp-weather-wont-pull-data/#post-1457798)
 * It shouldn’t exhibit that behavior as it explicitly deletes each expired row.
   Strange.
 *  [mediaseth](https://wordpress.org/support/users/mediaseth/)
 * (@mediaseth)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-weather-wont-pull-data/#post-1457832)
 * It was working fine for me until tonight. Now, all the fields are there, just
   no info to fill them. I can’t seem to fix it. I’m wondering if their feed is 
   just down? I didn’t do anything that could have effected it. And, I’m counting
   down the minutes until I remove it or find a new one..
 *  [mattbta](https://wordpress.org/support/users/mattbta/)
 * (@mattbta)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-weather-wont-pull-data/#post-1457836)
 * Did this resolve itself or did you run out of minutes?
 *  [inspectorcharles](https://wordpress.org/support/users/inspectorcharles/)
 * (@inspectorcharles)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-weather-wont-pull-data/#post-1457837)
 * Mine has not been working for 2 days now—nothing. I have tried deleting it and
   re-installing it–nothing.
 *  [mattbta](https://wordpress.org/support/users/mattbta/)
 * (@mattbta)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-weather-wont-pull-data/#post-1457841)
 * Are you still using this plugin? I notice you have a weather heading on your 
   website, but looks like it is using wp-simpleweather which is a different plugin.
 *  [mediaseth](https://wordpress.org/support/users/mediaseth/)
 * (@mediaseth)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-weather-wont-pull-data/#post-1457842)
 * I switched plugins after I couldn’t get it to work. I like the look of this one
   better, but the old one had more detail. I wonder if somewhere there’s a best
   of both worlds.
 *  [inspectorcharles](https://wordpress.org/support/users/inspectorcharles/)
 * (@inspectorcharles)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-weather-wont-pull-data/#post-1457843)
 * Thanks for getting back—I have tried several but have discovered the problem 
   appears to be on my end and my web guy is working on it 🙂
 *  [mattbta](https://wordpress.org/support/users/mattbta/)
 * (@mattbta)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-weather-wont-pull-data/#post-1457844)
 * Email me a link to your site or mention what plugin you are using and I’ll see
   if I can’t whip up something similar.

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘[Plugin: WP-Weather] Won’t pull data’ is closed to new replies.

 * 15 replies
 * 7 participants
 * Last reply from: [mattbta](https://wordpress.org/support/users/mattbta/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-weather-wont-pull-data/#post-1457844)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
