Guest User

Weather.inc for Yahoo Weather in Rainmeter

a guest
Nov 7th, 2016
607
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. ;---------------------------------------------------------------------
  2. ; METERS
  3.  
  4. [Background]
  5. Meter=IMAGE
  6. MeterStyle=StyleSidebarBackground | StyleWeather#Variant#Background
  7.  
  8. [Border]
  9. Meter=IMAGE
  10. MeterStyle=StyleWeather#Variant#Border | StyleWeather#Variant#Border1
  11.  
  12. ;-----------------------
  13. ; DAY 1
  14.  
  15. [Icon]
  16. Meter=IMAGE
  17. MeterStyle=StyleWeather#Variant#Moxa
  18. MeasureName=MeasureWeatherIcon
  19.  
  20. [Temp]
  21. Meter=STRING
  22. MeterStyle=StyleWeather#Variant#Text
  23. MeasureName=MeasureWeatherTemp
  24. MeasureName2=MeasureWeatherUnitTemp
  25. Text=%1°%2
  26. LeftMouseUpAction=[[MeasureYahooWeather]]
  27.  
  28. [Desc]
  29. Meter=STRING
  30. MeasureName=MeasureWeatherDesc
  31. MeterStyle=StyleWeather#Variant#Label
  32.  
  33. ;-----------------------
  34. ; WIND
  35.  
  36. [WindSeparator]
  37. Meter=IMAGE
  38. MeterStyle=StyleWeather#Variant#Separator
  39.  
  40. [WindChill]
  41. Meter=STRING
  42. MeasureName=MeasureWeatherWindChill
  43. MeterStyle=StyleWeather#Variant#Text | StyleWeather#Variant#TextSub
  44. Postfix="°"
  45.  
  46. [WindChillLabel]
  47. Meter=STRING
  48. MeterStyle=StyleWeather#Variant#Label | StyleWeather#Variant#LabelSub
  49. Text=Wind Chill
  50.  
  51. [WindSpeed]
  52. Meter=STRING
  53. MeasureName=MeasureWeatherWindSpeed
  54. MeasureName2=MeasureWeatherUnitSpeed
  55. MeterStyle=StyleWeather#Variant#Text | StyleWeather#Variant#TextSub
  56. Text=%1 %2
  57.  
  58. [WindSpeedLabel]
  59. Meter=STRING
  60. MeterStyle=StyleWeather#Variant#Label | StyleWeather#Variant#LabelSub
  61. Text=Speed
  62.  
  63. [WindDirection]
  64. Meter=STRING
  65. MeasureName=MeasureWeatherWindDirection
  66. MeasureName2=MeasureWeatherWindDirectionCardinal
  67. MeterStyle=StyleWeather#Variant#Text | StyleWeather#Variant#TextSub
  68. Text=%1° (%2)
  69.  
  70. [WindDirectionLabel]
  71. Meter=STRING
  72. MeterStyle=StyleWeather#Variant#Label | StyleWeather#Variant#LabelSub
  73. Text=Direction
  74.  
  75. ;-----------------------
  76. ; ATMOSPHERE
  77.  
  78. [AtmoSeparator]
  79. Meter=IMAGE
  80. MeterStyle=StyleWeather#Variant#Separator
  81.  
  82. [AtmoHumidity]
  83. Meter=STRING
  84. MeasureName=MeasureWeatherAtmoHumidity
  85. MeterStyle=StyleWeather#Variant#Text | StyleWeather#Variant#TextSub
  86. Postfix="%"
  87.  
  88. [AtmoHumidityLabel]
  89. Meter=STRING
  90. MeterStyle=StyleWeather#Variant#Label | StyleWeather#Variant#LabelSub
  91. Text=Humidity
  92.  
  93. [AtmoPressure]
  94. Meter=STRING
  95. MeasureName=MeasureWeatherAtmoPressure
  96. MeasureName2=MeasureWeatherUnitPressure
  97. MeterStyle=StyleWeather#Variant#Text | StyleWeather#Variant#TextSub
  98. Text=%1 %2
  99.  
  100. [AtmoPressureLabel]
  101. Meter=STRING
  102. MeterStyle=StyleWeather#Variant#Label | StyleWeather#Variant#LabelSub
  103. Text=Pressure
  104.  
  105. [AtmoVisibility]
  106. Meter=STRING
  107. MeasureName=MeasureWeatherAtmoVisibility
  108. MeterStyle=StyleWeather#Variant#Text | StyleWeather#Variant#TextSub
  109. Postfix="%"
  110.  
  111. [AtmoVisibilityLabel]
  112. Meter=STRING
  113. MeterStyle=StyleWeather#Variant#Label | StyleWeather#Variant#LabelSub
  114. Text=Visibility
  115.  
  116. ;-----------------------
  117. ; DAY 2
  118.  
  119. [Day2Separator]
  120. Meter=IMAGE
  121. MeterStyle=StyleWeather#Variant#Border | StyleWeather#Variant#Border2
  122.  
  123. [Icon2]
  124. Meter=IMAGE
  125. MeterStyle=StyleWeather#Variant#Moxa
  126. MeasureName=MeasureWeatherDay2Icon
  127.  
  128. [Temp2]
  129. Meter=STRING
  130. MeterStyle=StyleWeather#Variant#Text
  131. MeasureName=MeasureWeatherDay2Average
  132. MeasureName2=MeasureWeatherUnitTemp
  133. Text=%1°%2
  134. LeftMouseUpAction=[[MeasureWeatherRSS]]
  135.  
  136. [Date2]
  137. Meter=STRING
  138. MeasureName=MeasureWeatherDay2Date
  139. MeterStyle=StyleWeather#Variant#Label
  140.  
  141. ;-----------------------
  142. ; DAY 3
  143.  
  144. [Day3Separator]
  145. Meter=IMAGE
  146. MeterStyle=StyleWeather#Variant#Border | StyleWeather#Variant#Border3
  147.  
  148. [Icon3]
  149. Meter=IMAGE
  150. MeterStyle=StyleWeather#Variant#Moxa
  151. MeasureName=MeasureWeatherDay3Icon
  152.  
  153. [Temp3]
  154. Meter=STRING
  155. MeterStyle=StyleWeather#Variant#Text
  156. MeasureName=MeasureWeatherDay3Average
  157. MeasureName2=MeasureWeatherUnitTemp
  158. Text=%1°%2
  159. LeftMouseUpAction=[[MeasureWeatherRSS]]
  160.  
  161. [Date3]
  162. Meter=STRING
  163. MeasureName=MeasureWeatherDay3Date
  164. MeterStyle=StyleWeather#Variant#Label
  165.  
  166. ;-----------------------
  167.  
  168. [BorderBottom]
  169. Meter=IMAGE
  170. MeterStyle=StyleWeather#Variant#Border | StyleWeather#Variant#Border4
Add Comment
Please, Sign In to add comment