@hrt13 is there one on a repeating schedule?
We shouldn’t expand one if it doesn’t have an rrule
@hrt13 is there one on a repeating schedule?
We shouldn’t expand one if it doesn’t have an rrule
I got it working again by switching to the V3.0 API on OpenWeatherMap.
And remove these two lines:apiVersion: “2.5”, weatherEndpoint: “/forecast”
Yes, OW has moved to their 3.0 api
@hrt13 awesome to help could you find that event
curl -sL the_url_for_calendar >somefile.txt
Then edit somefile.txt and search for that title
Copy
Begin:vevent
…
End:vevent
And paste here. In code block
Edit Any info that might identify you, just dont delete any lines
@hrt13 shouldn’t need to
Are there any errors reported in the console log where you start MagicMirror?
If using pm2, then
pm2 logs —lines=xxx
Xxx is the number of latest lines to display, default 15
You might need 100
cd ~/MagicMirror
# double dash in front of tags
git fetch —tags
git checkout -b test_branch v2.34.0
rm -rf node_modules
rm package-lock.json
npm run install-mm
@cgillinger you should submit that as a pull request to get it included
Nm I see you did
@hrt13 yes, the release notes indicate that the npm start defaults to Wayland now…
@inteeraymee that’s the display side, where is the server side?
@HeikoGr we originally never parsed the vtimezone sections
@inteeraymee can you tell us more?
Where is your calendar sourced? Google, Apple, caldav,
How did you update to latest MagicMirror
How do you start MagicMirror? Pm2, or some other way
@BKeyport NO… I was asking you to add a
console.log(“ev description-.”+ev.description+“<-”)
to your tranformer
then you can see the contents of the description field…
as this runs in the browser, you would have to open the developers window, console tab, and put ext3, in the filter field to see the messages
then you would know exactly what is there. and it may give indication of the problem
you could also dump the fields
console.log(“ev fields=”,ev)
note the comma here, it will haveJS to do the unpacking of the fields in ev
There is a big rewrite of calendar this release . To fix the dates, dst/std, and timezone conversions. @kristjanesperanto did a great job. Also fixing node-iCal
Both also get rid of moment
I didn’t see any issues in testing, but I didn’t have any transforms
@BKeyport can you use console.log to log the description. See it in the dev window console
@parnic use my backup/restore scripts to migrate your setup to next release
Backup existing, copy backup folder off or use GitHub
Flash sd with os, install MagicMirror (scripted)
Copy backup folder on or use GitHub source
Run restore
@Bungle68 there is no auto update.
You can go the manual install/update or use the scripted install/update. For the base. See the doc, alternative install
My script are first there
There are various mechanisms for modules
@parnic got it.
If you had used my installer it would have created a script to detect Wayland… and start () but oops I see a bug there too, fixed bug for new installs, have to fix for upgrades
@parnic how did you upgrade? And how did you start MagicMirror before this release?
@nowayto @kristjanesperanto will have to answer that.