| configuration file: |
@@ -202,9 +200,6 @@ img {
Also set any parameters specific to the station, such as the port for stations connected via serial port.
-
- weewx must be restarted for changes to the configuration file to take effect.
-
If you have a weather station from the Davis Vantage series, many of the configuration data will be downloaded from your hardware, including altitude, archive interval, and the start of your rain year. If you have not set these, you can either do so by following the instructions in the manual that came with your weather station, or by using the configuration utility config_vp.py, which is included with weewx. To see how to run config_vp.py:
@@ -265,7 +260,7 @@ cd /home/weewx
Verify
- After 5 minutes, open the station web page in a web browser. You should see the default weewx page with generic station information and data.
+ After 5 minutes, open the station web page in a web browser. You should see the default weewx page with your station information and data.
file:///usr/lib/weewx/html/index.html
diff --git a/docs/usersguide.htm b/docs/usersguide.htm
index a9921c76..ad4007b3 100644
--- a/docs/usersguide.htm
+++ b/docs/usersguide.htm
@@ -662,7 +662,7 @@ mysql> GRANT select, update, create, delete, insert ON stats.* TO weewx@local
Most of the important options are up near the top of the file. They are all
documented in this section, although you can safely ignore most of them. The
truly important ones, the ones you are likely to have to customize for your
- station, are shown in bold face and in blue.
+ station, are highlighted.
Default values are provided for many of them, meaning that if they are not
listed in the configuration file at all, weewx
@@ -831,7 +831,7 @@ mysql> GRANT select, update, create, delete, insert ON stats.* TO weewx@local
start
The start time for the generator in the format YYYY-MM-DD
hh:mm. Optional. Default is the present time.
-
+
[StdRESTful]
This section is for configuring the StdRESTful
service, which uploads to simple
diff --git a/docs/weewx_docs.css b/docs/weewx_docs.css
index 40050005..81d9c983 100644
--- a/docs/weewx_docs.css
+++ b/docs/weewx_docs.css
@@ -102,10 +102,6 @@ td {
color: #bb9900;
margin-bottom: -12px;
}
-.bold_n_blue {
- color: #0000FF;
- font-weight:bold;
-}
.xxsmall {
font-size: xx-small;
}