HackerShackOfficial / Smart-Mirror

Raspberry powered mirror which can display news, weather, calendar events
MIT License
908 stars 384 forks source link

Display #35

Closed seanblackwell closed 7 years ago

seanblackwell commented 7 years ago

So I know this is probably an issue with my display settings on my monitor or something but the weather and new are being cutoff. any suggestions?

King3060 commented 7 years ago

Try and mess around with padx and pady

seanblackwell commented 7 years ago

how does one do that?

King3060 commented 7 years ago

look for padx and pady at the bottom of the code. padx should be 100 and pady should be 60. padx moves something horizontally and pady moves stuff vertivally.

seanblackwell commented 7 years ago

Thank you!!!