#-----------------------------------------------------------------------------
# Maps for each climate
# Include IDs of maps that use each respective climate.
#-----------------------------------------------------------------------------
@climate[0].maps = [1]
@climate[1].maps = [2]
@climate[2].maps = []
@climate[3].maps = []
@climate[4].maps = [3]
Just include the ID of any map you want into the array of the proper climate. For example, with the setup in the demo, you would add the id for indoor maps in the first array, outdoor maps in the second array, snowy maps in the third array, etc, etc.
Just make sure you seperate the IDs with commas.
Also, why is the clock not displaying anything? Is the font set to one that is not on your system?