diff --git a/readme.md b/readme.md index ca6fbd35..d45bc388 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,23 @@ # Weewx Weather Data Center skin +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. + +## Key Features + +- Clear and beatiful UI thanks to [IBM Carbon](https://carbondesignsystem.com/) and [nivo](https://nivo.rocks/) +- Configurable Statistic Tiles and Diagram tiles +- Combinable diagrams via skin.conf +- Responsive +- Day, week, month, year and all-time pages +- Almanac +- Translated for DE and EN + ## Usage +### Installation + +### Configuration + ## Development The skin uses the Cheetah templating engine provided by weewx in combination with carbon web components @@ -31,6 +47,8 @@ Starts a nginx docker container to serve the generated files. `docker run -it --rm -d -p 8080:80 --name web -v /var/www/html/weewx:/usr/share/nginx/html nginx` +## Credits + ### Todo - Footer diff --git a/skins/weewx-wdc/lang/de.conf b/skins/weewx-wdc/lang/de.conf index bd35caa8..156f13a2 100644 --- a/skins/weewx-wdc/lang/de.conf +++ b/skins/weewx-wdc/lang/de.conf @@ -103,6 +103,7 @@ "Monthly Weather Conditions" = "Monatliche Wetterlage" "Yearly Weather Conditions" = "Jährliche Wetterlage" "All Time Stats" = "Statistik gesamter Zeitram" + "All Time" = "Gesamter Zeitraum" "Last 24 hours" = "Letze 24h" "Last 7 days" = "Letze 7 Tage" "Last month" = "Letzer Monat" diff --git a/skins/weewx-wdc/lang/en.conf b/skins/weewx-wdc/lang/en.conf index 78867f79..4fd8df93 100644 --- a/skins/weewx-wdc/lang/en.conf +++ b/skins/weewx-wdc/lang/en.conf @@ -103,6 +103,7 @@ "Monthly Weather Conditions" = "Monthly Weather Conditions" "Yearly Weather Conditions" = "Yearly Weather Conditions" "All Time Stats" = "All time statistics" + "All Time" = "All time" "Last 24 hours" = "Last 24 hours" "Last 7 days" = "Last 7 days" "Last month" = "Last month" diff --git a/skins/weewx-wdc/statistics.html.tmpl b/skins/weewx-wdc/statistics.html.tmpl index 5c96f2f8..2382f21c 100644 --- a/skins/weewx-wdc/statistics.html.tmpl +++ b/skins/weewx-wdc/statistics.html.tmpl @@ -47,7 +47,7 @@