@ironman_DK
Here’s my config entry. It works perfectly for me.
{
module: 'MMM-doomsDay',
position: 'top_right', // This can be any of the regions, best results in center regions
config: {
doomsDay: "2017-04-11 24:00:00", // recommend that you don't alter the hour, keep it at 24:00:00
toWhat: 'Mark B-Day!', // the title of your countdown event
present: 'Call Him!',
updateInterval: 1 * 3600000,
singular: 'more day!', // what it should say when it's only one day left, default is `Day Left`
plural: 'more days', // what it should say when it's more days left, default is `Days Left`
}
},