Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 469

Help: Rainmeter Skins • Changing 24hr to AM/PM

$
0
0
Hi...
Allow me first to thank you all for this application and to thank the great effort making this amazing applization along with the support from this Board.

My problem lies within the script that i'll drop below (Perhaps my Windows)
The same exact script is running on two machines. One shows me AM/PM (The desired outcome). and One showing me 24hrs format.

I can't understand why it is behaving like that.
I just took the script from the other computer and paste it and it's not working.

The variable may not be set properly , the original computer might be tripping, or I may be tripping :D

Both computers have the same time, date, region settings.
Both computers are updated with same exact windows copy
The older computer which has the AM/PM meter has an older version from Rainmeter.

In anycase, I would appreciate if you can mod the following script to make it AM/PM instead of 24 hrs format:

Code:

[Rainmeter]Update=1000Author=Connect-RBackgroundMode=2SolidColor=0,0,0,1DynamicWindowSize=1AccurateText=1MouseScrollUpAction=[!SetVariable Scale "(#Scale#+#ScrollMouseIncrement#)"][!WriteKeyValue Variables Scale "(#Scale#+#ScrollMouseIncrement#)"][!Refresh] MouseScrollDownAction=[!SetVariable Scale "(#Scale#-#ScrollMouseIncrement# < 0.5 ? 0.5 : #Scale#-#ScrollMouseIncrement#)"][!WriteKeyValue Variables Scale "(#Scale#-#ScrollMouseIncrement# < 0.5 ? 0.5 : #Scale#-#ScrollMouseIncrement#)"][!Refresh] LeftMouseDoubleClickAction=!ToggleConfig "Mond\Settings" "Settings.ini"[Variables]@include=#@#Variables.inc@include2=#@#Language\Language.incScale=1.16;-------------------------------------------------------------;-------------------------------------------------------------[MeasureTime]Measure=TimeFormat="%#Format#:%M"[MeasureAmPm]Measure=TimeFormat="%p"[MeasureDay]Measure=TimeFormat=%ASubstitute=#Date#[MeasureDate]Measure=TimeFormat=%d  %B,  %Y.Substitute=#Date#;-------------------------------------------------------------;-------------------------------------------------------------[Meter24hClock]Meter=StringMeasureName=MeasureTimeStringAlign=CenterStringCase=UpperFontFace=AquaticoFontColor=C67A37FontSize=(14*#Scale#)X=(340*#Scale#)Y=(120*#Scale#)Text="- %1 -"AntiAlias=1Hidden=#Hidden#[Meter12hClock]Meter=StringMeasureName=MeasureTimeMeasureName2=MeasureAmPmStringAlign=CenterStringCase=UpperFontFace=AquaticoFontColor=C67A37FontSize=(14*#Scale#)X=(0*#Scale#)rY=(0*#Scale#)rText="- %1 %2 -"AntiAlias=1Hidden=#Hidden2#[MeterDay]Meter=StringMeasureName=MeasureDayStringAlign=CenterStringCase=UpperFontFace=AnuratiFontColor=C67A37FontSize=(40*#Scale#)X=(340*#Scale#)Y=(0*#Scale#)Text="%1"InlineSetting=CharacterSpacing | (10*#Scale#) | (10*#Scale#)AntiAlias=1DynamicVariables=1[MeterDate]Meter=StringMeasureName=MeasureDateStringAlign=CenterStringCase=UpperFontFace=AquaticoFontColor=44B5DBFontSize=(14*#Scale#)X=(340*#Scale#)Y=(75*#Scale#)Text="%1"AntiAlias=1
Thank you in advance

Statistics: Posted by Jooda — July 8th, 2024, 5:01 pm — Replies 3 — Views 357



Viewing all articles
Browse latest Browse all 469

Trending Articles