Hello!

I am using weewx 3.9.2, niculskin and highcharts.
All is working very well.
The only thing is, that the windrose does not appear
on the webpage.
I changed in skin.conf  from highcharts:

# Plot windSpeed or windGust ?
        source = windSpeed # windGust
(because at gust I have only gustsspeed, no gustdir, but
wind I have both, windspeed and winddir.)

But no windrose appearce on webpage.

Have I to do additional changes?

And 2. question:

I want to get detailed highcharts from month too.
So I copy week.json.tmpl to month.json.tmpl,
change inside all words week->month.

At highchart skin.conf I add a

# Highcharts month json data
        [[[MonthJSON]]]
            template = json/month.json.tmpl

and I give at the generator an additional

search_list_extensions = user.highchartsSearchX.highchartsMinRanges, 
user.highchartsSearchX.highchartsWeek, 
user.highchartsSearchX.highchartsYear, 
user.highchartsSearchX.highchartsWindRose, 
user.highchartsSearchX.highchartsMonth,

but it causes:

wee_reports 
Using configuration file /etc/weewx/weewx.conf
Generating for all time
Traceback (most recent call last):
  File "/usr/share/weewx/weewx/reportengine.py", line 204, in run
    obj.start()
  File "/usr/share/weewx/weewx/reportengine.py", line 300, in start
    self.run()
  File "/usr/share/weewx/weewx/cheetahgenerator.py", line 157, in run
    self.initExtensions(gen_dict[section_name])
  File "/usr/share/weewx/weewx/cheetahgenerator.py", line 199, in 
initExtensions
    class_ = weeutil.weeutil._get_object(x)
  File "/usr/share/weewx/weeutil/weeutil.py", line 1116, in _get_object
    "Module '%s' has no attribute '%s' when searching for '%s'" % 
(mod.__name__, part, module_class))
AttributeError: Module 'user.highchartsSearchX' has no attribute 
'highchartsMonth' when searching for 
'user.highchartsSearchX.highchartsMonth'

Is it possible, to get detailed highchartplot from month too?
How can I get this?

Regards, Astrid

-- 
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/b91ba7f8-0252-4605-865b-bacf89fb536a%40googlegroups.com.

Reply via email to