When did it suddenly become cool to hate everything? It's a growing problem, especially in the entertainment world, and no one benefits from an increasingly hard to please, pessimistic audience.
Artist's Comments
** UPDATED, please download new version **
[link] a transparent weather widget for Rainmeter. two versions - black text and white text. mod of MoxaWeather by MoxaMax. don't forget to change the location in the INI files. |
Details
November 11, 2008
128 KB 9.5 KB 209×195 StatisticsShare
Link
Embed
Thumb
|
Comments
though i realized yesterday that the first line is the current conditions. can't figure out how to make it display today's forecast, which is what i really wanted
Can you make one small change: to show min & max temperature for each day, like this MIN-MAX (8-15°
that would be great!
--
[link] - my hw/sw configuration & desktop
--
elcarlitoxloco
anyway, for me, it is important to see when lowest temperature is bellow 0 Celsius... I will try little more...
--
[link] - my hw/sw configuration & desktop
example from the INI:
;tomorrow's Hi-temp, id=12
;tomorrow's Lo-temp, id=14, you can redefine the StringIndex value below with the id#
[MeasureWeatherTemp1]
Measure
Plugin
Url=[MeasureWeatherRSS]
StringIndex=12
this part sets the high temp value. the string index here is 12, which you can see from the note is the hi temp. the low temp id is 14, so change it to 14. also, change the variable name so it doesn't conflict, something like [MeasureWeatherTemp2]
then find this part which displays the value:
[MeterTemp1]
MeasureName=MeasureWeatherTemp1
Meter=STRING
X=148
Y=43
FontColor=0,0,0,180
StringStyle=NORMAL
FontSize=15
StringAlign=RIGHT
StringStyle=BOLD
FontFace=#Font#
Antialias=1
Postfix="°"
here, just change the name (maybe to [MeterTemp2]), tell it to show your new variable (MeasureWeatherTemp2), and change the x and y coordinates to tell it where to put the new meter. might change the color or size as well, to set it apart from the high temp.
this is my first time using rainmeter. i just modded another widget i found. i did it by studying the INI until i understood what was going on, then changed it to my liking. you can too!
Previous Page12345...Next Page