@msimon360 and how is the configured in carousel?
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-BackgroundSlideShow cutting off top of pics
-
RE: Default Calendar module frequently refreshes
@michaelarnauts I replied to it, but there you have a different complaint.
The system design is
Pull the iCal file via the URL
It’s whatever events the source calendar wants to send , we have no control , it’s all textWe convert that to a usable list
And then figure out the repeating events and get a list that could be displayed, expired and not , as of right this secondThen we send that list out to other modules to use
MMM-CalendarExt3 for example, which displays a wall cal view, using the events in view expired or notThen we process the not expired list and display the xx that you wanted
And repeat that whole process for the next fetchInterval
Once every xx minutes or whatever you have it set toFor each URL configured , we do the exact same process, each sending events when they are fetched. One URL processor doesn’t know about the next, they ALL run independently
-
RE: installing MagicMirror on my Raspberry Pi 0 w2
@emlowe yes, and the later os images are getting bigger and bigger
-
RE: MMM-BackgroundSlideShow cutting off top of pics
@msimon360 what do you mean could not get it to work?
can you show the config for both modules?I use pages, and images position:fullscreen_below
-
RE: Default Calendar module frequently refreshes
@DarrenO-0 thx. Id really like to see the logs from both for the event broadcast cycle
There was a big calendar parser change in. 33 and another coming in. 34
-
RE: installing MagicMirror on my Raspberry Pi 0 w2
@Y_Garden I solved the installing correct version of node problem.
The reboot is happening inside npm, none of our code
Maybe a heat or power problem?
2w is short on ram, and trixie is bigger -
RE: Default Calendar module frequently refreshes
@DarrenO-0 as MagicMirror is started by pm2 the command would be
pm2 logs —lines=xxxxTwo dashes in front of lines
Where xxxx is the number of most recent lines of output, default 15You can also examine the files the logs are collected in,
In the ~/.pm2/logs. Folder, notice the . in front of pm2The fact that you see it on other browsers confirms to
Me that this is fetch timing cycle related.
If you look at both displays at once, my guess is the refresh at the same time -
RE: Default Calendar module frequently refreshes
@DarrenO-0 those calendar modules fetch the days themselves in their own way
-
RE: Default Calendar module frequently refreshes
@DarrenO-0 the calendar fetch is done on the server side,
All browsers access that same data