Skip to content

Commit

Permalink
One more b11 change.
Browse files Browse the repository at this point in the history
  • Loading branch information
chaunceygardiner committed Dec 1, 2020
1 parent 7190fdc commit 902c78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Installation instructions:

1) run the installer:

wee_extension --install weewx-forecast-3.4.0b10.zip
wee_extension --install weewx-forecast-3.4.0b11.zip

2) modify weewx.conf for your location:

Expand Down

1 comment on commit 902c78f

@Vetti52
Copy link

@Vetti52 Vetti52 commented on 902c78f Dec 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in multiple tables at toggle on click either a line brake br/ is missing between sunrise and sunset, and between moonrise and moonset, or col-sun and col-moon should be narrowed by col width, so that the values are automatically broken into two lines.
After some tests, it is more conveniant, to add <br/> in forecast_table.inc
line 401-402:

  #if $period.event_ts.raw <= $sunrise_ts < $period.event_ts.raw + $period.duration
          $alm.sunrise<br/>

and same in line 413-414:

  #if $period.event_ts.raw <= $moonrise_ts < $period.event_ts.raw + $period.duration and $moonrise_ts < $nextday_ts
          $alm.moon.rise<br/>

Please sign in to comment.