It is currently April 27th, 2024, 5:44 am

Help on displaying time

Get help with creating, editing & fixing problems with skins
serotxnin
Posts: 1
Joined: July 21st, 2023, 6:11 am

Help on displaying time

Post by serotxnin »

I need help on displaying the time. I am currently making a skin called ParaDys. This is also my first skin, and I'm new to skin making. Here is my code.

Code: Select all

[Rainmeter]
Update=1000
AccurateText=1

[Metadata]
Name=ParaDys
Author=serotxnin
Information=The time in 12 hour format.
Version=
License=Creative Commons Attribution - Non - Commercial - Share Alike 3.0

[Variables]

[MeterString]
Meter=String
Text=%r
FontColor=255,255,255
FontFace=Montserrat
FontSize=50
AntiAlias=1
Here's the thing in my desktop.
Screenshot 2023-07-21 141816.png
Anyone help?

EDIT: Already fixed. I needed to add

Code: Select all

[MeasureTime]
Measure=Time
Format=%H:%M:%S
and put

Code: Select all

MeasureName=MeasureTime
and change the text to %1.
You do not have the required permissions to view the files attached to this post.