diff --git a/fhem/webfrontend/pgm3/config.php b/fhem/webfrontend/pgm3/config.php index 6360b027c..66dde6e84 100644 --- a/fhem/webfrontend/pgm3/config.php +++ b/fhem/webfrontend/pgm3/config.php @@ -38,7 +38,7 @@ ## Webcams - $showwebcam=0; #shows webcam-Urls or other pictures + $showwebcam=0; #shows webcam-Urls or other pictures (0/1) $webcamwidth='150'; # the width of the shown picture $wgetpath="/usr/bin/wget"; # you need the package wget for http, ftp... $webcam[0]='http://webcam/IMAGE.JPG'; @@ -200,7 +200,7 @@ $userdef[$sortnumber]['XcorrectMainText']=25; # read docs/logrotate if you want adjust it manually! # otherwise the system will slow down # pgm3 (user www-data) needs the rights to write the logs -# from fhz1000.pl (user = ???) +# of fhem.pl (user = ???) $userdef[$sortnumber]['logrotatelines']=2200; @@ -232,7 +232,7 @@ $userdef[$sortnumber]['logrotatelines']=2200; #$userdef[$sortnumber]['gnuplottype']='fs20'; #$userdef[$sortnumber]['logpath']='/var/tmp/rolu1.log'; #$userdef[$sortnumber]['room']='wgu'; -##$userdef[$sortnumber]['semlong']='Rolladen'; +#$userdef[$sortnumber]['semlong']='Rolladen'; #$userdef[$sortnumber]['semshort']=''; #$userdef[$sortnumber]['imagemax']=725; #$userdef[$sortnumber]['imagemay']=52; diff --git a/fhem/webfrontend/pgm3/include/ks300.php b/fhem/webfrontend/pgm3/include/ks300.php index 65a938385..407baa906 100755 --- a/fhem/webfrontend/pgm3/include/ks300.php +++ b/fhem/webfrontend/pgm3/include/ks300.php @@ -222,7 +222,7 @@ $avgmonth=$_GET['avgmonth']; { $dp = sprintf("%3.1f", dewpoint($tvalue,$hvalue)); $fontsize=9; - $text=$dp." °C"; + $text=$dp." °C" ImageTTFText ($im, $fontsize, 0, 350, 35, $bg1p, $fontttfb, $text); $txtcolor=$orange; $fontsize=7;