@bhepler there was a forum update, one of many trying to be current. One of the recent changes turned off digests, maybe it turned off notifications.
I dont use them, do I can’t tell
@bhepler there was a forum update, one of many trying to be current. One of the recent changes turned off digests, maybe it turned off notifications.
I dont use them, do I can’t tell
@CaptainKen no. You need to install node 22.18.0
You installed node 20
@CaptainKen yes, you need node 22 for that
MagicMirror requires 22.18.0 for v2.33
Next release is 22.21.1
Node 24 removes 32 bit support. So we are trying to hold on to 32bit support as long as we can.
@CaptainKen after you did the updates, did you reboot? or close and open the terminal window??
if you updated the OS, then its best to reboot before doing anything else
and they should have been in the opposite order…
update the changes list
then install the updates
@Mr.Sponti do you have the gpu hardware enabled?
If not then I think electron tries to emulate it, probably w the vlc content
@videogame95 the new v3 api requires a credit card for over use charges. First 1000 requests per day are not charged
OpenWeatherMap has told us repeatedly that they are terminating the old 2.5 api, over and over
We change the module to default to the new 3.0 /onecall api
There is a pinned topic in the troubleshooting section on this
@UncleRoger did you see the HACS integration
https://github.com/Hyundai-Kia-Connect/kia_uvo
And then his module instead of bluelinky
@Queasy generally you would open an issue on the module GitHub page to engage the module author
@Richard238 said in Calendar failed to load - check the logs:
about a minute ago
If perhaps it could show the nature of the error?
what does that mean?
we requested the ics data from the calendar provider using the URL you provided in the config
and the request failed, timeout… we don’t know why or anything more
and we gave you all that in the messages we produced.
And the route to the logs, because most of us have to look up where they are! ;-)
you are LOOKING at the logs… so you must have found the route
---- as always — the logs IS the output of the MM start command,
npm start
node --run start
npm runs server
node --run server
whatever you used
now, you can do it manually in some terminal window
OR
you can code it into the system startup
OR
you can use a pgm that does that FOR you, aka pm2
WHERE that data is stored is up to that implementation
as I do the install script, I use pm2, as it insulates me from the OS details…
my script last lines is see the help
echo please see the help for the pm2 command, pm2 --help
echo pm2 status will show the running apps, and their runtime status
SO… one could/should detect that the command is pm2
and so do pm2 --help
and one core learning thing on linux
ALL terminal commands , by agreed convention, provide a general help using the parameter --help
so pm2 --help
will tell you all the things it can do
SOME commands ALSO provide a manual page (pm2 does not)
which can be viewed with the man command
man ls
will show you the detailed help for the ls command
Yes, there is a LOT to learn here…
@Richard238 good point…
what is more friendly for you?
Calendar Error. Could not fetch calendar: https://calendar.google.com/calendar/ical/#################group.calendar.google.com/private-5##############################/basic.ics TypeError: fetch failed, timeout