diff --git a/fhem/FHEM/59_Twilight.pm b/fhem/FHEM/59_Twilight.pm
index 8562f7c10..039767fc5 100644
--- a/fhem/FHEM/59_Twilight.pm
+++ b/fhem/FHEM/59_Twilight.pm
@@ -1192,7 +1192,8 @@ Example:
define BlindDown at *{twilight("myTwilight","sr_indoor","7:30","9:00")} set xxxx position 100
# xxxx is a defined blind
-
+
+Note: you may want to set computeAfterInit attribute to this at.
=end html
@@ -1362,7 +1363,8 @@ Anwendungsbeispiel:
define BlindDown at *{twilight("myTwilight","sr_indoor","7:30","9:00")} set xxxx position 100
# xxxx ist ein definiertes Rollo
-
+
+Siehe dazu auch das computeAfterInit Attribut zum at-Modul.
=end html_DE