@musson haven’t tried 32 bit trixie
Will check It out later this afternoon , eye doctor appt shortly
@musson haven’t tried 32 bit trixie
Will check It out later this afternoon , eye doctor appt shortly
@musson 1st test was bookworm 32 on pi2w… all ok with script…
flashing trixie now
@musson 32 bit trixie is a mess…
can’t change swap without a reboot…
electron takes 20 minutes to start
firefox puts up a web prompt, shouldn’t do this on less than 1 gig, have to click , came up but did not use the parms to go to the MM web page
midori won’t go fullscreen via commandline, like it says it does…
installing surf to see if it works
surf crashes
use bookworm 32 bit.
@benhmin can you download the ics data
In a terminal window do
curl -sL the_calendar_url > somefile.txt
Then you can edit/examine somefile.txt to locate that event
BEGIN:VEVENT….END:VEVENT
As MagicMirror hasn’t received the parsed data yet our debug won’t help
The value should be 20230108
We parse millions of calendar entries a day over all the implementations, this is the first I have of this problem
here is an example RRULE clause with until
RRULE:FREQ=weekly;UNTIL=20260504T230000Z;INTERVAL=1
@RonR did you do this step in the README
https://github.com/KristjanESPERANTO/MMM-ISS-Live?tab=readme-ov-file#preparing-electron
Preparing Electron
MagicMirror² disables the <webview> tag by default. Enable it by adding the following snippet to your config/config.js:
let config = {
...
electronOptions: {
webPreferences: {
webviewTag: true;
}
},
...
}