Although I've been playing around with the Raspberry Pi since version 2 B+, Mostly for media centre work. I've now set myself a project of building a clock with weather forecast, later I will hopefully add a 7 inch screen and have in permenantly mounted in my office.
Anyway. The reason Im posting is after following Kevin Nobel's Project which looks ideal for what I need, Ive run into a few problems and chant find anything to resolve the issues
Here is the log file that Ive created
I've looked everywhere that I can think of, but don't know how to rectify the issues, Can anybody help?Traceback (most recent call last):
File "PyQtPiClock.py", line 712, in <module>
Config = __import__(configname)
File "/home/pi/PiClock/Clock/Config.py", line 12, in <module>
primary_location = LatLng(53.871567[0],-1.695773 [1])
TypeError: 'float' object has no attribute '__getitem__'