<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>kksou Joomla Weather Module (formerly Google Weather Module) - AJAX and built-in cache version </title>
		<description>Discuss kksou Joomla Weather Module (formerly Google Weather Module) - AJAX and built-in cache version </description>
		<link>http://www.kksou.com/php-gtk2/Joomla-Gadgets/Google-Weather-Module-AJAX-version.php</link>
		<lastBuildDate>Wed, 19 Jun 2013 01:45:10 --700</lastBuildDate>
		<generator>JComments</generator>
		<atom:link href="http://www.kksou.com/php-gtk2/index2.php?option=com_jcomments&amp;task=rss&amp;object_id=1751&amp;object_group=com_content&amp;limit=10&amp;no_html=1" rel="self" type="application/rss+xml" />
		<item>
			<title>kksou says:</title>
			<link>http://www.kksou.com/php-gtk2/Joomla-Gadgets/Google-Weather-Module-AJAX-version.php#comment-959</link>
			<description><![CDATA[Hi Marko, The language "seems" to be not working because of the cache. I added a built-in cache because wunderground.com allows only 500 requests per day, which is about 10 requests per hour (note: each weather search requires 2 requests - one to get the current weather info, and the other to get the weather forecast for the following 4 days.) The default time for cache is 60 min - i.e. if any users search for the same city within 60 min, it will retrieve the value from the cache. To see whether the language works, you can change the cache time to 1 min temporarily. Change the language setting and reload the page after 1 min. You should be able to see the new weather info in the new language. By the way, wunderground.com uses a different language code than the standard ISO. The language code setting is here: http://www.wunderground.com/weather/api/d/docs?d=language-support. Please give it a try and let me know if it works. Don't forget to change the cache time back to 60 min after you see that the language works. Otherwise you will use up the 500 requests very fast. Regards, /kksou]]></description>
			<dc:creator>kksou</dc:creator>
			<pubDate>Fri, 12 Apr 2013 00:46:30 --700</pubDate>
			<guid>http://www.kksou.com/php-gtk2/Joomla-Gadgets/Google-Weather-Module-AJAX-version.php#comment-959</guid>
		</item>
		<item>
			<title>Okram says:</title>
			<link>http://www.kksou.com/php-gtk2/Joomla-Gadgets/Google-Weather-Module-AJAX-version.php#comment-957</link>
			<description><![CDATA[Hi, thanks for the support. That little snipped did the trick! Now things are working on my server. Another thing that seems strange to me, is that no language code works. Tried de, fr and zh-cn, what should change? Greetz, Marko]]></description>
			<dc:creator>Okram</dc:creator>
			<pubDate>Thu, 11 Apr 2013 12:11:52 --700</pubDate>
			<guid>http://www.kksou.com/php-gtk2/Joomla-Gadgets/Google-Weather-Module-AJAX-version.php#comment-957</guid>
		</item>
		<item>
			<title>kksou says:</title>
			<link>http://www.kksou.com/php-gtk2/Joomla-Gadgets/Google-Weather-Module-AJAX-version.php#comment-956</link>
			<description><![CDATA[Hi Marko, That's really strange. Joomla defines DS by dfault to '/' or '\' depending on which OS you are running. I'm running this module on one of my other sites running Joomla 3.0.3 and it's ok. In any case, here's what you can do: 1) Go to your [Joomla_root_fo lder]/modules/mod_kksouGoogle Weather 2) Edit the file: mod_kksouGoogle Weather.php 3) Go to line 14. You should see defined('_JEXEC') or die('Restricted access'); require_once (dirname(__FILE __).DS.'helper.php'); 4) Please add one more line to define DS just before the require_once so that it becomes: defined('_JEXEC') or die('Restricted access'); if (!defined('DS')) define( 'DS', '/' ); require_once (dirname(__FILE __).DS.'helper.php'); 4) Save and close the file. Now reload the page. Please let me know if it's working now. Regards, /kksou]]></description>
			<dc:creator>kksou</dc:creator>
			<pubDate>Wed, 10 Apr 2013 18:28:28 --700</pubDate>
			<guid>http://www.kksou.com/php-gtk2/Joomla-Gadgets/Google-Weather-Module-AJAX-version.php#comment-956</guid>
		</item>
		<item>
			<title>Okram says:</title>
			<link>http://www.kksou.com/php-gtk2/Joomla-Gadgets/Google-Weather-Module-AJAX-version.php#comment-954</link>
			<description><![CDATA[Hi, just installed latest Version to Joomla 3.0.3. Get a missing file failure: Warning: require_once(xx xx/xxxx/modules/mod_kksouGoogle   WeatherDShelper .php) [function.require-once]: failed to open stream: No such file or directory in /xxxx/xxxx/modules/mod_kksouGoogle   Weather/mod_kksouGoogle   Weather.php on line 16 Fatal error: require_once() [function.require]: Failed opening required '/xxxx/xxxx/modules/mod_kksouGoogle   WeatherDShelper .php' (include_path='.:/usr/local/lib/php') in /xxxx/xxxx/webseiten/maasholm_303/modules/mod_kksouGoogle   Weather/mod_kksouGoogle   Weather.php on line 16 File's not in the modules directory! What to do? Regards, Marko]]></description>
			<dc:creator>Okram</dc:creator>
			<pubDate>Wed, 10 Apr 2013 12:31:24 --700</pubDate>
			<guid>http://www.kksou.com/php-gtk2/Joomla-Gadgets/Google-Weather-Module-AJAX-version.php#comment-954</guid>
		</item>
		<item>
			<title>Guillaume Trempe says:</title>
			<link>http://www.kksou.com/php-gtk2/Joomla-Gadgets/Google-Weather-Module-AJAX-version.php#comment-950</link>
			<description><![CDATA[ Joomla! 2.5.9]]></description>
			<dc:creator>Guillaume Trempe</dc:creator>
			<pubDate>Tue, 09 Apr 2013 09:42:47 --700</pubDate>
			<guid>http://www.kksou.com/php-gtk2/Joomla-Gadgets/Google-Weather-Module-AJAX-version.php#comment-950</guid>
		</item>
		<item>
			<title>kksou says:</title>
			<link>http://www.kksou.com/php-gtk2/Joomla-Gadgets/Google-Weather-Module-AJAX-version.php#comment-949</link>
			<description><![CDATA[Which Joomla version are you using? Regards, /kksou]]></description>
			<dc:creator>kksou</dc:creator>
			<pubDate>Tue, 09 Apr 2013 09:41:59 --700</pubDate>
			<guid>http://www.kksou.com/php-gtk2/Joomla-Gadgets/Google-Weather-Module-AJAX-version.php#comment-949</guid>
		</item>
		<item>
			<title>Guillaume Trempe says:</title>
			<link>http://www.kksou.com/php-gtk2/Joomla-Gadgets/Google-Weather-Module-AJAX-version.php#comment-948</link>
			<description><![CDATA[ non not working ... module still searching]]></description>
			<dc:creator>Guillaume Trempe</dc:creator>
			<pubDate>Tue, 09 Apr 2013 09:39:46 --700</pubDate>
			<guid>http://www.kksou.com/php-gtk2/Joomla-Gadgets/Google-Weather-Module-AJAX-version.php#comment-948</guid>
		</item>
		<item>
			<title>kksou says:</title>
			<link>http://www.kksou.com/php-gtk2/Joomla-Gadgets/Google-Weather-Module-AJAX-version.php#comment-947</link>
			<description><![CDATA[Hi Guillaume, Have just emailed you. Let me know if it works, ok? Regards, /kksou]]></description>
			<dc:creator>kksou</dc:creator>
			<pubDate>Tue, 09 Apr 2013 09:15:49 --700</pubDate>
			<guid>http://www.kksou.com/php-gtk2/Joomla-Gadgets/Google-Weather-Module-AJAX-version.php#comment-947</guid>
		</item>
		<item>
			<title>kksou says:</title>
			<link>http://www.kksou.com/php-gtk2/Joomla-Gadgets/Google-Weather-Module-AJAX-version.php#comment-946</link>
			<description><![CDATA[Hi Apesz, Have just emailed you. Let me know if it works, ok? Regards, /kksou]]></description>
			<dc:creator>kksou</dc:creator>
			<pubDate>Tue, 09 Apr 2013 09:15:20 --700</pubDate>
			<guid>http://www.kksou.com/php-gtk2/Joomla-Gadgets/Google-Weather-Module-AJAX-version.php#comment-946</guid>
		</item>
		<item>
			<title>Guillaume Trempe says:</title>
			<link>http://www.kksou.com/php-gtk2/Joomla-Gadgets/Google-Weather-Module-AJAX-version.php#comment-945</link>
			<description><![CDATA[ here is the url of my test website http://www.domainederouville.com/dev/]]></description>
			<dc:creator>Guillaume Trempe</dc:creator>
			<pubDate>Tue, 09 Apr 2013 09:08:49 --700</pubDate>
			<guid>http://www.kksou.com/php-gtk2/Joomla-Gadgets/Google-Weather-Module-AJAX-version.php#comment-945</guid>
		</item>
	</channel>
</rss>
