Multiple Texts With Clockwork Thread last updated on 2006-02-21 23:35:06

Posted by member 297192 on 2006-02-21 21:01:27

I'm trying to get clockwork to display the day of the week then the date on the next lines. I've tried everything I can think of, but it still only displays the first text after "clockworktextdisplays". It says that it supports multiple texts; am I doing something wrong? Here's what I have so far:


ClockWorkTextDisplays FullDate DayofWeek
DayofWeekFormat %A
FullDateFormat %B%d,%Y

DayofWeekX 0
DayofWeekY -100
DayofWeekColor $white$
DayofWeekFont "Franklin Gothic Cond"
DayofWeekFontSize 14

FullDateX 0
FullDateY -80
FullDateColor $white$
FullDateFont "Franklin Gothic Cond"
FullDateFontSize 14

Posted by member 212670 on 2006-02-21 21:16:56 link

"DayofWeek FullDate"

You're missing quotes.

Posted by member 297192 on 2006-02-21 23:35:06 link

That fixed it, thank you very much.