Hello,i have a problem that date and weather information won’t print There’s only displays the clock, can you help me to fix it? Thanks !!
@kazumahendra72473 жыл бұрын
If anyone can help please email me kazumahendra1@gmail.com Thanks 🙏🏻
@kosa20044 жыл бұрын
Thanks for sharing. Very neat clock and weather station. Afterbuilded it, expanded the code a bit. Excellent work :)
@m0hd_2 жыл бұрын
for powering... can i use Hi-link to convert 220 to 5v? or its better to use power bank?
@distritomadrid5 жыл бұрын
Hi. Is possible add date like Mon, 12/31/2019 ?
@francocatera97214 жыл бұрын
Hi, Is it possible to implement the news like in som other marquee ?
@Marcelokauffman4 жыл бұрын
Hi, I have the parseObjet failed error too, not getting weather data
@mirekzos97753 жыл бұрын
Perfektní. Funguje naprosto skvěle. Děkuji :-)
@JUSSIDSOUND3 жыл бұрын
I'm getting error on this line long epoch = round(curEpoch + 3600 * utcOffset + 86400L) % 86400L; it is showing invalid operands of types 'float' and 'long int' to binary 'operator%' PLEASE HELP ME...
@sebastianoclaudiolonghitan28054 жыл бұрын
Ottimo codice ma con avvento della nuova libreria json non decodifica la stringa del meteo, pensi di aggiornare il codice....grazie.
@gegounaris5 жыл бұрын
exit status 1 invalid operands of types 'double' and 'long int' to binary 'operator%' Any idea?
@thecraft92305 жыл бұрын
Have you selected the esp8266 microcontroller in the arduino ide program?
@CowMowTV5 жыл бұрын
@@thecraft9230 , i have the same problem and i´ve selected esp8266
@mail2abir5 жыл бұрын
Install ESP8266 board version 2.4.1 and select WeMos D1 Mini Pro. Compilation error will be fixed.
@bhuvankj4 жыл бұрын
choose fmod() function instead of % operator for double and long data types because % operator is no longer supported for long and double data types. Don't forget to include math.h library after changing. for eg., if there is 12 % 10 in the code, change it to fmod(12,10)
@francocatera98634 жыл бұрын
Hi, is it possible to have the displaying text in other language for example italian?
@thecraft92304 жыл бұрын
String weatherLang = "&lang=en";
@TMRu22311 Жыл бұрын
Would anyone help with converting time to 12 hour format? Thanks
@abhijeetpatil9883 Жыл бұрын
Check if the HH i.e. hour part is greater than 12 then subtract 12 from hour to get 12hour format. In this case AMPM will be PM only else show AM
@Ravikumar-wm7jq4 жыл бұрын
DynamicJsonBuffer jsonBuf; showing error
@tn42183 жыл бұрын
Try deleting the existing 'ArduinoJson' librairy on your PC and replacing with the one the poster has provided in his Google drive
@TanvirAhmed1012 жыл бұрын
Same Here parseObject() failed
@NadeemParviaz4 жыл бұрын
long epoch = round(curEpoch + 3600 * utcOffset + 86400L) % 86400L; facing this error???????
choose fmod() function instead of % operator for double and long data types because % operator is no longer supported for long and double data types. Don't forget to include math.h library after changing. for eg., if there is 12 % 10 in the code, change it to fmod(12,10)
@didacrodriguez84494 жыл бұрын
@@jameobd738 Thanks Jame. It works. I could solve this!
@electronicsideas13613 жыл бұрын
need code and circuit
@sougatasengupta35922 жыл бұрын
1>how to add -- date and day 2> how to add wind direction
@noffso20094 жыл бұрын
Sir . please help me : java.lang.RuntimeException: java.lang.NullPointerException thanks .
@federicoferrara1255 жыл бұрын
Hi, I am subscribed to your channel I would like to construct this project. However, it gives me problems and that is, after compiling the program, nothing happens, and it does not even connect to WiFi. I have 72 years and I don't have much programming practice, I need this exceptional project for my 5-year-old nephew. Can you help me? .I propose that I use Arduino 1.8.10 and in your program I only msso my credentials: password and ssid, but I have not entered the Apikey. ?. Thank you, hello
@thecraft92305 жыл бұрын
can you send me the code you edited? to the post office shojkeee@yandex.ru
@NadeemParviaz4 жыл бұрын
ok problem solved issue was in board selection. Now i want to use two module of Max7219 any changing in codes. 2nd i want time in 12hours . 3rd my API key shows wrong time 2 hours delay.
@tn42183 жыл бұрын
Even with correct cityID and API weather key entered, only the time (with one hour delay) prints on the max7299 for me 🙂
@lucho19895 жыл бұрын
Hi, error: espcomm_upload_mem failed error: espcomm_open failed I have com7 intead of 5com like you... is that the problem? Nice video, Thanks
@sakamotoras3 жыл бұрын
invalid operands of types 'double' and 'long int' to binary 'operator%'