Close

Hey, we've got an update already!

A project log for PiClock - A Raspberry Pi Clock & Weather Display

This project is a fancy Clock and weather display built around a monitor and a Raspberry Pi.

kevin-uhlirKevin Uhlir 06/12/2015 at 01:450 Comments

Hey, we've got an update already....

I've removed the requirement for a Google Maps API key.

This should work for low usage.
do the following, to update your PiClock software and remove the api key.

cd PiClock
git pull
nano Clock/http://ApiKeys.py

change the google api key to an empty string

googleapi = ''

Discussions