maxbbraun / mirror

Smart Mirror
https://medium.com/@maxbraun/my-bathroom-mirror-is-smarter-than-yours-94b21c6671ba#.81sljnn80
MIT License
578 stars 136 forks source link

Google Calendar integration #29

Open zolabus opened 5 years ago

zolabus commented 5 years ago

Is it possible to integrate the google calendar? And is it possible to change language for example for the date? For example if i add Italian instead of US in the weather java script no data is shown

Thanks

warning939 commented 2 years ago

Hi, I had the same challenge and this is how I fixed: In the Weather.java file search for apikey (3 rows) and append the language settings like this: "%s/locations/v1/cities/geoposition/search?apikey=%s&q=%f,%f&metric=true&language=hu-hu",

Peter