Index: Slim/Buttons/Common.pm =================================================================== --- Slim/Buttons/Common.pm (revision 18962) +++ Slim/Buttons/Common.pm (working copy) @@ -971,6 +971,8 @@ if ($client->modeParam('alarmactive')) { Slim::Buttons::AlarmClock::snooze($client); + } else { + pushButton('datetime', $client); } }, @@ -1113,6 +1115,7 @@ # briefly display the time/date $client->showBriefly(dateTime(), { + 'brightness' => 'powerOn', 'duration' => 3 }); },