Hmm, I'm having trouble getting flipclock to use the new paths. Anyone know what the correct way to do: cfr2 = str("/usr/share/flipclock/")+(orario[3])+".png" is in python?
cfr2 = str("/usr/share/flipclock/")+(orario[3])+".png"
cfr2 = "/usr/share/flipclock/%d.png" % orario[3]