I have looked around and for the life of me can't figure out how to get the full calendar on the lock screen. Any help is appreciated. I did read though a ton of threads and looked around before asking this question.
Depending on what LockScreen theme you're using.. I am using Gruppled along with LockInfo, here is what to do to get the calender to show:
This is if you're using Gruppled, the navigation and config file might be different if you're using something else.
1. SSH into your iPhone.
2. Navigate to /Library/Themes/Gruppled LockInfo.theme/Bundles/com.ashman.LockInfo
3. Make a backup of "config.js"
4. Open "config.js"
5. Look for this section:
// Arrange and/or disable (by commenting-out) sections:
// To enable a section, remove the "//" at the beginning of the line
var sections = [
"Clock",
"Weather",
"Mail",
"Calendar",
"Calls",
"Voicemail",
"SMS",
];
Make sure that "Clock", doesn't have // in front of it.
6. Scroll down a bit and look for this section
// Draw a monthly calendar as a collapsable subsection of the custom clock
var showMonth = true;
Make sure it is set to true, and not false.
7. Save the file back to the directory.
8. Respring your phone, wait for it to load up and it should work.
9. If anything goes wrong, restore to your backed up "config.js" file and respring your device again.
10. You might want to get Lockscreen Clock Hide from Cydia to disable the default iPhone lockscreen clock, it will look much nicer.