In the cmds.yml file, the 'time' value must remain placed in single quotes after the file was reloaded. Which is impossible when the value starts with 0. On the other hand, removing single quotes is not a problem for values less than 1:00. This solves issue #28.
Prevented clearing all '/' in commands (issue #31).
Added new placeholder {tm_yearday} that dispays the number of the day in the year (from 1 to 365).
Added a new argument for cmds repeatFreq : 'week'. (asked by Pro245Mc in issue #30)