Read the statement by Michael Teeuw here.
Calendar-Fetcher: Broadcasting X Events
-
Allo,
ive done a new install and ive noticed this just repeating over and over…
[2020-07-31 20:27:57.767] [LOG] Use existing calendar fetcher for url: http://calendar.google.com/calendar/ical/xxxxxxxxxxxxxx/basic.ics [2020-07-31 20:27:57.768] [INFO] Calendar-Fetcher: Broadcasting 10 events. [2020-07-31 20:27:57.795] [LOG] Use existing calendar fetcher for url: http://calendar.google.com/calendar/ical/xxxxxxxxxxxxx/basic.ics [2020-07-31 20:27:57.797] [INFO] Calendar-Fetcher: Broadcasting 10 events. [2020-07-31 20:27:57.832] [LOG] Use existing calendar fetcher for url: http://calendar.google.com/calendar/ical/xxxxxxxxxxxxxx/basic.ics [2020-07-31 20:27:57.833] [INFO] Calendar-Fetcher: Broadcasting 10 events. [2020-07-31 20:27:59.241] [INFO] Calendar-Fetcher: Broadcasting 10 events. [2020-07-31 20:27:59.300] [INFO] Calendar-Fetcher: Broadcasting 10 events. [2020-07-31 20:27:59.844] [INFO] Calendar-Fetcher: Broadcasting 5 events. [2020-07-31 20:28:00.073] [INFO] Calendar-Fetcher: Broadcasting 10 events. [2020-07-31 20:28:00.902] [INFO] Calendar-Fetcher: Broadcasting 8 events. [2020-07-31 20:28:02.732] [LOG] Use existing calendar fetcher for url: http://calendar.google.com/calendar/ical/xxxxxxxxxxxxxbasic.ics [2020-07-31 20:28:02.734] [INFO] Calendar-Fetcher: Broadcasting 10 events. [2020-07-31 20:28:02.744] [LOG] Use existing calendar fetcher for url: http://calendar.google.com/calendar/ical/xxxxxxxxxxxx/basic.ics [2020-07-31 20:28:02.745] [INFO] Calendar-Fetcher: Broadcasting 10 events. [2020-07-31 20:28:02.754] [LOG] Use existing calendar fetcher for url: http://calendar.google.com/calendar/ical/xxxxxxxxxxbasic.ics [2020-07-31 20:28:02.755] [INFO] Calendar-Fetcher: Broadcasting 10 events. [2020-07-31 20:28:04.241] [INFO] Calendar-Fetcher: Broadcasting 10 events. [2020-07-31 20:28:04.288] [INFO] Calendar-Fetcher: Broadcasting 10 events. [2020-07-31 20:28:04.995] [INFO] Calendar-Fetcher: Broadcasting 10 events. [2020-07-31 20:28:05.597] [INFO] Calendar-Fetcher: Broadcasting 5 events. [2020-07-31 20:28:06.633] [INFO] Calendar-Fetcher: Broadcasting 8 events.
ive no idea what is does but again id like it to stop if its unnessary!
Thanks Again,
Richie -
@banbutcher not an error, just info
to help in system app composition, the calendar reader broadcasts its calendar events to all modules. if they want to use it they can. this means there is one calendar reader block of code.
I have a module that uses this info to look for events (from database) upcoming, and then displays images associated with that event.
-
it simply sends the data received to the other modules of Magicmirror. do not be alarmed to my knowledge, I do not know of any module that uses them.
Note: all modules share their data. to other developers to use it or not@sdetweil
Edit: oupss sorry i don’t see that you have respond :( -
thank you gentlemen!
-
@banbutcher glad to help, and the clock sends seconds, minutes and hours messages. and RSS sends entry, and etc,etc,etc