"Public Automatic Timed Announcements" not workingFixed
The "Public Automatic Timed Announcements" have not worked since the update. All messages are displayed at the same time. Think it's a timer problem...
Can you post your entire config in a code sample please? Then I will use your config and look into it.
 
If you activate the Timed Messages in the Config (see example)
"Public Automatic Timed Announcements": {
    "Announcement List": [
      [
        "1st Automatic Timed Announcement 1",
        "1st Automatic Timed Announcement 2"
      ],
      [
        "2nd Automatic Timed Announcement 1",
        "2nd Automatic Timed Announcement 2"
      ],
      [
        "3rd Automatic Timed Announcement 1",
        "3rd Automatic Timed Announcement 2"
      ]
    ],
    "Banner Color": "Grey",
    "Enabled": true,
    "Show Every (HH:MM:SS)": "00:05:00",
    "Text Color": "White"
  },
all messages are displayed almost simultaneously...
Thanks. Fixed in v2.0.1 just uploaded.
Locked automatically