Skip to content

Commit

Permalink
Bump version to 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daveiano committed May 26, 2022
1 parent dd1a187 commit 17e50a3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
- Added rain days and average temperature calendar diagram
- Updated Chart axis labels and aggregate intervals

# Next
# 1.2.0

- Added radar image
- Support for weewx-forecast (zambretti and table template)
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def loader():
class BasicInstaller(ExtensionInstaller):
def __init__(self):
super(BasicInstaller, self).__init__(
version="1.1.0",
version="1.2.0",
name='weewx-wdc',
description='Weather Data Center skin for weewx.',
author="David Baetge",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weewx-wdc",
"version": "1.1.0",
"version": "1.2.0",
"description": "Weather Data Center skin for weewx.",
"author": "David Baetge <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

Inspired by and build with the [Carbon Design System](https://carbondesignsystem.com/). This skin uses the same technologies as [Weather Data Center](https://github.com/Daveiano/weather-data-center), a cross-platform Desktop App to import and analyze weather data, I wrote.

If you need help installing the theme, please have a look at https://github.com/Daveiano/weewx-interceptor-docker, a configured Dockerfile
If you need help installing the skin, please have a look at https://github.com/Daveiano/weewx-interceptor-docker, a configured Dockerfile
which I use as a base for my local PI installation.

## Key Features
Expand Down Expand Up @@ -241,7 +241,7 @@ For a combined diagram of Temperature and Dew point:

### Support for weewx-forecast

Add `user.forecast.ForecastVariables` to `[CheetahGenerator].search_list_extensions` in skin.conf.
Add `user.forecast.ForecastVariables` to `[CheetahGenerator].search_list_extensions` in weewx-wdc skin.conf.

It should look like this

Expand Down
8 changes: 4 additions & 4 deletions skins/weewx-wdc/skin.conf
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# configuration file for the weewx-wdc skin
SKIN_NAME = Weather Data Center
SKIN_VERSION = 1.1.0
SKIN_VERSION = 1.2.0

[Extras]
# Show a link to the GitHub respository of this skin. Set to False to hide.
github_link = True

# This radar image would be available as $Extras.radar_img
radar_img = https://www.dwd.de/DWD/wetter/radar/radfilm_sac_akt.gif
#radar_img = https://www.dwd.de/DWD/wetter/radar/radfilm_sac_akt.gif
# This URL will be used as the image hyperlink:
radar_url = https://www.dwd.de/DE/leistungen/radarbild_film/radarbild_film.html
#radar_url = https://www.dwd.de/DE/leistungen/radarbild_film/radarbild_film.html

[[forecast_table_settings]]
source = WU
Expand Down Expand Up @@ -59,7 +59,7 @@ SKIN_VERSION = 1.1.0

[CheetahGenerator]
encoding = html_entities
search_list_extensions = user.general_util.GeneralUtil, user.stats_util.StatsUtil, user.diagram_util.DiagramUtil, user.celestial_util.CelestialUtil, user.archive_util.ArchiveUtil, user.table_util.TableUtil, user.forecast.ForecastVariables
search_list_extensions = user.general_util.GeneralUtil, user.stats_util.StatsUtil, user.diagram_util.DiagramUtil, user.celestial_util.CelestialUtil, user.archive_util.ArchiveUtil, user.table_util.TableUtil

[[SummaryByMonth]]
# Reports that summarize "by month"
Expand Down

0 comments on commit 17e50a3

Please sign in to comment.