Time and TimeAlarms Libraries – Ask here for help or suggestions

Guy-Wittig:
Not sure if you are aware of this, but alarmRepeat does not work for midnight. E.G.

Hi Guy,

0,0,0 is currently ignored by the alarm code. I am traveling at the moment so can't test any code changes, but you are welcome to try the following:

In the updateNextTrigger() function in TimeAlarms.cpp, change :
if( (value != 0) && Mode.isEnabled )
to:
if( Mode.isEnabled ) // remove check for value != 0