diff --git a/include/forecast_table.inc b/include/forecast_table.inc index 8a8ab10..163cd6b 100644 --- a/include/forecast_table.inc +++ b/include/forecast_table.inc @@ -134,7 +134,7 @@ function toggle(control, id) { #set $num_hours = $hour_periods #set $skip_first = 0 #if $current_hour + $hour_periods > 23 and $current_hour % 2 == 0 - set $skip_first = 1 + #set $skip_first = 1 #end if #for $period in $periods diff --git a/include/masthead.inc b/include/masthead.inc index 0636406..d5208b6 100644 --- a/include/masthead.inc +++ b/include/masthead.inc @@ -21,5 +21,8 @@ #if $Extras.has_key('wundergroundLink') #end if + #if $Extras.has_key('webcamLink') + + #end if diff --git a/skin.conf b/skin.conf index de07d08..aa98902 100644 --- a/skin.conf +++ b/skin.conf @@ -43,8 +43,9 @@ # Computer running weewx computerType = Raspberry Pi - # Link to Wunderground + # Links to Wunderground, webcam wundergroundLink = http://www.wunderground.com/personal-weather-station/dashboard?ID=KCASANFR366 + webcamLink = http://www.wunderground.com/webcams/RichCastroWX/1/show.html # Use the forecast_table_settings to override default forecast parameters [[forecast_table_settings]]