How do I fix Rainmeter skin displaying %'s?

539 Views Asked by At

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:

Screenshot

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!

1

There are 1 best solutions below

1
On

There doesn't appear to be any obvious errors in the code you've pasted.

I think you'll either need to show more code (for example the measures used), or you can open the log (Right-click the skin, select Rainmeter -> Manage -> Open Log), then refresh your skin. If you've made any mistakes, these will usually show up in the log as Error.