Hi klim,
Added italian language, thanks you
1. Some users hate the sound, however you can change it in com_kide/helper/user.php
Change
$this->sound = $params->get("sound", 1) ? $user_config->load("sound", 0) : -1;
By
$this->sound = $params->get("sound", 1) ? $user_config->load("sound", 1) : -1;
2. Can I view your site? I use the user's GMT to show the hour, so it should works
3. Only write in the componente? Not in module?