It is currently March 28th, 2024, 11:31 am

Weatherbox 1.1

Weather skins
User avatar
khanhas
Posts: 40
Joined: October 26th, 2016, 5:00 pm

Weatherbox 1.1

Post by khanhas »

Image
Download: https://drive.google.com/file/d/0B9O42meWKBatSFZjUmYtQ0NZNDA/view?usp=sharing
Rainmeter 4.0 r2722 or above
Features:
☼ Material design (actually it look really like Google weather app)
☼ Your location is automatically located (do not need to find city id or replace code)
☼ Background is your location featured image or based on weather and change everytime you refresh the skin
☼ 7 days forecast with visual graph
☼ Skin color is changed through out the day
☼ Cure cancer with smooth animation

Changelog:
1.1: Now scalable. Forecast graph is enable on default and its animation is slightly faster. Color changes hour by hour, not in a range of time like 1.0. Auto refresh skin after an hour.

Image

Image Image

Image Image

My other skins: Feedbox|mnml UI |Playbox |Minima Player
Last edited by khanhas on December 13th, 2016, 8:18 am, edited 3 times in total.
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Weatherbox 1.0

Post by jsmorley »

Nicely done...
User avatar
sephirotess
Posts: 332
Joined: December 8th, 2016, 6:45 am

Re: Weatherbox 1.0

Post by sephirotess »

Really beautiful and impressive :).
User avatar
khanhas
Posts: 40
Joined: October 26th, 2016, 5:00 pm

Re: Weatherbox 1.1

Post by khanhas »

I just updated it to 1.1.
Download again and take a look :welcome:
User avatar
CyberTheWorm
Posts: 860
Joined: August 22nd, 2016, 11:32 pm
Location: Surrey, B.C., Canada

Re: Weatherbox 1.1

Post by CyberTheWorm »

Nice skin, I edited it to say Use Celsius instead of Celcius.

But great job, I'll have to use the Custom skin actions, that was just what I was looking for.

:thumbup:
AntGgoMAKG
Posts: 1
Joined: December 21st, 2016, 12:56 am

Re: Weatherbox 1.1

Post by AntGgoMAKG »

This is beautiful - thank you so much!! It's exactly what I've been looking for. One small question - is it possible to display both F & C? I'm from the states and my fiancee is from England, so it'd be amazing if there was a way I could get it to display both! Thanks!
User avatar
khanhas
Posts: 40
Joined: October 26th, 2016, 5:00 pm

Re: Weatherbox 1.1

Post by khanhas »

AntGgoMAKG wrote:This is beautiful - thank you so much!! It's exactly what I've been looking for. One small question - is it possible to display both F & C? I'm from the states and my fiancee is from England, so it'd be amazing if there was a way I could get it to display both! Thanks!
There's not enough place to put both of them. But how about Hover over current temperature number and it will display in C?
Pretty easy, set it to F first. Edit the skin and find [Temp] meter. Replace whole meter with those:

Code: Select all

[FianceeTemp]
Measure=Calc
Formula=Round(([MeasureTemp]-32)*5/9)
DynamicVariables=1

[Temp]
Meter=String
MeasureName=AnimationTemp
X=(#size#*18/275)
Y=(#size#*57/275)
FontFace=Roboto Light
FontSize=(#size#*53/275)
FontColor=255,255,255
AntiAlias=1
StringEffect=Shadow
FontEffectColor=100,100,100,200
UpdateDivider=1
MouseOverAction=[!SetOption Temp MeasureName FianceeTemp][!SetOption Degree Text "°C"]
MouseLeaveAction=[!SetOption Temp MeasureName RealTemp][!SetOption Degree Text "°F"]
And add UpdateDivider = 1 in [Degree] meter
Your code right there should look like this http://i.imgur.com/BOMcCyW.png
Hope this can help you.
User avatar
Active Colors
Moderator
Posts: 1251
Joined: February 16th, 2012, 3:32 am
Location: Berlin, Germany
Contact:

Re: Weatherbox 1.1

Post by Active Colors »

Well done! Thanks for sharing.
User avatar
fonpaolo
Moderator
Posts: 1387
Joined: April 11th, 2013, 8:08 pm
Location: Italy
Contact:

Re: Weatherbox 1.1

Post by fonpaolo »

Only a little side note:
If you're using, as I can think, Update=1000 in the Rainmeter section, UpdateDivider=1 or nothing is the same.
I can suggest you, since you're using SetOption to make the changes, you can use UpdateDivider=-1,
User avatar
ElGuato84VE
Posts: 1
Joined: December 8th, 2018, 6:08 pm

Re: Weatherbox 1.1

Post by ElGuato84VE »

2 hours searching and 98% of weather skins are desynched (weather.com) by 5 grades or not working. This is literally the only one working for me and the best thing is that this is automatic, working by direct url on yahoo who is not working/giving troubles with apis.


!!!!!Hurra!!!!! :thumbup:
Post Reply