You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Make tap/click events on forecast days and rise/set area more dependable. Fix scrolling bounce-back glitch. Add 3-D printing file to project. Fix circular dependency.
* Display 5 forecast days at once for 16x9 or wider displays. Simplify some code using jQuery toggleClass().
* Improve forecast retrieval error handling. Update documentation.
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,9 @@ The clock displays the time and date in both analog and digital form, in 12- or
8
8
9
9
When displaying 24-hour time, that time can either be local time or UTC.
10
10
11
-
**A touchscreen or mouse is required to display the last three days of the seven-day forecast, to switch the display from sunrise/sunset to moonrise/moonset, or to switch from hourly temperatures to hourly probability-of-precipitation.*
11
+
On a display which is narrower than a 16-by-9 aspect ratio, four forecast days can be seen at one time without scrolling. On 16-by-9 or wider displays, five days are visible at a glance.
12
+
13
+
**A touchscreen or mouse is required to display the last two or three days of the seven-day forecast, to switch the display from sunrise/sunset to moonrise/moonset, or to switch from hourly temperatures to hourly probability-of-precipitation.*
@@ -89,7 +91,7 @@ When connecting the 433 MHz receiver module follow the same precautions as speci
89
91
90
92
### Touchscreen/mouse features
91
93
92
-
* Swipe left or right on the daily forecast to view the full seven-day forecast. You can also tap/click on the left/right arrows on either side of the forecast. *After one minute, the display reverts to the first four days.*
94
+
* Swipe left or right on the daily forecast to view the full seven-day forecast. You can also tap/click on the left/right arrows on either side of the forecast. *After one minute, the display reverts to the first four (or five) days.*
93
95
* Tap/click on a forecast day, and a textual summary (if available) of that day’s weather will appear.
94
96
* Tap/click on the rise/set icon, or the rise/set times, to switch between sun and moon rise and set times. *After one minute, the display reverts to sunrise/sunset.*
95
97
* Tap/click on the hourly weather icons, or the hourly temperatures, to see hourly probabilities of precipitation. Tap/click again to toggle back to temperatures. *After one minute, the display reverts to hourly temperatures.*
0 commit comments