@_V_ what do you mean for title? We just searched title
If you want to change it. Then do that
ev.title=‘new string’
Same with symbol
@_V_ what do you mean for title? We just searched title
If you want to change it. Then do that
ev.title=‘new string’
Same with symbol
@Linas123 should work…
use my backup script to save all that, install script to put MM on new system
and then restore script to put back your MM setup (modules and all)
backup/restore - save to github (recommended) then you can backup to there whenever and restore from there, perfect for a machine move!
https://github.com/sdetweil/MagicMirror-backup-restore
install
https://github.com/sdetweil/MagicMirror_scripts
use a new sd card, then you don’t break anything in the process
@brgracer goes at the top
Can you show what you changed for module css
@plainbroke in the script that starts MagicMirror
~/MagicMirror/installers/mm.sh
Do the environment variable as documented in the readme
I dont know about default anything
Backup setup only takes time if you are using GitHub for storage (recommended)
@Richard238 use my script
It will record incremental changes
@_V_ transforming, you must ALWAYS return the event, modified or not
@_V_ said in Cal EXT3 - understanding transforming:
ev.title.search
search() searches the string for the specified characters and IF those characters are found, it returns the position of the text in the string…(0= 1st char/start of string). if NOT found it returns -1
this is a javascript string function
there is also startsWith() and endsWith()
search() = contains
the code could have used includes()
The includes() method of String values performs a case-sensitive search to determine whether a given string may be found within this string, returning true or false as appropriate.
if you wanted case insensitive, you would do
ev.title.toLowerCase().includes(‘john’)
I edited out your calendar URL from the log above.
seems other modules are failing for no/old credentials…
google photos is broken as Google changed the way it works.
calendar and newsfeed modules say they are doing their thing…
there IS an old system runtime bug in here ‘possibly’ , you are 5 releases behind, 6 come Oct 1. fix is in the October release…
1|MagicMir | [2025-09-13 13:57:38.158] [INFO] Newsfeed-Fetcher: Broadcasting 20 items.
1|MagicMir | [2025-09-13 13:57:39.230] [INFO] Calendar-Fetcher: Broadcasting 30 events from https://calendar.google.com/calendar/xxx
…
1|MagicMir | [2025-09-13 14:02:39.198] [INFO] Newsfeed-Fetcher: Broadcasting 20 items.
1|MagicMir | [2025-09-13 14:07:39.774] [INFO] Newsfeed-Fetcher: Broadcasting 20 items.
1|MagicMir | [2025-09-13 14:12:40.245] [INFO] Newsfeed-Fetcher: Broadcasting 20 items.
1|MagicMir | [2025-09-13 14:17:40.655] [INFO] Newsfeed-Fetcher: Broadcasting 20 items.
1|MagicMir | [2025-09-13 14:22:41.110] [INFO] Newsfeed-Fetcher: Broadcasting 20 items.
But it’s been like this for a few years now, so you probably had it this way