I am attempting to make a basic clock skin for rainmeter, and I am following this tutorial.
When I try to use % to display a Measure, it displays the % on the skin:
Here is the code:
[MeterMonthDayYear]
Meter=String
MeterStyle=TextStyle
MeasureName=MeasureMonthName
MeasureName2=MeasureDayOfMonth
MeasureName3=MeasureYear
X=204
Y=0R
FontSize=13
Text=%1 %2, %3
I double checked all of my measures, so that isn't the issue. It seems that rainmeter is just parsing the code wrong. Is there any way to fix this? Thanks!