panbachi / wordclock

DIY WordClock
https://www.panbachi.de/eigene-word-clock-bauen/
MIT License
108 stars 47 forks source link

Time not updating automatically #37

Open JanMrt-d opened 2 years ago

JanMrt-d commented 2 years ago

Hey guys,

currently setting up the clock. First of all, nice work and thank you!

However, as a newbie in C++ I am currently struggeling a little. My issue: The ESP8266 does not automatically update the time. If i restart, the correct time is taken from the NTP Server. Anbyody had this problem?

Tried 4.0.1 and master branch. Thanks :)

lordwimsey commented 2 years ago

I have the same problem. Came looking into these issues and found this one. Does anyone have insight into this?

laserbrain-3D commented 2 years ago

I found a solution to this problem. I have downgraded some libs:

ntpclient V 3.1.0 fastled 3.4.0

Now it works well.

lordwimsey commented 2 years ago

I found a solution to this problem. I have downgraded some libs:

ntpclient V 3.1.0 fastled 3.4.0

Now it works well.

Thank you for coming back with this! I ultimately switched to another firmware that is quite bloated with features, so I might consider going back. Thanks!

JanMrt-d commented 2 years ago

Thank you, will try it soon :)


From: Peter @.> Sent: Saturday, April 9, 2022 2:35:34 PM To: panbachi/wordclock @.> Cc: JanMrt-d @.>; Author @.> Subject: Re: [panbachi/wordclock] Time not updating automatically (Issue #37)

I found a solution to this problem. I have downgraded some libs:

ntpclient V 3.1.0 fastled 3.4.0

Now it works well.

Thank you for coming back with this! I ultimately switched to another firmware that is quite bloated with features, so I might consider going back. Thanks!

— Reply to this email directly, view it on GitHubhttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fpanbachi%2Fwordclock%2Fissues%2F37%23issuecomment-1093983854&data=04%7C01%7C%7C3c78163fbf7f4f27c89008da1a25721a%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637851045374014077%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=qSwgQX%2Bpn%2BUT9zwHJxkyo0xWVzy0h2L08imyqOB8sQo%3D&reserved=0, or unsubscribehttps://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAT7H2IBQXDTE5PR5QKULQ6LVEF2RNANCNFSM5NC7JZIQ&data=04%7C01%7C%7C3c78163fbf7f4f27c89008da1a25721a%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637851045374014077%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=tzLBNlGz4RcxH5gRnxj0Hk33P8X0CUEJH4FmlK79Q0c%3D&reserved=0. You are receiving this because you authored the thread.Message ID: @.***>

actionski commented 2 years ago

the simple solution is to put the line Grid::setTime(Time::hour, Time:::minute); into the loop - took me ages to realize that this is the reason why everything works fine at start or restart, but no automatic updating

Hill2 commented 1 year ago

I have the same problem with 4.01 version. Does anyone have insight into this? tried the given solutions in this thread but with no result.

Are there other solutions for this problem? I can't get it running now

LaSuze7 commented 11 months ago

Hi,

I have the same problem here. The time is not updating. I tried using the downgraded versions of FastLED and NTPClient. But this got me some error messages and the script was not compiled. With the latest versions (FastLED V3.6.0, NTPCLient V4.3.1.) I get at least the actual time after a restart. So I am stuck now.

Does anybody has better skills in C++ coding?

Thanks!

FlorianLang06 commented 8 months ago

I found a solution to this problem. I have downgraded some libs:

ntpclient V 3.1.0 fastled 3.4.0

Now it works well.

NTPClient 3.1.0 didn't work for me.

So its working with NTPClient 3.2.0 and FastLED 3.4.0 for me.

This could be a solution for you @LaSuze7