lee317
Forum Replies Created
-
Forum: Plugins
In reply to: [Weather Station] Caching DataYes, 500 per day is free. After that you have to pay for a plan that supports more API calls. Thanks for the quick responses and for the great plugin.
Forum: Plugins
In reply to: [Weather Station] Caching DataI asked because I wanted to better understand how frequently the plugin would be querying the API since I am paying Weather Underground per API query. Presently I have a maximum of 500 API queries to WU per day but based on what your saying, I expect that there should be no more than 144 queries per 24 hour period to the WU API: 24 hours per day X 60 min per hour = 1440 minutes per day ÷ 10 minute increments = 144.
Forum: Plugins
In reply to: [Weather Station] Caching DataI couldn’t tell if that was happening or not since the time stamp below the data seemed to be updated to the minute. Is there a way to control how often the plugin queries the api for data (ie when the cached data expires)?
What version number of the plugin are you using 3.1? I am using 3.1 and it is not working for me. My colleague has 2.x and it is working for him. Just wondering if that had anything to do with it.
Did you ever figure this out? I too am having the same issue.
Forum: Plugins
In reply to: WordPress Stats and v 2.7.1Hmm…tried that but no luck. my footer.php file looks like this:
</div>
<?php wp_footer(); ?></body>
</html>Forum: Fixing WordPress
In reply to: Enable Automatic Plugin Install / Upgrades?This is great! Thanks! I was able to get it to work by creating an additional ftp login for wordpress within my pair.com account and making the default dir for this login as my wordpress root dir. Is there another way to do this without having a special ftp login for wordpress? Can you specify the directory somewhere?