1>You want to know the current month ? here is how -
2>Time scaling is there in the details panel , but everything is set up to work in play mode and not in the construction script. Below is the variable which sets the time factor. A factor of 3600 means game time scale is same as realistic time(1 game hour = 1 real hour)
3>Everytime you unplug a CreateWidget method , you need to remove the entire thing , because CreateWidget function needs to have something plugged. A nice bypass would be something like this (make the simulationOn variable to True by default-
4>Here is how you can call current time -
Let me know if you have any further questions.