This is good. I'll try it out. How can the background colour be changed?
One of the issues with the weekly schedule is that on Sunday it will show the past week and nothing for the upcoming week. It would be nice if the current day is in the middle so that there will always be a schedule shown for the next few days. Your next project John :)
I was a lazy boy :-L Find the line with background-color: #cccccc; I think there is only one and change that. I did it that way so there was only one file to swap.
Please send us a pull request against the git master branch when you have this widget ready, it's a really good idea to highlight the playing show :-)
As for having the option to display the schedule for the week ahead, I know someone working on a pull request for that and it should be available soon. It's actually a small change, lines 350 to 354 in ApiController.php to:
A bit more to do that that, I am afraid. Mine has to be correct anywhere in the world - regardless of timezone and time of day. Or else you end up with half empty day schedules at gmt-12. Progress made - it nearly works now..
Post edited by John Chewter at 2013-09-12 13:32:46
Update I now have extended the weekly schedule widget to display show times in client's local time, the Genre and show Description. Also I made available the show's color and background color - for future use. It also highlights the playing show. It would be helpful for somebody else to test these patches on a local test machine, before I make them publc. Any offers?