Thanks for the quick response. I ended up wiping and reinstalling the 64 bit version so I lost the log. I will try and get that version to work.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-CalendarExt3 and MMM-MonthlyCalendar blank
-
RE: MMM-CalendarExt3 and MMM-MonthlyCalendar blank
Sorry to reply to an old thread, but I am getting this same error message when installing on a Pi5 32 bit.
I tried the 64 bit version and that resulted in a black screen after a period of runtime with the default configs which is a separate issue.
Can I install a package separate from the script to get around this issue?
-
RE: MMM-GooglePhotos
For those just joining, I was able to get this to work using the Google OAuth desktop option and the V2 token generator that hermanho made at the link below
-
RE: MMM-GooglePhotos
I just updated to the latest And my photos stopped displaying. Anyone else have this issue?
I just get Loading…
-
Calendar excludedEvents behavior not as expected?
I am having trouble with the excludedEvents parameter in the calendar module. I can get some words to filter but not others. For instance I if I have the following two events on the calendar:
School Early Dismissal
Roger’s Special - ArtIf I enter ‘Early’ in the excludedEvents array then as expected the School Early Dismissal goes away. If I enter ‘Roger’ or ‘Art’ or ‘Special’ then I can’t get the second event to filter out.
I have 3 calendars. I tried eliminating all but the one that pulls the “Roger’s Special - Art” event and still no luck. I am starting to think that there is something about that calendar ics that prevents events from being filtered? Is this possible?
module: "calendar", header: "Calendar", position: "top_left", config: { maxTitleLength: "30", timeFormat: "absolute", nextDaysRelative: true, titleReplace: {'SPECIAL MEETING':'meeting'}, displaySymbol: false, //maximumNumberOfDays: "62", fade: false, excludedEvents: ['Special'], calendars: [ { // symbol: "calendar-check-o ", url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics", maxTitleLength: "17" }, -
RE: MMM-GooglePhotos
@Sean looking forward to it. Thanks again for an awesome module.
@sdetweil I now have a cron job to turn the monitor off. Is that what you mean by “sleep”? Does that stop the API requests?
-
RE: MMM-GooglePhotos
First, thanks for a great module. Its greatly appreciated.
Is there a way to prevent API requests during certain time periods? I have 14000 photos in an album that is only going to grow with time which is going to kill my API requests but I don’t need requests to take place at 2AM for instance.