Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2016
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. [Rainmeter]
  2. AppVersion=1
  3. Update=50
  4. Background=#@#bg_weather_hd_2.png
  5. BackgroundMode=0
  6. SolidColor=0,0,0,1
  7. DynamicWindowSize=1
  8.  
  9. [Metadata]
  10. Author=Edhel
  11. Description=Shows current weather in the place with icon and with the info on the left side for HD monitors. Click the icon to open the web page with more weather informations.
  12. License=Creative Commons BY-NC-SA 3.0
  13. Version=1.4
  14.  
  15. [Variables]
  16. ColorBack=255,255,255,10
  17. @Include=#@#variables.inc
  18.  
  19. [StyleText]
  20. FontFace=#fontName#
  21. FontSize=#textSize#
  22. FontColor=#Colorf#
  23. StringEffect=BORDER
  24. FontEffectColor=#Color1shadow#
  25. StringAlign=Left
  26. StringStyle=BOLD
  27. AntiAlias=1
  28.  
  29. ;----------------Measures
  30.  
  31. [Today]
  32. Measure=Plugin
  33. Plugin=Plugins\WebParser.dll
  34. UpdateRate=1800
  35. URL=http://wxdata.weather.com/wxdata/weather/local/#Location#?cc=*&unit=#Imperial#&dayf=1
  36. RegExp="(?siU).*<cc>.*<tmp>(.*)</tmp>.*<t>(.*)</t>.*<icon>(.*)</icon>.*"
  37.  
  38.  
  39. [Tomorrow]
  40. Measure=Plugin
  41. Plugin=Plugins\WebParser.dll
  42. UpdateRate=1800
  43. URL=http://wxdata.weather.com/wxdata/weather/local/#Location#?cc=*&unit=#Metric#&dayf=2
  44. RegExp="(?siU)<day d="1" t="(.*)" dt="(.*)".*<hi>(.*)</hi>.*<low>(.*)</low>.*<sunr>(.*)</sunr>.*<suns>(.*)</suns>.*<part p="d">.*<icon>(.*)</icon>.*<t>(.*)</t>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<bt>(.*)</bt>.*<ppcp>(.*)</ppcp>.*<hmid>(.*)</hmid>.*<part p="n">.*<icon>(.*)</icon>.*<t>(.*)</t>.*<wind>.*<s>(.*)</s>.*<gust>(.*)</gust>.*<d>(.*)</d>.*<t>(.*)</t>.*<bt>(.*)</bt>.*<ppcp>(.*)</ppcp>.*<hmid>(.*)</hmid>.*"
  45.  
  46. [measureTime]
  47. Measure=Time
  48. AverageSize=20
  49.  
  50. [measureRotovadlo]
  51. Measure=Calc
  52. Formula=MeasureTime * 100
  53.  
  54. [TodayDesc]
  55. Measure=Plugin
  56. Plugin=Plugins\WebParser.dll
  57. Url=[Today]
  58. StringIndex=2
  59.  
  60. [TodayTemp]
  61. Measure=Plugin
  62. Plugin=Plugins\WebParser.dll
  63. Url=[Today]
  64. StringIndex=1
  65.  
  66. [TodayIcon]
  67. Measure=Plugin
  68. Plugin=Plugins\WebParser.dll
  69. Url=[Today]
  70. StringIndex=3
  71.  
  72. [mWeatherTemp2]
  73. Measure=Plugin
  74. Plugin=Plugins\WebParser.dll
  75. Url=[Tomorrow]
  76. StringIndex=3
  77.  
  78. [mWeatherDesc2]
  79. Measure=Plugin
  80. Plugin=Plugins\WebParser.dll
  81. Url=[Tomorrow]
  82. StringIndex=8
  83.  
  84. [mIcon2]
  85. Measure=Plugin
  86. Plugin=Plugins\WebParser.dll
  87. Url=[Tomorrow]
  88. StringIndex=7
  89.  
  90.  
  91. ;-----------Meters
  92.  
  93.  
  94. [MeterIcon]
  95. MeasureName=TodayIcon
  96. Meter=IMAGE
  97. X=275
  98. Y=125
  99. w=60
  100. h=60
  101. Antialias=1
  102. LeftMouseUpACtion=!Execute ["http://www.weather.com/weather/today/#location#:1"]
  103.  
  104. [MeterWeather]
  105. Meter=STRING
  106. X=50
  107. Y=6
  108. W=200
  109. H=14
  110. MeterStyle=StyleText
  111. Text="Weather conditions:"
  112.  
  113. [MeterDesc]
  114. MeasureName=TodayDesc
  115. Meter=STRING
  116. X=50
  117. Y=2R
  118. w=200
  119. h=14
  120. MeterStyle=StyleText
  121.  
  122.  
  123. [MeterTemp]
  124. MeasureName=TodayTemp
  125. Meter=STRING
  126. X=50
  127. Y=2R
  128. w=200
  129. h=14
  130. MeterStyle=StyleText
  131. Postfix="°#postfix#"
  132.  
  133.  
  134. [MeterZitra]
  135. Meter=String
  136. X=50
  137. Y=2R
  138. W=200
  139. H=10
  140. MeterStyle=StyleText
  141. FontSize=7
  142. Text="Tomorrow:"
  143.  
  144. [MeterIcon2]
  145. MeasureName=mIcon2
  146. Meter=IMAGE
  147. X=50
  148. Y=2R
  149. w=20
  150. h=20
  151. Antialias=1
  152.  
  153. [MeterDay2]
  154. MeasureName=mWeatherDesc2
  155. Meter=STRING
  156. X=70
  157. Y=0r
  158. W=200
  159. H=10
  160. MeterStyle=StyleText
  161. FontSize=7
  162. Antialias=1
  163.  
  164. [MeterTemp2]
  165. MeasureName=mWeatherTemp2
  166. Meter=STRING
  167. X=70
  168. Y=2R
  169. w=20
  170. h=10
  171. MeterStyle=StyleText
  172. FontSize=7
  173. Postfix="°#postfix#"
  174.  
  175. [MeterRotovadlo]
  176. MeasureName=MeasureRotovadlo
  177. Meter=ROTATOR
  178. X=206
  179. Y=58
  180. W=192
  181. H=192
  182. ImageName=#@#rotovadlo-2-hd.png
  183. StartAngle=6.2832
  184. RotationAngle=6.2832
  185. ValueReminder=1200
  186. OffsetX=96
  187. OffsetY=96
  188. Padding=0,0,0,5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement