HOME | DD

balazslaci — Weather Graph 1

#weather #yahoo
Published: 2014-12-22 18:56:09 +0000 UTC; Views: 1008; Favourites: 6; Downloads: 81
Redirect to original
Description A simple Rainmeter skin which shows the evolution of the minimum and maximum temperature for today and next four days on a graph.
Don't forget to set up your weather code and the temperature unit (c or f).
Related content
Comments: 11

balazslaci [2016-03-30 15:10:52 +0000 UTC]

Due Yahoo is changing the API query language, to require OAuth authentication (as it's described here), the old code is not working any more. To can use it, replace the URL option of the [MeasureWeatherRSS] measure with: URL=xml.weather.yahoo.com/forecast… .
Many thanks to jsmorley, for the help on how to fix this issue.

👍: 0 ⏩: 0

S-gate [2015-01-31 20:06:21 +0000 UTC]

First off, Great Work, I Like it!

I am humbled by your greatness.

...However I track two locations (Home and where every I am at the time). Can you add the Location name to the Top somewhere?

👍: 0 ⏩: 1

balazslaci In reply to S-gate [2015-05-24 16:46:12 +0000 UTC]

Sorry for this long delay...
It's easy: add to the [Variables] section this variable: City=YourLocation, then add this meter at the end of the code:
[MeterLocation]
Meter=String
X=20
Y=335
FontColor=220,220,220
FontSize=8
FontFace=#FontName #
StringAlign=LEFT
AntiAlias=1
Angle= (-PI/2)
Text=#City #

👍: 0 ⏩: 0

ActiveColors [2014-12-23 13:06:12 +0000 UTC]

Well done! Finally somebody came up with graphs skin. Good job

👍: 0 ⏩: 1

balazslaci In reply to ActiveColors [2014-12-23 13:24:42 +0000 UTC]

Thanks!

👍: 0 ⏩: 0

walkersc [2014-12-23 01:08:02 +0000 UTC]

I like this because it's very basic and can be expanded on.  I've always wondered if graphs could be done.  Thanks for sharing!

👍: 0 ⏩: 1

balazslaci In reply to walkersc [2014-12-23 08:45:47 +0000 UTC]

It's true that a lot of math is involved, but as you see, it can be done.
You're welcome!

👍: 0 ⏩: 1

walkersc In reply to balazslaci [2014-12-24 19:22:13 +0000 UTC]

Wow - you're not kidding about a lot of math needing to be done.  I just saw the code and am impressed you figured it all out.  I was hoping to turn this into a bar graph instead of a line graph.

👍: 0 ⏩: 1

balazslaci In reply to walkersc [2014-12-26 10:24:27 +0000 UTC]

I think a bar graph is easier than this one. In fact, I already done a this kind of graph once: balazslaci.deviantart.com/art/…

👍: 0 ⏩: 0

drakulaboy [2014-12-22 19:10:18 +0000 UTC]

wow, nice, this goes to my desk and fav. thx!

👍: 0 ⏩: 1

balazslaci In reply to drakulaboy [2014-12-22 21:21:10 +0000 UTC]

Thanks.

👍: 0 ⏩: 0