You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this message when is start python smartmirror.py:
pi@raspberrypi:~/Smart-Mirror $ python smartmirror.py
Traceback (most recent call last):
File "smartmirror.py", line 313, in
w = FullscreenWindow()
File "smartmirror.py", line 290, in init
self.clock = Clock(self.topFrame)
File "smartmirror.py", line 50, in init
self.timeLbl = Label(self, font=('Helvetica', large_text_size), fg="white", bg="black")
NameError: global name 'large_text_size' is not defined
How can i define 'large_text_size?
Thanks for any answers!
The text was updated successfully, but these errors were encountered:
Hi,
I got this message when is start python smartmirror.py:
pi@raspberrypi:~/Smart-Mirror $ python smartmirror.py
Traceback (most recent call last):
File "smartmirror.py", line 313, in
w = FullscreenWindow()
File "smartmirror.py", line 290, in init
self.clock = Clock(self.topFrame)
File "smartmirror.py", line 50, in init
self.timeLbl = Label(self, font=('Helvetica', large_text_size), fg="white", bg="black")
NameError: global name 'large_text_size' is not defined
How can i define 'large_text_size?
Thanks for any answers!
The text was updated successfully, but these errors were encountered: