Commit Graph

2126 Commits

Author SHA1 Message Date
Tom Keffer
a00650583b Add option 'boundary' to $span().
If set to 'midnight', then the starting time will be set to the previous midnight.
2022-01-21 15:45:27 -08:00
Tom Keffer
056b08ed09 If null, use transparent color instead of blank string.
Move ValueTuple and ValueHelper docs to customizing guide.
2022-01-21 13:39:45 -08:00
Tom Keffer
d47c8a3881 Added tests for the various versions of $colorize 2022-01-16 12:52:32 -08:00
Tom Keffer
939a4df8d4 Check for 'None' in colorize_3.py. 2022-01-14 17:30:08 -08:00
Tom Keffer
31dc91c7b9 Remove the now redundant SLE information from the customizing guide. 2022-01-14 13:12:40 -08:00
Tom Keffer
b9e0d69ecc Add an even simpler version of colorize(). 2022-01-14 13:07:34 -08:00
Tom Keffer
a134534759 Add an SLE example $colorize().
New document about how to write an SLE.
Add a new function weewx.units.convertStdName().
2022-01-14 05:26:27 -08:00
Tom Keffer
aec1acb028 Rename the 'stats' example to 'seven_day' 2022-01-11 14:33:57 -08:00
Tom Keffer
7d8548c35b Move tag $alltime from examples to WeeWX core. 2022-01-10 13:37:32 -08:00
Tom Keffer
059473a2e0 Merge pull request #728 from gjr80/development
implement a 'natural' sort of field names in `to_sorted_string()`
2022-01-07 08:04:35 -08:00
gjr80
a433a78a64 added item re improved alphanumeric sorting packet/record fields 2022-01-07 15:19:50 +10:00
Tom Keffer
3d75becf46 StdQC now honors log_failure.
Fixes issue #727.
2022-01-06 16:49:32 -08:00
Tom Keffer
68bf6c4033 Fixed bug that prevented the ssh port from being specified when using rsync.
Fixes issue #725.
2022-01-02 07:35:48 -08:00
mwall
f32cda6cc2 added sample tmpfiles config file 2021-12-30 08:45:51 -05:00
mwall
5899d15327 fix invocation of start-stop-daemon so that running weewx as non-root user works without janky modifications 2021-12-30 08:44:40 -05:00
Tom Keffer
7fd137cef2 Improved description of how to create a search list extension. 2021-12-26 15:54:00 -08:00
Matthew Wall
abaadd0091 update changelog 2021-12-21 07:11:11 -05:00
Tom Keffer
6d7caa2b5e The METRIC system uses cm for rain, not mm.
Added missing <p>.
2021-12-20 05:05:29 -08:00
Matthew Wall
fe590f1a0f minor table width adjustment. v4.5 is in the past. 2021-12-19 22:13:54 -05:00
Matthew Wall
90cafac084 added section 'Changing date and time formats' 2021-12-19 21:58:48 -05:00
Matthew Wall
deeabc00d0 keep border in same hue as box. pad example text to let it breathe a bit. 2021-12-19 21:57:48 -05:00
Tom Keffer
f8681e78e8 Standardize skin.conf. 2021-12-09 12:45:35 -08:00
Tom Keffer
2f09796b02 Simplify Debian instructions. 2021-12-07 15:37:44 -08:00
Vince Skahan
6b8bbca741 spelling 2021-12-07 15:01:23 -08:00
Vince Skahan
88ac3f0126 update debian instructions re: LetsEncrypt breaking change 2021-12-07 14:58:43 -08:00
Tom Keffer
451aac9aa9 Use tee instead of redirection to set keys. 2021-12-07 05:42:20 -08:00
Tom Keffer
19c55531c4 More clarifying comments in the Customizing Guide. 2021-12-06 13:02:09 -08:00
Tom Keffer
24a8e69b6b Merge branch 'master' into development
# Conflicts:
#	docs/debian.htm
2021-12-02 13:47:09 -08:00
Vince Skahan
31a54ee1d5 update apt-key command to debian10 and future syntax 2021-12-02 10:13:30 -08:00
Tom Keffer
3317081e3b Use strict (and simpler) option hierarchy.
Update test suites.
Update docs to match.
2021-11-30 17:47:04 -08:00
Tom Keffer
7337dcd9a4 Refactored _build_skin_dict.
Moved options lang and unit_system to [[Defaults]].
Include test suite for how the skin_dict is built.
Resolved some option hierarchy conflicts.
2021-11-28 15:35:04 -08:00
gjr80
0b896ef230 added pyephem availability logging to changelog 2021-11-27 10:16:30 +10:00
Tom Keffer
fd6d9a1f8e New FTP option 'ftp_encoding' for oddball FTP servers that
send their responses back in something other than UTF-8.
2021-11-19 13:05:19 -08:00
Matthew Wall
579fbed477 minor user guide wordsmithing 2021-11-15 09:05:41 -05:00
Matthew Wall
f3720c86be make macos location listing match other platforms 2021-11-15 08:55:13 -05:00
Tom Keffer
95c98170e4 Moved the no-longer-needed section "Compatibility with wview" to a Wiki page. 2021-11-04 04:36:47 -07:00
Tom Keffer
e56866be90 4.6.0b6 2021-11-03 05:02:03 -07:00
Tom Keffer
a7bf4d2d28 Merge in unit_system at all levels in the option hierarchy.
Use search_up() to find the language spec.
Shut off interpolation when reading skin configurations.
Set an appropriate default for unit_system in the language file.
2021-11-02 13:39:28 -07:00
Tom Keffer
8462bc823a Further refinement of customizing guide.
Fixed some HTML errors.
Added some links.
2021-11-02 05:10:47 -07:00
Gary
7ea6552c1e minor changes in terminology 2021-11-02 19:57:09 +10:00
Matthew Wall
6df04c9762 minor wordsmithing for the options section of the customization guide 2021-11-01 22:56:55 -04:00
Tom Keffer
f25beb8320 Moved all labels and formats out of units.py and into defaults.py.
Reordered the processing of options a bit.
Documented the options hierarchy in a little more detail.
2021-11-01 17:58:45 -07:00
Tom Keffer
d4ad4e48d5 Replaced $gettext('lang') with the simpler $lang.
Tag $skin is the value for skin=xxx in weewx.conf.
Tag $SKIN_NAME is the name given in skin.conf.
Documented all the global tags.
2021-10-31 18:37:02 -07:00
Tom Keffer
bcc35e26fd Documented new tags $SKIN_NAME, $SKIN_VERSION, and $getobs(). 2021-10-31 08:24:49 -07:00
Tom Keffer
15c042f878 Refined the Customizing Guide. 2021-10-26 17:00:23 -07:00
Tom Keffer
ae59d91385 Parameterized Seasons skin now checks against 'windSpeed', instead of 'wind'. 2021-10-23 12:01:45 -07:00
Tom Keffer
94e915c353 Start versioning the skins.
V4.6.0b3
2021-10-05 15:02:59 -07:00
Tom Keffer
285dcad122 Minor tweaks. 2021-10-05 15:02:36 -07:00
Tom Keffer
61fa7adf7b Refactored ImageGenerator to make it more modular and easier to understand.
skip_if_empty now accepts time domains (such as 'year').
Fixed bug that prevented 'not_null' from working with windvec.
2021-10-05 11:41:10 -07:00
Tom Keffer
56f49c6246 Put PR #702 in the changes document.
Better comments on image generation.
2021-10-02 05:26:02 -07:00