Replies: 1 comment 7 replies
-
locale: 'en-US', // "en-US" is the right form of locale identifier.
/* maxEventLines: 4, */ // You don't need these 2 config values if your locale is exactly matched, unless you want to customize for your purpose.
/* firstDayOfWeek: 0, */
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've read through all of the previous discussions concerning display of my Google calendar using MMM-GoogleCalendar in conjunction with MMM-CalendarExt3 and I feel like I've made the correct updates. I even re-installed everything from scratch on a fresh RPi image and am still running into the same issue:
-If I comment out the eventTransformer code, the CalendarExt3 displays fine, but only shows US Holidays and not my Google Calendar.
-If I do not comment out the eventTransformer code, only the month, a thin line, and the top of what should be the CalendarExt3 display.
-In either scenario, my default calendar still displays my Google Calendar events.
Attached is my config.js code and a screen shot of what happens with eventTransformer commented out and not commented out.
Let me know what you think. Thanks for any help! Love this module!
config.js
config.txt
With eventTransformer code:
![2024-01-09-210418_768x1368_scrot](https://private-user-images.githubusercontent.com/44924922/295404623-83b1cf13-3fdc-4356-9cd6-9255537888c8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MzQ2NDksIm5iZiI6MTczOTYzNDM0OSwicGF0aCI6Ii80NDkyNDkyMi8yOTU0MDQ2MjMtODNiMWNmMTMtM2ZkYy00MzU2LTljZDYtOTI1NTUzNzg4OGM4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDE1NDU0OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQ1MmU5MGI2ZTI4ODU1MDQyM2Y3NDc2ZTU0YmU1MTQ0OWZiYjhkOTE5NTI4MjNlYzFmYTQzN2YzYzVjNTQyYzUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.5d1IkYU4fRg9oSc8VeciYqR6ydFdEjmOht48fEXAfyc)
Without eventTransformer code:
![2024-01-09-210906_768x1368_scrot](https://private-user-images.githubusercontent.com/44924922/295404627-2a8cb166-36fb-4827-bee7-5cf3458fe0c0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MzQ2NDksIm5iZiI6MTczOTYzNDM0OSwicGF0aCI6Ii80NDkyNDkyMi8yOTU0MDQ2MjctMmE4Y2IxNjYtMzZmYi00ODI3LWJlZTctNWNmMzQ1OGZlMGMwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDE1NDU0OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTNmZDlmMWNlMTdlNDQwYjM0N2RhYmE2M2NkZWVkMThmNTQ3MjgwZjA3MDVkMTcxMmQ3NTc4NjI5NzQwYjgyZTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.F8MhdLUnUriBA8T4HRh9YuSNnqiqG1xODPfj1h_mPe0)
Beta Was this translation helpful? Give feedback.
All reactions