Watchmaker Wiki

The ultimate watch maker for Android Wear!

User Tools

Site Tools


sprites

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
sprites [2015/01/21 14:54] splitbrainsprites [2018/01/05 20:42] – [Weather] toby_goodlock
Line 20: Line 20:
 Watchmaker comes with 4 different sets of Weather icons. They all feature a 3x3 grid with the following icons: Watchmaker comes with 4 different sets of Weather icons. They all feature a 3x3 grid with the following icons:
  
-  - sunny +  - Sunny 
-  - FIXME +  - Partly Cloudy 
-  - FIXME +  - Scattered Clouds 
-  - FIXME +  - Mostly Cloudy 
-  - light rain +  - Light Rain 
-  - heavy rain +  - Heavy Rain 
-  - thunderstorm +  - Thunderstorm 
-  - snow +  - Snow 
-  - cloudy+  - Mist/Fog
  
 By default the weather widget shows the current weather condition as provided by the [[settings#weather provider]] using the following expression: By default the weather widget shows the current weather condition as provided by the [[settings#weather provider]] using the following expression:
Line 38: Line 38:
 ''{wci}'' of course refers to the [[tags#weather tag]] containing the current weather icon information. The expression maps the many states this tag can have to the 9 available icons. Replace it with the appropriate tag to change the icon to a forecast day's weather condition. ''{wci}'' of course refers to the [[tags#weather tag]] containing the current weather icon information. The expression maps the many states this tag can have to the 9 available icons. Replace it with the appropriate tag to change the icon to a forecast day's weather condition.
  
-''{wci}'' can have the following values:+''{wci}'' can have the following values (or others depending on your weather provider):
  
-Value Condition +| Partial List.  | Please Expand              | 
-FIXME FIXME     |+{wci} value    {wct} text                 
 +01d            | Clear or Sunny             | 
 +| 02d            | Windy or Cloudy            | 
 +| 03d            | Mostly Cloudy              | 
 +| 04d            | Clouds or Partly Cloudy    | 
 +| 09d            | Breezy or Rain or Showers 
 +| 10d            | Rain                       | 
 +| 11d            | Thunderstorm               | 
 +| 13d            | Snow or Blowing Snow       | 
 +| 50d            Fog                        |
  
 ===== Battery ===== ===== Battery =====
Line 56: Line 65:
 </code> </code>
  
 +See also [[tips:batterymeters|Analog Battery Meters]]
 ===== WiFi Strength ===== ===== WiFi Strength =====
  
sprites.txt · Last modified: 2018/01/05 20:58 by toby_goodlock