Python reports 2.7.17.  PIL reports 5.1.0.  Log output pretty long-winded, 
attached.

--Richard





On Tuesday, April 6, 2021 at 7:44:33 AM UTC-7 [email protected] wrote:

> One other thing: what version of PIL are you using? You can find out by 
> running:
>
> *python -c "import PIL;print(PIL.__version__)"*
>
>
> Let's also double check the version of Python:
>
> *python -V*
>
>
> -tk
>
> On Mon, Apr 5, 2021 at 11:02 PM gjr80 <[email protected]> wrote:
>
>> Attached are a couple of instrumented files that should tell us what is 
>> happening. Could you rename:
>>
>> /usr/share/weewx/weeplot/genplot.py to 
>> /usr/share/weewx/weeplot/genplot_orig.py
>> /usr/share/weewx/weeplot/utilities.py to 
>> /usr/share/weewx/weeplot/utilities_orig.py
>>
>> and then download and save the attached genplot.py and utilities.py to 
>> directory usr/share/weewx/weeplot
>>
>> Then restart WeeWX and let it complete at least one full report cycle. 
>> Take a copy of the log from WeeWX startup through until the first report 
>> cycle finishes and post the log here. 
>>
>> Gary
>>
>> On Tuesday, 6 April 2021 at 14:47:59 UTC+10 [email protected] wrote:
>>
>>> Yes, /etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf.  Weewx version is 
>>> 4.40, Python is 2.7.17.  This is on Ubuntu 18.04.5 LTS.
>>>
>>> --Richard
>>>
>>> On Monday, April 5, 2021 at 8:55:46 PM UTC-7 gjr80 wrote:
>>>
>>>> So when you say that '"font/OpenSans-Bold.ttf", which does exist', 
>>>> where exactly does it exist? 
>>>> /etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf? OpenSans-Bold.ttf is more 
>>>> than adequate, my install is using it and rendering µg/m³ just fine. The 
>>>> symptoms sounds very much like PIL is giving you a default font every 
>>>> time. 
>>>> What version of WeeWx are you using and under which version of python is 
>>>> it 
>>>> running(will be in the log on WeeWX startup)?
>>>>
>>>> Gary
>>>>
>>>> On Tuesday, 6 April 2021 at 10:00:06 UTC+10 [email protected] wrote:
>>>>
>>>>> Dug through that.  The font referenced for unit_label_font_path in 
>>>>> skin.conf for Seasons is "font/OpenSans-Bold.ttf", which does exist.  
>>>>> Thinking it might not have full support for the Unicode math symbols, I 
>>>>> changed that to "/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf", which 
>>>>> supposedly covers all 256 symbols.  And I still have the weird unit 
>>>>> label...nothing there changed.  I see no error messages WRT rendering in 
>>>>> the log as described in the User's Guide.
>>>>>
>>>>> What's quite odd is that the rendered text contains both the "micro" 
>>>>> and the "cubed" symbols...it just has the extra garbage as well.
>>>>>
>>>>> And I found where this unit value gets defined:  in 
>>>>> /usr/share/weewx/unit.py: "microgram_per_meter_cubed": u"µg/m³".  In the 
>>>>> HTML for the "current" line, this looks reasonable:  "&#181;g/m&#179;".   
>>>>> But I have yet to make the image generator happy.
>>>>>
>>>>> --Richard
>>>>>
>>>>>
>>>>>
>>>>> On Monday, April 5, 2021 at 2:39:06 PM UTC-7 gjr80 wrote:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> Nothing to do with drivers or extensions, it’s a font issue. Have a 
>>>>>> read of the section Funky symbols in plots 
>>>>>> <http://weewx.com/docs/usersguide.htm#funky_symbols> in the User’s 
>>>>>> Guide.
>>>>>>
>>>>>> Gary
>>>>>> On Tuesday, 6 April 2021 at 07:31:17 UTC+10 [email protected] 
>>>>>> wrote:
>>>>>>
>>>>>>> This is a minor annoyance, but I am failing to figure out where this 
>>>>>>> is being done, or how to fix it.  Units for PM2.5 are micrograms per 
>>>>>>> meter 
>>>>>>> cubed.  I've got a "current" where the units look as expected: 
>>>>>>> µg/m³.
>>>>>>>
>>>>>>> But in the generated history images, the units in the upper show as 
>>>>>>> shown in this image: [image: Screen Shot 2021-04-05 at 2.27.13 
>>>>>>> PM.png]
>>>>>>> Station data is coming from the WX1000 extension and in this case, 
>>>>>>> some of it from the PurpleAir extension.  Looking through both 
>>>>>>> extensions, 
>>>>>>> I am not seeing who/what is choosing the unit string for these values, 
>>>>>>> nor 
>>>>>>> where it's getting sucked into the image generator.  Hints?  I am a 
>>>>>>> week 
>>>>>>> into using WeeWX, and am quite impressed, but finding where the bodies 
>>>>>>> are 
>>>>>>> buried for this sort of magic.
>>>>>>>
>>>>>>> --Richard
>>>>>>>
>>>>>>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "weewx-user" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected].
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/d9e7b7d1-bbf1-470b-97fe-d3a6ffbfd651n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/weewx-user/d9e7b7d1-bbf1-470b-97fe-d3a6ffbfd651n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/fa487133-f08f-4f8c-bec2-84d71537d51an%40googlegroups.com.
Apr  6 10:36:35 minix systemd[1]: Starting LSB: weewx weather system...
Apr  6 10:36:35 minix weewx[19232]:  * Starting weewx weather system weewx
Apr  6 10:36:35 minix weewx[19244] INFO __main__: Initializing weewx version 
4.4.0
Apr  6 10:36:35 minix weewx[19244] INFO __main__: Using Python 2.7.17 (default, 
Feb 27 2021, 15:10:58) #012[GCC 7.5.0]
Apr  6 10:36:35 minix weewx[19244] INFO __main__: Platform 
Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic
Apr  6 10:36:35 minix weewx[19244] INFO __main__: Locale is 'en_US.UTF-8'
Apr  6 10:36:35 minix weewx[19244] INFO __main__: PID file is /var/run/weewx.pid
Apr  6 10:36:35 minix weewx[19232]:    ...done.
Apr  6 10:36:35 minix systemd[1]: Started LSB: weewx weather system.
Apr  6 10:36:35 minix weewx[19248] INFO __main__: Using configuration file 
/etc/weewx/weewx.conf
Apr  6 10:36:35 minix weewx[19248] INFO __main__: Debug is 0
Apr  6 10:36:35 minix weewx[19248] INFO weewx.engine: Loading station type 
GW1000 (user.gw1000)
Apr  6 10:36:35 minix weewx[19248] INFO user.gw1000: field map is {'co2': 
'co2', 'co2_24h_avg': 'co2_24h_avg', 'dateTime': 'datetime', 'daymaxwind': 
'daymaxwind', 'dayRain': 'rainday', 'dewpoint': 'dewpoint', 'extraHumid1': 
'humid1', 'extraHumid2': 'humid2', 'extraHumid3': 'humid3', 'extraHumid4': 
'humid4', 'extraHumid5': 'humid5', 'extraHumid6': 'humid6', 'extraHumid7': 
'humid7', 'extraHumid8': 'humid8', 'extraHumid17': 'humid17', 'extraTemp1': 
'temp1', 'extraTemp2': 'temp2', 'extraTemp3': 'temp3', 'extraTemp4': 'temp4', 
'extraTemp5': 'temp5', 'extraTemp6': 'temp6', 'extraTemp7': 'temp7', 
'extraTemp8': 'temp8', 'extraTemp9': 'temp9', 'extraTemp10': 'temp10', 
'extraTemp11': 'temp11', 'extraTemp12': 'temp12', 'extraTemp13': 'temp13', 
'extraTemp14': 'temp14', 'extraTemp15': 'temp15', 'extraTemp16': 'temp16', 
'extraTemp17': 'temp17', 'heatindex': 'heatindex', 'hourRain': 'rainhour', 
'inHumidity': 'inhumid', 'inTemp': 'intemp', 'leafWet1': 'leafwet1', 
'leafWet2': 'leafwet2', 'leafWet3': 'leafwet3', 'leafWet4': 'leafwet4', 
'leafWet5': 'leafwet5', 'leafWet6': 'leafwet6', 'leafWet7': 'leafwet7', 
'leafWet8': 'leafwet8', 'leak1': 'leak1', 'leak2': 'leak2', 'leak3': 'leak3', 
'leak4': 'leak4', 'lightning_distance': 'lightningdist', 
'lightning_last_det_time': 'lightningdettime', 'lightning_strike_count': 
'lightning_strike_count', 'lightningcount': 'lightningcount', 'luminosity': 
'light', 'monthRain': 'rainmonth', 'outHumidity': 'outhumid', 'outTemp': 
'outtemp', 'pm2_5': 'pm251', 'pm2_51_24h_avg': 'pm251_24h_avg', 'pm2_52': 
'pm252', 'pm2_52_24h_avg': 'pm252_24h_avg', 'pm2_53': 'pm253', 
'pm2_53_24h_avg': 'pm253_24h_avg', 'pm2_54': 'pm254', 'pm2_54_24h_avg': 
'pm254_24h_avg', 'pm2_55': 'pm255', 'pm2_55_24h_avg': 'pm255_24h_avg', 'pm10': 
'pm10', 'pm10_24h_avg': 'pm10_24h_avg', 'pressure': 'absbarometer', 'rain': 
'rain', 'rainRate': 'rainrate', 'relbarometer': 'relbarometer', 'soilMoist1': 
'soilmoist1', 'soilMoist2': 'soilmoist2', 'soilMoist3': 'soilmoist3', 
'soilMoist4': 'soilmoist4', 'soilMoist5': 'soilmoist5', 'soilMoist6': 
'soilmoist6', 'soilMoist7': 'soilmoist7', 'soilMoist8': 'soilmoist8', 
'soilMoist9': 'soilmoist9', 'soilMoist10': 'soilmoist10', 'soilMoist11': 
'soilmoist11', 'soilMoist12': 'soilmoist12', 'soilMoist13': 'soilmoist13', 
'soilMoist14': 'soilmoist14', 'soilMoist15': 'soilmoist15', 'soilMoist16': 
'soilmoist16', 'soilTemp1': 'soiltemp1', 'soilTemp2': 'soiltemp2', 'soilTemp3': 
'soiltemp3', 'soilTemp4': 'soiltemp4', 'soilTemp5': 'soiltemp5', 'soilTemp6': 
'soiltemp6', 'soilTemp7': 'soiltemp7', 'soilTemp8': 'soiltemp8', 'soilTemp9': 
'soiltemp9', 'soilTemp10': 'soiltemp10', 'soilTemp11': 'soiltemp11', 
'soilTemp12': 'soiltemp12', 'soilTemp13': 'soiltemp13', 'soilTemp14': 
'soiltemp14', 'soilTemp15': 'soiltemp15', 'soilTemp16': 'soiltemp16', 
'stormRain': 'rainevent', 'totalRain': 'raintotals', 'UV': 'uvi', 
'uvradiation': 'uv', 'weekRain': 'rainweek', 'wh25_batt': 'wh25_batt', 
'wh25_sig': 'wh25_sig', 'wh26_batt': 'wh26_batt', 'wh26_sig': 'wh26_sig', 
'wh31_ch1_batt': 'wh31_ch1_batt', 'wh31_ch1_sig': 'wh31_ch1_sig', 
'wh31_ch2_batt': 'wh31_ch2_batt', 'wh31_ch2_sig': 'wh31_ch2_sig', 
'wh31_ch3_batt': 'wh31_ch3_batt', 'wh31_ch3_sig': 'wh31_ch3_sig', 
'wh31_ch4_batt': 'wh31_ch4_batt', 'wh31_ch4_sig': 'wh31_ch4_sig', 
'wh31_ch5_batt': 'wh31_ch5_batt', 'wh31_ch5_sig': 'wh31_ch5_sig', 
'wh31_ch6_batt': 'wh31_ch6_batt', 'wh31_ch6_sig': 'wh31_ch6_sig', 
'wh31_ch7_batt': 'wh31_ch7_batt', 'wh31_ch7_sig': 'wh31_ch7_sig', 
'wh31_ch8_batt': 'wh31_ch8_batt', 'wh31_ch8_sig': 'wh31_ch8_sig', 
'wh35_ch1_batt': 'wh35_ch1_batt', 'wh35_ch1_sig': 'wh35_ch1_sig', 
'wh35_ch2_batt': 'wh35_ch2_batt', 'wh35_ch2_sig': 'wh35_ch2_sig', 
'wh35_ch3_batt': 'wh35_ch3_batt', 'wh35_ch3_sig': 'wh35_ch3_sig', 
'wh35_ch4_batt': 'wh35_ch4_batt', 'wh35_ch4_sig': 'wh35_ch4_sig', 
'wh35_ch5_batt': 'wh35_ch5_batt', 'wh35_ch5_sig': 'wh35_ch5_sig', 
'wh35_ch6_batt': 'wh35_ch6_batt', 'wh35_ch6_sig': 'wh35_ch6_sig', 
'wh35_ch7_batt': 'wh35_ch7_batt', 'wh35_ch7_sig': 'wh35_ch7_sig', 
'wh35_ch8_batt': 'wh35_ch8_batt', 'wh35_ch8_sig': 'wh35_ch8_sig', 'wh40_batt': 
'wh40_batt', 'wh40_sig': 'wh40_sig', 'wh41_ch1_batt': 'wh41_ch1_batt', 
'wh41_ch1_sig': 'wh41_ch1_sig', 'wh41_ch2_batt': 'wh41_ch2_batt', 
'wh41_ch2_sig': 'wh41_ch2_sig', 'wh41_ch3_batt': 'wh41_ch3_batt', 
'wh41_ch3_sig': 'wh41_ch3_sig', 'wh41_ch4_batt': 'wh41_ch4_batt', 
'wh41_ch4_sig': 'wh41_ch4_sig', 'wh45_batt': 'wh45_batt', 'wh45_sig': 
'wh45_sig', 'wh51_ch1_batt': 'wh51_ch1_batt', 'wh51_ch1_sig': 'wh51_ch1_sig', 
'wh51_ch2_batt': 'wh51_ch2_batt', 'wh51_ch2_sig': 'wh51_ch2_sig', 
'wh51_ch3_batt': 'wh51_ch3_batt', 'wh51_ch3_sig': 'wh51_ch3_sig', 
'wh51_ch4_batt': 'wh51_ch4_batt', 'wh51_ch4_sig': 'wh51_ch4_sig', 
'wh51_ch5_batt': 'wh51_ch5_batt', 'wh51_ch5_sig': 'wh51_ch5_sig', 
'wh51_ch6_batt': 'wh51_ch6_batt', 'wh51_ch6_sig': 'wh51_ch6_sig', 
'wh51_ch7_batt': 'wh51_ch7_batt', 'wh51_ch7_sig': 'wh51_ch7_sig', 
'wh51_ch8_batt': 'wh51_ch8_batt', 'wh51_ch8_sig': 'wh51_ch8_sig', 
'wh51_ch9_batt': 'wh51_ch9_batt', 'wh51_ch9_sig': 'wh51_ch9_sig', 
'wh51_ch10_batt': 'wh51_ch10_batt', 'wh51_ch10_sig': 'wh51_ch10_sig', 
'wh51_ch11_batt': 'wh51_ch11_batt', 'wh51_ch11_sig': 'wh51_ch11_sig', 
'wh51_ch12_batt': 'wh51_ch12_batt', 'wh51_ch12_sig': 'wh51_ch12_sig', 
'wh51_ch13_batt': 'wh51_ch13_batt', 'wh51_ch13_sig': 'wh51_ch13_sig', 
'wh51_ch14_batt': 'wh51_ch14_batt', 'wh51_ch14_sig': 'wh51_ch14_sig', 
'wh51_ch15_batt': 'wh51_ch15_batt', 'wh51_ch15_sig': 'wh51_ch15_sig', 
'wh51_ch16_batt': 'wh51_ch16_batt', 'wh51_ch16_sig': 'wh51_ch16_sig', 
'wh55_ch1_batt': 'wh55_ch1_batt', 'wh55_ch1_sig': 'wh55_ch1_sig', 
'wh55_ch2_batt': 'wh55_ch2_batt', 'wh55_ch2_sig': 'wh55_ch2_sig', 
'wh55_ch3_batt': 'wh55_ch3_batt', 'wh55_ch3_sig': 'wh55_ch3_sig', 
'wh55_ch4_batt': 'wh55_ch4_batt', 'wh55_ch4_sig': 'wh55_ch4_sig', 'wh57_batt': 
'wh57_batt', 'wh57_sig': 'wh57_sig', 'wh65_batt': 'wh65_batt', 'wh65_sig': 
'wh65_sig', 'wh68_batt': 'wh68_batt', 'wh68_sig': 'wh68_sig', 'windchill': 
'windchill', 'windDir': 'winddir', 'windGust': 'gustspeed', 'windSpeed': 
'windspeed', 'ws80_batt': 'ws80_batt', 'ws80_sig': 'ws80_sig', 'yearRain': 
'rainyear'}
Apr  6 10:36:35 minix weewx[19248] INFO user.gw1000: driver version is 0.3.1
Apr  6 10:36:35 minix weewx[19248] INFO user.gw1000: GW1000 address is 
192.168.1.25:45000
Apr  6 10:36:35 minix weewx[19248] INFO user.gw1000: poll interval is 20 seconds
Apr  6 10:36:35 minix weewx[19248] INFO weewx.engine: StdConvert target unit is 
0x1
Apr  6 10:36:35 minix weewxd: purpleair: service version is 0.1
Apr  6 10:36:36 minix weewx[19248] INFO weewx.engine: Archive will use data 
binding wx_binding
Apr  6 10:36:36 minix weewx[19248] INFO weewx.engine: Record generation will be 
attempted in 'software'
Apr  6 10:36:36 minix weewx[19248] INFO weewx.engine: Using archive interval of 
300 seconds (software record generation)
Apr  6 10:36:36 minix weewx[19248] INFO weewx.restx: StationRegistry: 
Registration not requested.
Apr  6 10:36:36 minix weewx[19248] INFO weewx.restx: Wunderground: Posting not 
enabled.
Apr  6 10:36:36 minix weewx[19248] INFO weewx.restx: PWSweather: Posting not 
enabled.
Apr  6 10:36:36 minix weewx[19248] INFO weewx.restx: CWOP: Posting not enabled.
Apr  6 10:36:36 minix weewx[19248] INFO weewx.restx: WOW: Posting not enabled.
Apr  6 10:36:36 minix weewx[19248] INFO weewx.restx: AWEKAS: Posting not 
enabled.
Apr  6 10:36:36 minix weewx[19248] INFO __main__: Starting up weewx version 
4.4.0
Apr  6 10:36:36 minix weewx[19248] INFO weewx.engine: Using binding 
'wx_binding' to database 'weewx.sdb'
Apr  6 10:36:36 minix weewx[19248] INFO weewx.manager: Starting backfill of 
daily summaries
Apr  6 10:36:36 minix weewx[19248] INFO weewx.manager: Daily summaries up to 
date
Apr  6 10:36:36 minix weewx[19248] INFO weewx.engine: Starting main packet loop.
Apr  6 10:36:36 minix weewx[19248] INFO user.gw1000: Using 'rainyear' for rain 
total
Apr  6 10:36:36 minix weewx[19248] INFO user.gw1000: skipping rain measurement 
of 0.0: no last rain
Apr  6 10:40:16 minix weewx[19248] INFO weewx.manager: Added record 2021-04-06 
10:40:00 PDT (1617730800) to database 'aqi.sdb'
Apr  6 10:40:16 minix weewx[19248] INFO weewx.manager: Added record 2021-04-06 
10:40:00 PDT (1617730800) to daily summary in 'aqi.sdb'
Apr  6 10:40:16 minix weewx[19248] INFO weewx.manager: Added record 2021-04-06 
10:40:00 PDT (1617730800) to database 'weewx.sdb'
Apr  6 10:40:16 minix weewx[19248] INFO weewx.manager: Added record 2021-04-06 
10:40:00 PDT (1617730800) to daily summary in 'weewx.sdb'
Apr  6 10:40:19 minix weewx[19248] INFO weewx.cheetahgenerator: Generated 8 
files for report SeasonsReport in 2.62 seconds
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.genplot: 
self.unit_label_font_path initialised to 'font/OpenSans-Bold.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.genplot: 
skin_dir='/etc/weewx/skins/Seasons' normalised 
self.unit_label_font_path='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: getting .ttf font 
handle
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: cached font handle
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.genplot: getting 
unit_label_font handle
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: getting .ttf font 
handle
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: cached font handle
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.genplot: got unit_label_font 
handle
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: getting .ttf font 
handle
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: cached font handle
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: getting .ttf font 
handle
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: cached font handle
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.genplot: 
self.unit_label_font_path initialised to 'font/OpenSans-Bold.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.genplot: 
skin_dir='/etc/weewx/skins/Seasons' normalised 
self.unit_label_font_path='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.genplot: getting 
unit_label_font handle
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.genplot: got unit_label_font 
handle
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.genplot: 
self.unit_label_font_path initialised to 'font/OpenSans-Bold.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.genplot: 
skin_dir='/etc/weewx/skins/Seasons' normalised 
self.unit_label_font_path='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.genplot: getting 
unit_label_font handle
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.genplot: got unit_label_font 
handle
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.genplot: 
self.unit_label_font_path initialised to 'font/OpenSans-Bold.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.genplot: 
skin_dir='/etc/weewx/skins/Seasons' normalised 
self.unit_label_font_path='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.genplot: getting 
unit_label_font handle
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.genplot: got unit_label_font 
handle
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.genplot: 
self.unit_label_font_path initialised to 'font/OpenSans-Bold.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.genplot: 
skin_dir='/etc/weewx/skins/Seasons' normalised 
self.unit_label_font_path='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.genplot: getting 
unit_label_font handle
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.genplot: got unit_label_font 
handle
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.genplot: 
self.unit_label_font_path initialised to 'font/OpenSans-Bold.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.genplot: 
skin_dir='/etc/weewx/skins/Seasons' normalised 
self.unit_label_font_path='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.genplot: getting 
unit_label_font handle
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.genplot: got unit_label_font 
handle
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:19 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: 
self.unit_label_font_path initialised to 'font/OpenSans-Bold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: 
skin_dir='/etc/weewx/skins/Seasons' normalised 
self.unit_label_font_path='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: getting 
unit_label_font handle
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: got unit_label_font 
handle
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: 
self.unit_label_font_path initialised to 'font/OpenSans-Bold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: 
skin_dir='/etc/weewx/skins/Seasons' normalised 
self.unit_label_font_path='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: getting 
unit_label_font handle
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: got unit_label_font 
handle
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: 
self.unit_label_font_path initialised to 'font/OpenSans-Bold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: 
skin_dir='/etc/weewx/skins/Seasons' normalised 
self.unit_label_font_path='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: getting 
unit_label_font handle
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: got unit_label_font 
handle
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: 
self.unit_label_font_path initialised to 'font/OpenSans-Bold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: 
skin_dir='/etc/weewx/skins/Seasons' normalised 
self.unit_label_font_path='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: getting 
unit_label_font handle
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: got unit_label_font 
handle
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: 
self.unit_label_font_path initialised to 'font/OpenSans-Bold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: 
skin_dir='/etc/weewx/skins/Seasons' normalised 
self.unit_label_font_path='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: getting 
unit_label_font handle
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: got unit_label_font 
handle
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: 
self.unit_label_font_path initialised to 'font/OpenSans-Bold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: 
skin_dir='/etc/weewx/skins/Seasons' normalised 
self.unit_label_font_path='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: getting 
unit_label_font handle
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: got unit_label_font 
handle
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Bold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/etc/weewx/skins/Seasons/font/OpenSans-Regular.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weewx.imagegenerator: Generated 12 
images for report SeasonsReport in 0.93 seconds
Apr  6 10:40:20 minix weewx[19248] INFO weewx.reportengine: Copied 5 files to 
/var/www/html/weewx
Apr  6 10:40:20 minix weewx[19248] INFO weewx.cheetahgenerator: Generated 6 
files for report SmartphoneReport in 0.21 seconds
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: 
self.unit_label_font_path initialised to 
'/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: 
skin_dir='/etc/weewx/skins/Smartphone' normalised 
self.unit_label_font_path='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: getting .ttf font 
handle
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: cached font handle
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: getting 
unit_label_font handle
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: getting .ttf font 
handle
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: cached font handle
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: got unit_label_font 
handle
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: 
self.unit_label_font_path initialised to 
'/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: 
skin_dir='/etc/weewx/skins/Smartphone' normalised 
self.unit_label_font_path='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: getting 
unit_label_font handle
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: got unit_label_font 
handle
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: 
self.unit_label_font_path initialised to 
'/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: 
skin_dir='/etc/weewx/skins/Smartphone' normalised 
self.unit_label_font_path='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: getting 
unit_label_font handle
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: got unit_label_font 
handle
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: 
self.unit_label_font_path initialised to 
'/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: 
skin_dir='/etc/weewx/skins/Smartphone' normalised 
self.unit_label_font_path='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: getting 
unit_label_font handle
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.genplot: got unit_label_font 
handle
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:20 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.genplot: 
self.unit_label_font_path initialised to 
'/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.genplot: 
skin_dir='/etc/weewx/skins/Smartphone' normalised 
self.unit_label_font_path='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.genplot: getting 
unit_label_font handle
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.genplot: got unit_label_font 
handle
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.genplot: 
self.unit_label_font_path initialised to 
'/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.genplot: 
skin_dir='/etc/weewx/skins/Smartphone' normalised 
self.unit_label_font_path='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.genplot: getting 
unit_label_font handle
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.genplot: got unit_label_font 
handle
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeMonoBold.ttf'
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:21 minix weewx[19248] INFO weewx.imagegenerator: Generated 6 
images for report SmartphoneReport in 0.40 seconds
Apr  6 10:40:21 minix weewx[19248] INFO weewx.reportengine: Copied 6 files to 
/var/www/html/weewx/smartphone
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeSansBold.ttf'
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: getting .ttf font 
handle
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: cached font handle
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeSansBold.ttf'
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: got font handle from 
cache
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: 
fontpath_str='/usr/share/fonts/truetype/freefont/FreeSansBold.ttf'
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: getting .ttf font 
handle
Apr  6 10:40:21 minix weewx[19248] INFO weeplot.utilities: cached font handle
Apr  6 10:40:21 minix weewx[19248] INFO user.stackedwindrose: Generated 1 
images for StackedWindRose in 0.12 seconds
Apr  6 10:40:21 minix weewx[19248] INFO weewx.reportengine: ftpgenerator: Ftp'd 
44 files in 0.35 seconds

Reply via email to