Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daveiano committed Feb 21, 2024
1 parent a5c6188 commit 2441124
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A Skin for [WeeWX](https://weewx.com/), Open source software for your weather st
- [Screenshots](#screenshots)
- [Installation](#installation)
- [Updating the skin](#updating-the-skin)
- [Wiki](#wiki)
- [Configuration/Usage](#configurationusage)
- [Free Software](#free-software)
- [Credits](#credits)

Expand Down Expand Up @@ -96,7 +96,7 @@ unzip /tmp/weewx-wdc.zip -d /tmp/weewx-wdc/

3. Install the extension:

`wee_extension --install /tmp/weewx-wdc/`
`weectl extension install -y /tmp/weewx-wdc/`

4. Restart weewx

Expand All @@ -115,7 +115,7 @@ When updating the skin to the latest version:

1. Uninstall the skin

`wee_extension --uninstall=weewx-wdc`
`weectl extension uninstall -y weewx-wdc`

2. Remove all generated content from your weewx html directory

Expand All @@ -124,11 +124,11 @@ When updating the skin to the latest version:
3. Do all 4 steps from the [Installation guide](#installation)
4. Run the reports to re-generate the html files

`wee_reports`
`weectl report run weewx-wdc`

## [Wiki](https://github.com/Daveiano/weewx-wdc/wiki)
## [Configuration/Usage](https://github.com/Daveiano/weewx-wdc/wiki)

For detailed information on how to configure the skin.conf or how to add a page with its own generated content, please have a look at the [Projects Wiki](https://github.com/Daveiano/weewx-wdc/wiki). It also covers some other important things.
For detailed information on how to [configure the skin.conf](https://github.com/Daveiano/weewx-wdc/wiki/Configuration) or how to [add a page](<https://github.com/Daveiano/weewx-wdc/wiki/About-page-(user-generated-content)>) with its own generated content, please have a look at the [Projects Wiki](https://github.com/Daveiano/weewx-wdc/wiki). It also covers some other important things like a [FAQ](https://github.com/Daveiano/weewx-wdc/wiki#faq) or a guide to add [weewx-mqtt](https://github.com/Daveiano/weewx-wdc/wiki/Support-for-weewx-mqtt).

## Free Software

Expand Down
2 changes: 1 addition & 1 deletion test/test_install_report/src/start-forecast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo 'Starting weewx reports (Alternative layout with forecast)'
# TODO: Remove API key. SECRET_OWM.
sed -i -z -e "s|debug = 0|debug = 1|g" "${WEEWX_HOME}"/weewx.conf
sed -i -z -e 's/skin = forecast\n enable = false/skin = forecast\n enable = true/g' "${WEEWX_HOME}"/weewx.conf
sed -i -z -e "s|INSERT_OWM_API_KEY_HERE|7bf26a006ec22f851a7118fe1ba824be|g" "${WEEWX_HOME}"/weewx.conf
sed -i -z -e "s|INSERT_OWM_API_KEY_HERE|SECRET_OWM|g" "${WEEWX_HOME}"/weewx.conf
sed -i -z -e "s|station_type = Interceptor|station_type = Simulator|g" "${WEEWX_HOME}"/weewx.conf
#sed -i -z -e "s|#start = 2011-01-01T00:00|start = 2022-01-01T00:00|g" "${WEEWX_HOME}"/weewx.conf
mv "${WEEWX_HOME}"/skins/weewx-wdc/skin-forecast.conf "${WEEWX_HOME}"/skins/weewx-wdc/skin.conf
Expand Down

0 comments on commit 2441124

Please sign in to comment.