TCRAKN / ESP8266-Coingecko

Arduino ESP8266 Crypto Ticker using Coingecko.com API and ArduinoJson.
5 stars 1 forks source link

only seeing hours #3

Closed lello98 closed 1 year ago

lello98 commented 1 year ago

hi i don t know if is my fault but the screen displays only a hour and nothing different

thanks a lot

lello98 commented 1 year ago

[unnamed](warning: ISO C++ forbids converting a string constant to 'char*')

i think that the issue if you can help me

TCRAKN commented 1 year ago

Have you checked that the Fingerprint is up-to-date? The current fingerprint is: 0F 5E D5 EA 64 AE 5D A4 B3 CE A3 16 DC 90 12 02 56 3B 90 B9

The warnings of "string constant to 'char*'" you can ignore.

lello98 commented 1 year ago

you are the man can i ask you how to find fingerprint in future i used it but was different https://www.grc.com/fingerprints.htm how longs it updates? it seems locked in one price now

TCRAKN commented 1 year ago

grc is usually out of date. Go directly to your browser for the correct fingerprint. Chrome instructions are in the code.


From: lello98 @.> Sent: 24 August 2023 01:26 To: TCRAKN/ESP8266-Coingecko @.> Subject: Re: [TCRAKN/ESP8266-Coingecko] only seeing hours (Issue #3)

you are the man can i ask you how to find fingerprint in future i used it but was different https://www.grc.com/fingerprints.htm

— Reply to this email directly, view it on GitHubhttps://github.com/TCRAKN/ESP8266-Coingecko/issues/3#issuecomment-1690810363, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADEXJTFFAOVMKGH2ZG5TDV3XW2NR7ANCNFSM6AAAAAA34F6PPQ. You are receiving this because you commented.Message ID: @.***>

lello98 commented 1 year ago

thanks a lot

TCRAKN commented 1 year ago

Glad it worked out.


From: lello98 @.> Sent: 24 August 2023 01:29 To: TCRAKN/ESP8266-Coingecko @.>

Subject: Re: [TCRAKN/ESP8266-Coingecko] only seeing hours (Issue #3)

thanks a lot

— Reply to this email directly, view it on GitHubhttps://github.com/TCRAKN/ESP8266-Coingecko/issues/3#issuecomment-1690812426, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADEXJTDCVDUKFXUFFLD6RELXW2N6XANCNFSM6AAAAAA34F6PPQ. You are receiving this because you commented.Message ID: @.***>

lello98 commented 1 year ago

i m just wondering why is saying £44140 after a bit it stops is it fine?

TCRAKN commented 1 year ago

Around line 258, you need to edit for your own holdings.

It should display each holding and its value and cycle through.

It does lock up sometimes, for which I'm not yet sure. A reset usually works.

TCRAKN commented 1 year ago

Checkout this on how it should function:

https://www.youtube.com/shorts/TRMqznXfxHI

lello98 commented 1 year ago

i m sorry you re very helpful to me but i dont understand how to reset time min line 258 if you are able to help me please thank you so much i tried to edit whithou any success

lello98 commented 1 year ago

i m not good in coding i placed an ESP.restart(); thnak again

TCRAKN commented 1 year ago

Time is taken from an Internet time server. so you need to add your timezone offset. getting time happens between lines 134-147.

Check out the documentation for NTPClient.h to set timezone. Next comment.

Line 36 is where you can change the timezone offset.

TCRAKN commented 1 year ago

https://github.com/arduino-libraries/NTPClient/blob/master/examples/Advanced/Advanced.ino

lello98 commented 1 year ago

Yes i did that i mean i used ESP.restart() because it was stopping working after the last price . The time zone is now fine . It s such a beautiful tool