Skip to content

Commit

Permalink
SYS-491 forecast module disabled, not working in python3
Browse files Browse the repository at this point in the history
  • Loading branch information
instantlinux committed Jun 22, 2020
1 parent 3e448ab commit 2977de6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion about.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
#end if
</p>
<p>
<i>WeeGreen skin authored by Rich Braun, Copyright 2015</i>
<i>WeeGreen skin authored by Rich Braun, Copyright 2020</i>
</div> <!-- End id "about" -->
<div class="github-fork-ribbon-wrapper right">
<div class="github-fork-ribbon">
Expand Down
1 change: 0 additions & 1 deletion include/buttonbar.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<input type="button" value=" RSS " onclick="openURL('RSS/weewx_rss.xml')" />
<input type="button" value=" Flip-Phone Format " onclick="openURL('mobile.html')" />
<input type="button" value=" Smartphone Format " onclick="openURL('smartphone/index.html')" />
<input type="button" value=" Auto Refresh " id='refbutton' onclick="autoRefresh();buttonColor('refbutton');" />
<div class="sources">
<p>Weewx uptime: $station.uptime<br/>
Server uptime: $station.os_uptime</p>
Expand Down
4 changes: 2 additions & 2 deletions month.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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"

</div> <!-- End class "stats_group" -->
Expand Down
5 changes: 2 additions & 3 deletions skin.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
###############################################################################
# $Id: skin.conf,v 1.6 2015/01/26 21:45:53 root Exp $
# Copyright (c) 2015 Rich Braun <[email protected]> #
# Copyright (c) 2020 Rich Braun <[email protected]> #
# Copyright (c) 2010 Tom Keffer <[email protected]> #
# WeeGreen SKIN CONFIGURATION FILE adapted from Standard skin #

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions week.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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"

</div> <!-- End class "stats_group" -->
Expand Down

0 comments on commit 2977de6

Please sign in to comment.