-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The temperature displayed in weather panel is incorrect #12
Comments
sir please assign me this |
Hi Aman, start by creating a fork of this repository as the first step. After this step clone the forked TemperatureTray (which would be named AmanDw/TemperatureTray) repository in your machine. Then create a new branch in the repository, make code changes. Finally create a pull request after fixing the issue and testing the application in your local. You can also refer the steps mentioned in the url below and follow the same for TemperatureTray : Feel free to ask question should you have one. |
Ok sir |
hello, actually i do all this fork , clone but i don't know how to run this code because the file extenson is .iml and i know some java in visual code |
okay okay i opened the file TemperatureTray.iml its xml file ? |
sir please tell me about xml because i only work in html |
That .iml file isn't the one you should be looking at This is a Java project. You'll see the java class files in source folder named src. |
In the weather panel, the temperature displayed is the ceiling value of the number.
Actually it should be the rounded value of the number.
This is happening for 'Temp', 'min temp', 'max temp' and 'feels like' values
The text was updated successfully, but these errors were encountered: