1. [Rainmeter]
  2. Author=RudeBoySes
  3. Website=http://rudeboyses.deviantart.com/
  4. [Metadata]
  5. Name=Essential Bar
  6. Config=
  7. Description=Display Bar for Minimalist
  8. Instructions=Enable background for your monitor size, enable desired displays.
  9. Version=1.0
  10. Tags=Essential, Minimal, Bar
  11. License=
  12. Variant=
  13. Preview=
  14. ;End of added Metadata
  15. [Variables]
  16. ;Find your code at Weather.com,
  17. ;e.g: Taipei is TWXX0021.
  18. ;e.g: Willow Grove, PA is "USPA1801"
  19. ;Replace "Location=TWXX0021" below with your code.
  20. ;Replace Metric=F with Metric=C for Celcius
  21. ;Font=Segoe UI can also be replaced with your liking.
  22. Font=Segoe UI
  23. Metric=F
  24. Location=USPA1801
  25. [MeasureWeatherRSS]
  26. Measure=Plugin
  27. Plugin=Plugins\WebParser.dll
  28. UpdateRate=3600
  29. Url=http://xml.weather.com/weather/local/#Location#?cc=*&unit=#Metric#&dayf=0
  30. RegExp="(?siU)<weather ver="(.*)">(.*)<tmp>(.*)</tmp>(.*)<t>(.*)</t>(.*)<icon>(.*)</icon>(.*)"
  31. StringIndex=1
  32. IfAboveValue=1
  33. IfAboveAction=!execute [!RainmeterHideMeter MeterIconNA][!RainmeterShowMeter MeterIcon]
  34. ;Debug=1
  35. [MeasureWeatherTemp]
  36. Measure=Plugin
  37. Plugin=Plugins\WebParser.dll
  38. Url=[MeasureWeatherRSS]
  39. StringIndex=3
  40. [MeasureWeatherDesc]
  41. Measure=Plugin
  42. Plugin=Plugins\WebParser.dll
  43. Url=[MeasureWeatherRSS]
  44. StringIndex=5
  45. [MeasureWeatherIcon]
  46. Measure=Plugin
  47. Plugin=Plugins\WebParser.dll
  48. Url=[MeasureWeatherRSS]
  49. StringIndex=7
  50. [MeterTemp]
  51. MeasureName=MeasureWeatherTemp
  52. Meter=STRING
  53. X=6
  54. Y=4
  55. FontColor=C6DEFF
  56. StringStyle=NORMAL
  57. FontSize=7
  58. StringAlign=LEFT
  59. FontFace=calibri
  60. Antialias=1
  61. Postfix="°"
  62. [MeterRSS]
  63. MeasureName=MeasureWeatherIcon
  64. Meter=STRING
  65. X=50
  66. Y=18
  67. FontColor=ffffff
  68. FontSize=5
  69. StringAlign=LEFT
  70. StringStyle=NORMAL
  71. FontFace=tahoma
  72. Antialias=1
  73. [MeterIconNA]
  74. ImageName=na.png
  75. Meter=IMAGE
  76. X=3
  77. Y=2
  78. [MeterIcon]
  79. MeasureName=MeasureWeatherIcon
  80. Meter=IMAGE
  81. X=3
  82. Y=2

Weather Update for Rainmeter 3.0