Browse Source

Update Color Table for Average Temperatures

Updated the color table for the average temperature table.
Josh Smith 8 năm trước cách đây
mục cha
commit
657a42483e
1 tập tin đã thay đổi với 6 bổ sung4 xóa
  1. 6 4
      skin.conf

+ 6 - 4
skin.conf

@@ -314,7 +314,7 @@
     minvalues = -10, -5, 0, 5, 10, 15, 25, 35, 45, 50, 60
     #maxvalues =  -10, -5, 0, 5, 10, 15, 20, 25, 30, 35, 60
     maxvalues =  -5, 0, 10, 20, 35, 45, 60, 75, 90, 100, 120
-    colours =   "#0029E5", "#0186E7", "#02E3EA", "#04EC97", "#05EF3D2", "#2BF207", "#8AF408", "#E9F70A", "#F9A90B", "#FC4D0D", "#FF0F2D"
+    colours =   "#0066FF", "#0186E7", "#02E3EA", "#04EC97", "#05EF3D2", "#2BF207", "#8AF408", "#E9F70A", "#F9A90B", "#FC4D0D", "#FF0F2D"
     monthnames = Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec
 
     # The Raspberry Pi typically takes 15+ seconds to calculate all the summaries with a few years of weather date.
@@ -339,12 +339,14 @@
     [[avg_temp]]
         obs_type = outTemp
         aggregate_type = avg
+	minvalues = 15, 25, 35, 45, 50, 55, 60, 65, 70, 75, 80
+    	maxvalues =  25, 35, 45, 50, 55, 60, 65, 70, 75, 80, 85
 
     [[avg_htemp]]
         obs_type = inTemp
         aggregate_type = avg
-	minvalues =  50, 60, 65, 68, 70, 72, 74, 76, 78, 80, 82
-    	maxvalues =  60, 65, 68, 70, 72, 74, 76, 78, 80, 82, 90
+	minvalues =  50, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80
+    	maxvalues =  62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 85
 
     [[temp_count]]
         obs_type = outTemp
@@ -722,7 +724,7 @@
                 # aggregate_interval = 2629800 # Magic number: the length of a nominal month
                 aggregate_interval = 604800    # == 1 week
                 label = Rain (weekly total)
-        
+
         [[[yearpond]]]
             yscale = None, None, 0.5
             [[[[extraTemp1]]]]