@Muhammad Al Hafudh Sent you the code from LVGL_Arduino.ino Find that file in the example files you downloaded earlier as shown in the video, simply delete all the code in that one .ino file and replace with the code I send you and upload. This is the link to the code you need to copy and paste https://app.notion.com/p/3960113003c680af9813d29998a3e32b?source=copy_link You’ll still need an open weather APi key which is easy to get, if you don’t know how simply ask AI and it will tell you how to get the free API key but you can upload with the key momentarily to make sure it works then upload again later once you have your api key You need to add your api key to where in the code it says Near the beginning char OPENWEATHER_API_KEY[64] = "REPLACE ME WITH YOUR OWN API HERE!!!"; char CITY_NAME[64] = "Ashford,GB"; Replace your city name also with city / prefix so mine is Ashford, GB yours may be New York, USA as an example