gquiring / MorphingClockQ

A modified version of Hari's Morphing clock. This version offers a text version for the weather condition or weather animation. It also supports 5 different weather services. It also works with Daylight savings time in the USA. Several changes to the layout of the clock and weather data offering more options in the web interface.
21 stars 2 forks source link

No weather info #4

Open marklinoz opened 5 months ago

marklinoz commented 5 months ago

Arduino serial monitor said "no weather data available" everything else works VERY well Using node mcu 1.0 ESP 12E as specified tried 2 different ones

Timezone=8 Military=N Metric=Y Date-Format=D/M/Y apiKey=e615c8b6924c81ea216a9869d97f600a Location=Perth,AU DST=false Weather Animation=N Color Palette=1 Brightness=70 Trying WiFi Connect:Belong .....success! IP Address is: 10.0.0.200 Weather: Unable to retrieve data Weather: Unable to retrieve data TimeZone for NTP.Begin:8 Got NTP time: 00:00:00 00/00/1970 Got NTP time: 18:00:09 13/02/2024 Display cleared No weather data availab

gquiring commented 5 months ago

Try this from your browser and see if you get data

https://api.openweathermap.org/data/2.5/weather?q=Perth,AU&appid=e615c8b6924c81ea216a9869d97f600a&cnt=1&units=imperial

On Tue, Feb 13, 2024 at 5:10 AM marklinoz @.***> wrote:

Arduino serial monitor said "no weather data available" everything else works VERY well Using node mcu 1.0 ESP 12E as specified tried 2 different ones

Timezone=8 Military=N Metric=Y Date-Format=D/M/Y apiKey=e615c8b6924c81ea216a9869d97f600a Location=Perth,AU DST=false Weather Animation=N Color Palette=1 Brightness=70 Trying WiFi Connect:Belong .....success! IP Address is: 10.0.0.200 Weather: Unable to retrieve data Weather: Unable to retrieve data TimeZone for NTP.Begin:8 Got NTP time: 00:00:00 00/00/1970 Got NTP time: 18:00:09 13/02/2024 Display cleared No weather data availab

— Reply to this email directly, view it on GitHub https://github.com/gquiring/MorphingClockQ/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF2DURS2C4MWBMFVSXDOME3YTM32DAVCNFSM6AAAAABDGG4Y2OVHI2DSMVQWIX3LMV43ASLTON2WKOZSGEZTCOJUHA3TCNI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

gquiring commented 5 months ago

You will get occasional "Weather: Unable to retrieve data" messages from OpenWeatherMap. They are not responding. You could also increase the timeout if you have a slow internet speed. The line looks like this: client.setTimeout(500);

marklinoz commented 5 months ago

Dear GaryThanks for the tip, the clock is working very well.I especially like your visual explanation of wiring the Esp and the matrix display.Over the past 2 years I have tried many projects to try and make one work, the only one was "Great Projects", his explanation was almost as good as yours, which in the end resulted in another excellent clock.

Regards Mark Laurence

On Tuesday, 13 February 2024 at 11:14:47 pm AWST, gquiring ***@***.***> wrote:  

You will get occasional "Weather: Unable to retrieve data" messages from OpenWeatherMap. They are not responding. You could also increase the timeout if you have a slow internet speed. The line looks like this: client.setTimeout(500);

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>