@Y_Garden interesting. I thought I pushed a fix for this a couple weeks ago
Read the statement by Michael Teeuw here.
Posts
-
RE: installing MagicMirror on my Raspberry Pi 0 w2
-
RE: Module updates question
@RonR hmm. I updated those to fix the install for missing dependencies. Don’t know why you have them out of sequence
Do
cd modules/MMM-ConfigAnd
git checkout xxxxFor each of the files
Then
git pullTo resync the MMM-Config module
-
RE: Default Calendar module frequently refreshes
@DarrenO-0 also can you look at the output of npm start or however you start MagicMirror
And find the messagesBroadcasting xxx messages for url xxxx
Collect 15 of those messages either the timestamp
Xxx out the url string, or match them to your 4 utls
These messages should be on the fetchInterval time cycleEach url fetch is done separately, and they contribute to the shown list of events immediately , which may cause a visual flash
Looking at the code, it uses fixed timers which is restarted for the next cycle after processing this cycle. So that means longer/larger calendar lists will take longer than shorter ones. This will cause the fetch cycles to drift apart and constantly change
I’m guessing is this is the randomnessThe log messages should show consistent cycle times for an individual url, but varying separation between url fetches
If your system is low on memory and utilizes swap on an sd card this could also affect processing time for larger calendar memory requirements, causing additional drift -
RE: installing MagicMirror on my Raspberry Pi 0 w2
@Y_Garden can you send me the ~/install.log
Using my userid here at gmail
Are you trying the 32 bit or 64 bit os image? -
RE: MMM-CountEvents - ignoreBefore/ignoreAfter
@benhmin no, that is different
15 minutes is 15 x 60 x 1000
1000 ms/second
60 seconds/minute -
RE: Excessive pings to CalDAV server, like 2 per second
@xylyn for test, if you disable the caldav module, does the network traffic go away?
-
RE: MMM-BackgroundSlideShow cutting off top of pics
@RonR is the module set to fullscreen_below position?
I don’t know more about this moduleI spent a lot of time on MMM-ImagesPhotos to keep the the photo aspect ratio, and all the picture on screen.
-
RE: Default Calendar module frequently refreshes
@DarrenO-0 can you post the config for calendar, xxx out your urld
-
RE: Weather.gov problem in default weather module.
@ankonaskiff17 weather is done all in browser.
Open the developers window, ctrl-shift-I,
Select the console tab, put weath in the filter field -
RE: Updating an older MM
@ankonaskiff17 is MagicMirror auto starting?
Stop it