lmirel / MorphingClockRemix

a remix on the work of HarryFun's MorphingClock
https://www.instructables.com/id/Morphing-Digital-Clock/
78 stars 30 forks source link

Temp not displaying correctly #5

Closed anthonyjclarke closed 6 years ago

anthonyjclarke commented 6 years ago

Seems a small issue with the display of the temp, looks like not clearing from when moves from multiple digits to one, attached a couple of examples image

lmirel commented 6 years ago

you might not have the latest code, can you do a pull and try again?

anthonyjclarke commented 6 years ago

Just updated, will leave to run and report back... interestingly had to do a few trys to get it to sync NTP clock as NTPlib was returning :

Got NTP time: 08:00:37 01/01/1970 showing the weather temperature: 5C weather conditions 1 showing the date Got NTP time: 08:00:47 01/01/1970 showing the weather temperature: 5C weather conditions 1 showing the date Got NTP time: 07:51:01 10/08/2018 showing the weather

also had to do a reset to fix this display of the digit

image

lmirel commented 6 years ago

hmm.. weird. I saw the display artifact myself during development but I did a cleanup of the display after NTP sync such that it shouldn't have this issue. it might be related to your NTP sync issue but can't tell exactly. let me know if you see this again and report the circumstances if possible. thanks and enjoy

lmirel commented 6 years ago

btw, I force NTP sync every 10sec until it gets the right time, that's why you see 'Got NTP time' every 10 sec. after it gets the sync, I switch the sync to every hour or so.