Skip to content
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

Current day forecast/hourly forecast UI mock ups #7

Closed
nelinory opened this issue Feb 12, 2016 · 4 comments
Closed

Current day forecast/hourly forecast UI mock ups #7

nelinory opened this issue Feb 12, 2016 · 4 comments

Comments

@nelinory
Copy link
Owner

02/16/16 Updates based on the feedback from http://www.thegreenbutton.tv and GitHub

myforecast_i

General

  • Centered the whole layout
  • Cleaned up the temperature data on the screen. Now it shows the correct unit - °F/°C

Current weather condition

  • Removed the decimal point for the temperature

Current day forecast - left tile

  • The title is dynamically build now as follows:
If Hour >= 0 AND Hour < NOON -> TODAY
If Hour >= NOON AND Hour < 8PM  -> TONIGHT
If Hour >= 8 PM AND Hour < MIDNIGHT -> TOMORROW
  • The WeatherUnderground API only gives the evening forecast for the current day regardless of when you have requested the data. Currently the tile shows the information 2 hours ahead of time from the hourly forecast weather data. Example: in the above screenshot the current forecast will shows the weather forecast data for 12:53 AM.
  • Daily forecast - now shows only 5 days forecast

myforecast_ii

Hourly data visualization

  • You can now navigate to the current weather condition panel - when selected it acts as a button. Once you click it you can see one of the following two use cases.

myforecast_iia

Hourly data visualization - Use case I

  • Navigates to a new page and shows the 36 hours of forecast weather data. You can use the left/right button on the remote control to scroll thru the data.

myforecast_iib

Hourly data visualization - Use case II 😋

  • Hides the daily forecast data and shows the 36 hours of forecast weather data. You can use the left/right button on the remote control to scroll thru the data. To go back to the default layout just click again on the current weather condition panel. The scheduled data refresh will also restore default layout.
@barnabas1969
Copy link

Chavdar,

I was thinking of something similar to the Weather Underground app for Android. It doesn't display the hourly data unless you tap on the daily forecast panel. Can you make your app do something similar? Can the daily panels display the same data they do today... AND also be "buttons" that can be clicked with the keyboard/mouse/remote-control?

Then, once the daily panel is clicked... display detailed hourly information, similar to the Android app.

Thanks.

@nelinory
Copy link
Owner Author

Updated the main storyboard based on the current feedback.

@Ylinen
Copy link

Ylinen commented Feb 17, 2016

I like use case II. Show current weather at the top and then the hourly below.

@Embiggens
Copy link

Another vote for use case 2. I like the button suggestion and the case 2 implementation scheme is nice. Looks great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants