Skip to content

Commit b459809

Browse files
authored
5-days-at-a-glance option, etc. (#27)
* 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.
1 parent 6480ebf commit b459809

23 files changed

Lines changed: 301 additions & 337 deletions

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.7.0
2+
3+
* On a 16x9 or wider display, five days of forecast, instead of just four days, will be displayed without the need to scroll sideways.
4+
* Fixed sometimes-off tap/click detection for forecast days and the sun/moon rise/set toggle.
5+
* Fix possible "snap-back" when scrolling forecast/alert dialog text.
6+
* Added a 3D design file to project for a custom monitor stand with mounting for Raspberry Pi and other project hardware.
7+
18
## 2.6.1
29

310
* Fix a user-settings bug for first-time users.

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ The clock displays the time and date in both analog and digital form, in 12- or
88

99
When displaying 24-hour time, that time can either be local time or UTC.
1010

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.*
1214

1315
![app screenshot](https://shetline.com/readme/aw-clock/2.4.0/awc_screenshot.png)
1416
<br/><br/>
@@ -89,7 +91,7 @@ When connecting the 433 MHz receiver module follow the same precautions as speci
8991

9092
### Touchscreen/mouse features
9193

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.*
9395
* Tap/click on a forecast day, and a textual summary (if available) of that day’s weather will appear.
9496
* 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.*
9597
* 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

Comments
 (0)