<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: ESP8266 Weather Station: World Clock Demo	</title>
	<atom:link href="https://blog.squix.org/2016/01/esp8266-weather-station-world-clock-demo.html/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.squix.org/2016/01/esp8266-weather-station-world-clock-demo.html</link>
	<description></description>
	<lastBuildDate>Fri, 06 Oct 2017 12:12:18 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.8</generator>
	<item>
		<title>
		By: Daniel		</title>
		<link>https://blog.squix.org/2016/01/esp8266-weather-station-world-clock-demo.html#comment-7122</link>

		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Fri, 06 Oct 2017 12:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2016/01/01/esp8266-weather-station-world-clock-demo/#comment-7122</guid>

					<description><![CDATA[I had this demo world clock running successfully on my Lolin NodeMCU v3 for several days.  Then today, after loading different sketches onto the NodeMCU, and then returning to the clock, it now displays &#039;--:--&#039; instead of the time in every zone.

It&#039;s possible I&#039;ve made some minor change to one of the library components (while experimenting with other sketches), but I don&#039;t know where to start looking, since the clock&#039;s operation is so obscure (all the real work is done by &#039;invisible&#039; modules, buried in libraries somewhere).

It would be nice to have a detailed explanation of the sketch, and what modules do what functions.

Any suggestions about where to start looking for the cause of my problem?

Thanks,
DanielF]]></description>
			<content:encoded><![CDATA[<p>I had this demo world clock running successfully on my Lolin NodeMCU v3 for several days.  Then today, after loading different sketches onto the NodeMCU, and then returning to the clock, it now displays &#8216;&#8211;:&#8211;&#8216; instead of the time in every zone.</p>
<p>It&#8217;s possible I&#8217;ve made some minor change to one of the library components (while experimenting with other sketches), but I don&#8217;t know where to start looking, since the clock&#8217;s operation is so obscure (all the real work is done by &#8216;invisible&#8217; modules, buried in libraries somewhere).</p>
<p>It would be nice to have a detailed explanation of the sketch, and what modules do what functions.</p>
<p>Any suggestions about where to start looking for the cause of my problem?</p>
<p>Thanks,<br />
DanielF</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Daniel		</title>
		<link>https://blog.squix.org/2016/01/esp8266-weather-station-world-clock-demo.html#comment-7048</link>

		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Sun, 01 Oct 2017 13:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2016/01/01/esp8266-weather-station-world-clock-demo/#comment-7048</guid>

					<description><![CDATA[Great little project, which I&#039;ve successfully run on my NodeMCU.  Thanks for posting it!

But I&#039;m struggling to understand the timezone stuff, given that it&#039;s all &#039;hidden&#039; deep in some library somewhere.  Perhaps you can give me a few tips...

If I change:
String timeZoneIds[] = {&quot;America/New_York&quot;, &quot;Europe/London&quot;, &quot;Europe/Paris&quot;, &quot;Australia/Sydney&quot;};
to:
String timeZoneIds[] = {&quot;America/San_Francisco&quot;, &quot;Europe/London&quot;, &quot;Europe/Budapest&quot;, &quot;Australia/Sydney&quot;};
all four screens display --:-- in place of the time.  So are only the original four timezones supported by the library, not the full 600+ zones?

And I can&#039;t find where to change the duration each page (city) is displayed.  How can I do that?

I&#039;m an absolute beginner at this Arduino/NodeMCU business, so please keep your answers simple. :-)

Daniel]]></description>
			<content:encoded><![CDATA[<p>Great little project, which I&#8217;ve successfully run on my NodeMCU.  Thanks for posting it!</p>
<p>But I&#8217;m struggling to understand the timezone stuff, given that it&#8217;s all &#8216;hidden&#8217; deep in some library somewhere.  Perhaps you can give me a few tips&#8230;</p>
<p>If I change:<br />
String timeZoneIds[] = {&#8220;America/New_York&#8221;, &#8220;Europe/London&#8221;, &#8220;Europe/Paris&#8221;, &#8220;Australia/Sydney&#8221;};<br />
to:<br />
String timeZoneIds[] = {&#8220;America/San_Francisco&#8221;, &#8220;Europe/London&#8221;, &#8220;Europe/Budapest&#8221;, &#8220;Australia/Sydney&#8221;};<br />
all four screens display &#8211;:&#8211; in place of the time.  So are only the original four timezones supported by the library, not the full 600+ zones?</p>
<p>And I can&#8217;t find where to change the duration each page (city) is displayed.  How can I do that?</p>
<p>I&#8217;m an absolute beginner at this Arduino/NodeMCU business, so please keep your answers simple. 🙂</p>
<p>Daniel</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ant		</title>
		<link>https://blog.squix.org/2016/01/esp8266-weather-station-world-clock-demo.html#comment-406</link>

		<dc:creator><![CDATA[Ant]]></dc:creator>
		<pubDate>Sat, 30 Jan 2016 21:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2016/01/01/esp8266-weather-station-world-clock-demo/#comment-406</guid>

					<description><![CDATA[Not sure if this is any use.... (I plan to try it)... http://www.14core.com/c-array-generator/]]></description>
			<content:encoded><![CDATA[<p>Not sure if this is any use&#8230;. (I plan to try it)&#8230; <a href="http://www.14core.com/c-array-generator/" rel="nofollow ugc">http://www.14core.com/c-array-generator/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Unknown		</title>
		<link>https://blog.squix.org/2016/01/esp8266-weather-station-world-clock-demo.html#comment-404</link>

		<dc:creator><![CDATA[Unknown]]></dc:creator>
		<pubDate>Thu, 28 Jan 2016 05:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2016/01/01/esp8266-weather-station-world-clock-demo/#comment-404</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.squix.org/2016/01/esp8266-weather-station-world-clock-demo.html#comment-358&quot;&gt;Troy Gosit&lt;/a&gt;.

Hello,&lt;br /&gt;Arduino 1.6.7 works pretty good, if you place prototypes of your functions in *.ino in front.&lt;br /&gt;It&#039;s the simple solution for error &#034;...was not declared in this scope&#034;&lt;br /&gt;That&#039;s all.&lt;br /&gt; ]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.squix.org/2016/01/esp8266-weather-station-world-clock-demo.html#comment-358">Troy Gosit</a>.</p>
<p>Hello,<br />Arduino 1.6.7 works pretty good, if you place prototypes of your functions in *.ino in front.<br />It&#39;s the simple solution for error &quot;&#8230;was not declared in this scope&quot;<br />That&#39;s all. </p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Diep Ha		</title>
		<link>https://blog.squix.org/2016/01/esp8266-weather-station-world-clock-demo.html#comment-380</link>

		<dc:creator><![CDATA[Diep Ha]]></dc:creator>
		<pubDate>Sat, 09 Jan 2016 01:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2016/01/01/esp8266-weather-station-world-clock-demo/#comment-380</guid>

					<description><![CDATA[Hi,&lt;br /&gt;I don&#039;t know convert file .png to hex, could you guide me. Please. I&#039;m not good speak English.&lt;br /&gt;Regards]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />I don&#39;t know convert file .png to hex, could you guide me. Please. I&#39;m not good speak English.<br />Regards</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: squix78		</title>
		<link>https://blog.squix.org/2016/01/esp8266-weather-station-world-clock-demo.html#comment-359</link>

		<dc:creator><![CDATA[squix78]]></dc:creator>
		<pubDate>Mon, 04 Jan 2016 07:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2016/01/01/esp8266-weather-station-world-clock-demo/#comment-359</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.squix.org/2016/01/esp8266-weather-station-world-clock-demo.html#comment-358&quot;&gt;Troy Gosit&lt;/a&gt;.

Arduino IDE Version 1.6.7 and 1.6.6 are currently not supported by the ESP8266 platform. Please use 1.6.5]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.squix.org/2016/01/esp8266-weather-station-world-clock-demo.html#comment-358">Troy Gosit</a>.</p>
<p>Arduino IDE Version 1.6.7 and 1.6.6 are currently not supported by the ESP8266 platform. Please use 1.6.5</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Troy Gosit		</title>
		<link>https://blog.squix.org/2016/01/esp8266-weather-station-world-clock-demo.html#comment-358</link>

		<dc:creator><![CDATA[Troy Gosit]]></dc:creator>
		<pubDate>Mon, 04 Jan 2016 06:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2016/01/01/esp8266-weather-station-world-clock-demo/#comment-358</guid>

					<description><![CDATA[Hi!&lt;br /&gt;When compile the examples, the compiler stop with this:&lt;br /&gt; exit status 1&lt;br /&gt;&#039;drawFrame1&#039; was not declared in this scope&lt;br /&gt;I am using Arduino version 1.6.7. Any idea?.&lt;br /&gt;]]></description>
			<content:encoded><![CDATA[<p>Hi!<br />When compile the examples, the compiler stop with this:<br /> exit status 1<br />&#39;drawFrame1&#39; was not declared in this scope<br />I am using Arduino version 1.6.7. Any idea?.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: gary s		</title>
		<link>https://blog.squix.org/2016/01/esp8266-weather-station-world-clock-demo.html#comment-357</link>

		<dc:creator><![CDATA[gary s]]></dc:creator>
		<pubDate>Mon, 04 Jan 2016 00:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2016/01/01/esp8266-weather-station-world-clock-demo/#comment-357</guid>

					<description><![CDATA[any luck getting this to work with the latest arduino IDE?]]></description>
			<content:encoded><![CDATA[<p>any luck getting this to work with the latest arduino IDE?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Georg Mill		</title>
		<link>https://blog.squix.org/2016/01/esp8266-weather-station-world-clock-demo.html#comment-338</link>

		<dc:creator><![CDATA[Georg Mill]]></dc:creator>
		<pubDate>Sat, 02 Jan 2016 18:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2016/01/01/esp8266-weather-station-world-clock-demo/#comment-338</guid>

					<description><![CDATA[Hi Daniel,&lt;br /&gt;thank you very much for publishing the sources for this nice project. Here is my (stripped down) version -&#062;&lt;br /&gt;https://blog.georgmill.de/2016/01/02/esp8266-weather-station-with-mirror-display/]]></description>
			<content:encoded><![CDATA[<p>Hi Daniel,<br />thank you very much for publishing the sources for this nice project. Here is my (stripped down) version -&gt;<br /><a href="https://blog.georgmill.de/2016/01/02/esp8266-weather-station-with-mirror-display/" rel="nofollow ugc">https://blog.georgmill.de/2016/01/02/esp8266-weather-station-with-mirror-display/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: squix78		</title>
		<link>https://blog.squix.org/2016/01/esp8266-weather-station-world-clock-demo.html#comment-336</link>

		<dc:creator><![CDATA[squix78]]></dc:creator>
		<pubDate>Sat, 02 Jan 2016 14:36:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.squix.org/2016/01/01/esp8266-weather-station-world-clock-demo/#comment-336</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.squix.org/2016/01/esp8266-weather-station-world-clock-demo.html#comment-335&quot;&gt;Marco23&lt;/a&gt;.

The displays that I&#039;m using have the I2C address &#034;hard coded&#034;. I guess if you would switch the bridge transistor on the back of the display you could run them from the same two pins. I just ran them of three different I2C bus pairs...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.squix.org/2016/01/esp8266-weather-station-world-clock-demo.html#comment-335">Marco23</a>.</p>
<p>The displays that I&#39;m using have the I2C address &quot;hard coded&quot;. I guess if you would switch the bridge transistor on the back of the display you could run them from the same two pins. I just ran them of three different I2C bus pairs&#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
