iPad
iPhone
PC
PC background is
http://wallbase.net/wallpaper/305419
How do you get the weather to work? for the 10 foot hud ?
also
What's the script to add the year?
I'm no expert with Rainmeter and have had my current setup for some time however, the following might help answer your questions
Code for my 10 Ft HUD is as follows (copy txt between dotted lines):
---------------------
[Rainmeter]
10-Foot HUD (White) - Created by Stephen R Gibson.
;Metadata added by RainBrowser
;
http://rainmeter.net/RainWiki/index.php?title=Rainmeter_101#.5BMetadata.5D
[Metadata]
Name=Clock&Date-White
Config=
Description=
Instructions=
Version=
Tags=
License=
Variant=
Preview=
;End of added Metadata
[MeasureTime]
Measure=Time
Format=%#I:%M %p
[MeasureDate]
Measure=Time
Format=%d
[MeasureMonth]
Measure=Time
Format=%B
Substitute="January":"JANUARY","February":"FEBRUARY","March":"MARCH","April":"APRIL","May":"MAY","June":"JUNE","July":"JULY","August":"AUGUST","September":"SEPTEMBER","October":"OCTOBER","November":"NOVEMBER","December":"DECEMBER"
[MeasureDay]
Measure=Time
Format=%A
Substitute="Monday":"MONDAY","Tuesday":"TUESDAY","Wednesday":"WEDNESDAY","Thursday":"THURSDAY","Friday":"FRIDAY","Saturday":"SATURDAY","Sunday":"SUNDAY"
-------------------------------------METERS--------------------------------------------
[MeterTime]
MeasureName=MeasureTime
Meter=STRING
X=0
Y=13
FontColor=255, 255, 255, 80
FontSize=78
FontFace=rockwell
StringAlign=LEFT
StringStyle=Bold
AntiAlias=1
[MeterDate]
MeasureName=MeasureDate
Meter=STRING
X=5
Y=100
FontColor=255, 255, 255, 80
FontSize=56
FontFace=rockwell
StringAlign=LEFT
StringStyle=Bold
AntiAlias=1
[MeterMonth]
MeasureName=MeasureMonth
Meter=STRING
X=100
Y=110
FontColor=255, 255, 255, 80
FontSize=32
FontFace=rockwell
StringAlign=LEFT
StringStyle=Bold
AntiAlias=1
[MeterDay]
MeasureName=MeasureDay
Meter=STRING
X=103
Y=147
FontColor=255, 255, 255, 80
FontSize=20
FontFace=rockwell
StringAlign=LEFT
StringStyle=Bold
AntiAlias=1
-----------------------
For the weather, I use 'SimpleWeather-Update' (
http://customize.org/rainmeter/skins/70482).