-
Hey, we've got an update already!
06/12/2015 at 01:45 • 0 commentsHey, 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 = '' -
PiClocks for Friends and family
06/10/2015 at 15:34 • 0 comments -
Completed or Not? [Future Plans]
06/10/2015 at 15:07 • 0 commentsThis project is "Completed" in the sense that it is documented so you can build it. Use the software, it will work. It is "Ongoing" because I have more plans... as follows...
- Adding a web server so you can:
- Make changes to the configuration easily thru a web gui
- Upload different background images and flip them as you like
- Adding plug-in support, to add your own "things" that can be added to the pages without bothering the main code.
- Stock ticker?
- Calendar reminders?
I'll consider all GitHub pull requests.
- Adding a web server so you can: