Thank you,
what a bummer, to be fooled by copy/paste...
I've moved on but I'm stuck here now

chris@tinkerboard:~$ cd /usr/share/weatherradio
chris@tinkerboard:/usr/share/weatherradio$ ./bin/wr_rrd_create.py
Traceback (most recent call last):
  File "./bin/wr_rrd_create.py", line 44, in <module>
    ret = rrdtool.create(rrd_args,
rrdtool.OperationalError: Cannot create temporary file
chris@tinkerboard:/usr/share/weatherradio$ 

still no data displayed on the web page
now is this just
# setup configuration
        self.config = ConfigParser(interpolation=None)
        self.config.optionxform = str
        # default values
        self.config.add_section('WeatherRadio')
        # web server configuration
        self.config.set('WeatherRadio', 'INDISERVER', '192.168.1.100')#0.0.0.0   [color=red]I have modified here[/color]
        self.config.set('WeatherRadio', 'INDIPORT', '/dev/ttyACM0')#8624 [color=red]I have modified here[/color]

by the way, is the IP indiserver and still the same as the IP of the tinker or how do we find it

Regards
Chris

Read More...