Advertisement
Guest User

Untitled

a guest
Apr 16th, 2023
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. [Rainmeter]
  2. Author=Adryano Maciel
  3. Update=1000
  4.  
  5. [Metadata]
  6. Version=1.0
  7. License=Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
  8.  
  9. [Variables]
  10.  
  11. Location=ASXX1315
  12. Unit=m
  13. FColor=206,206,206,200
  14. TFont=Bebas Neue
  15.  
  16. [cWeather]
  17. Measure=Plugin
  18. Plugin=WebParser
  19. URL=https://au.news.yahoo.com/weather/
  20. RegExp=(?siU)<div id=module-location-heading class=".*"><div><h1 class=".*">(.*)</h1>.*<div class="My\(2px\).*60x60\/(.*)@2x.png.*<p class=".*">(.*)</p></div>.*</div><div class="temperature-forecast.*"> <span class=".*fahrenheit celsius.*">(.*)</span>
  21. UpdateRate=900
  22.  
  23.  
  24.  
  25. [mWeatherTemp]
  26. Measure=Plugin
  27. Plugin=Plugins\WebParser.dll
  28. Url=[cWeather]
  29. StringIndex=4
  30.  
  31.  
  32. [mWeatherDesc]
  33. Measure=Plugin
  34. Plugin=Plugins\WebParser.dll
  35. Url=[cWeather]
  36. StringIndex=3
  37.  
  38. ;-------------METERS-------------------
  39.  
  40. [MeterTemp]
  41. MeasureName=mWeatherTemp
  42. Meter=String
  43. FontColor=#Fcolor#
  44. FontFace=#TFont#
  45. FontSize=48
  46. Postfix=°
  47. X=0
  48. Y=0
  49. AntiAlias=1
  50. StringAlign=Left
  51.  
  52. [MeterDescription]
  53. MeasureName=mWeatherDesc
  54. Meter=String
  55. StringAlign=Left
  56. FontColor=#Fcolor#
  57. FontFace=#TFont#
  58. FontSize=20
  59. X=85
  60. Y=5
  61. W=220
  62. AntiAlias=1
  63. StringAlign=Left
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement