2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

minor typo in ks300.php, config.php

git-svn-id: https://svn.fhem.de/fhem/trunk@128 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinhaas 2007-12-21 15:34:00 +00:00
parent ce22f1be60
commit 7095924f9f
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;