diff --git a/fhem/FHEM/01_FHEMWEB.pm b/fhem/FHEM/01_FHEMWEB.pm
index 8939b2700..760c79121 100644
--- a/fhem/FHEM/01_FHEMWEB.pm
+++ b/fhem/FHEM/01_FHEMWEB.pm
@@ -3740,7 +3740,8 @@ FW_widgetOverride($$)
only the deviceName or have the form deviceName.event or deviceName.*.
This is always the case when using the Plot
editor. The SVG will be reloaded for any event triggered by
- this deviceName. Default is off.
+ this deviceName. Default is off. Note: the plotEmbed attribute must be
+ set.
@@ -4444,7 +4445,8 @@ FW_widgetOverride($$)
bzw. deviceName.*. Wenn man den Plot Editor
benutzt, ist das übrigens immer der Fall. Die SVG Datei wird bei
jedem auslösenden Event dieses Gerätes neu geladen.
- Die Voreinstellung ist aus.
+ Die Voreinstellung ist aus. Achtung: das plotEmbed Attribute muss
+ gesetzt sein.