From 2977de60efef01bc770d7d6777febe7b9c331224 Mon Sep 17 00:00:00 2001 From: Rich Braun Date: Sun, 21 Jun 2020 19:47:42 -0700 Subject: [PATCH] SYS-491 forecast module disabled, not working in python3 --- about.html.tmpl | 2 +- include/buttonbar.inc | 1 - month.html.tmpl | 4 ++-- skin.conf | 5 ++--- week.html.tmpl | 4 ++-- 5 files changed, 7 insertions(+), 9 deletions(-) diff --git a/about.html.tmpl b/about.html.tmpl index b8da035..4a72768 100644 --- a/about.html.tmpl +++ b/about.html.tmpl @@ -82,7 +82,7 @@ #end if

- WeeGreen skin authored by Rich Braun, Copyright 2015 + WeeGreen skin authored by Rich Braun, Copyright 2020

diff --git a/include/buttonbar.inc b/include/buttonbar.inc index f9b78ba..093c55f 100644 --- a/include/buttonbar.inc +++ b/include/buttonbar.inc @@ -2,7 +2,6 @@ -

Weewx uptime: $station.uptime
Server uptime: $station.os_uptime

diff --git a/month.html.tmpl b/month.html.tmpl index 02506a5..e9ec61d 100644 --- a/month.html.tmpl +++ b/month.html.tmpl @@ -11,8 +11,8 @@ #set global $period1 = $month #set global $period2 = $year - #set global $period1Name = "Past Month" - #set global $period2Name = "Past Year" + #set global $period1Name = "This Month" + #set global $period2Name = "This Year" #include "include/chart.inc"
diff --git a/skin.conf b/skin.conf index aa98902..584c651 100644 --- a/skin.conf +++ b/skin.conf @@ -1,6 +1,5 @@ ############################################################################### -# $Id: skin.conf,v 1.6 2015/01/26 21:45:53 root Exp $ -# Copyright (c) 2015 Rich Braun # +# Copyright (c) 2020 Rich Braun # # Copyright (c) 2010 Tom Keffer # # WeeGreen SKIN CONFIGURATION FILE adapted from Standard skin # @@ -241,7 +240,7 @@ # which files are to be generated from which template. # Forecasting - search_list_extensions = user.forecast.ForecastVariables + # search_list_extensions = user.forecast.ForecastVariables # Possible encodings are 'html_entities', 'utf8', or 'strict_ascii' encoding = html_entities diff --git a/week.html.tmpl b/week.html.tmpl index f407e71..c22b660 100644 --- a/week.html.tmpl +++ b/week.html.tmpl @@ -11,8 +11,8 @@ #set global $period1 = $week #set global $period2 = $month - #set global $period1Name = "Past Week" - #set global $period2Name = "Past Month" + #set global $period1Name = "This Week" + #set global $period2Name = "This Month" #include "include/chart.inc"