A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Calendar failed to load - check the logs

    Unsolved
    4
    1 Votes
    4 Posts
    85 Views
    S
    @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…
  • MMM-RAIN-MAP covers part of the module above it

    Unsolved
    4
    0 Votes
    4 Posts
    101 Views
    S
    @RonR ctrl-+. Should zoom in
  • Sending code

    Unsolved
    3
    0 Votes
    3 Posts
    121 Views
    V
    thanks ok
  • Excessive pings to CalDAV server, like 2 per second

    Unsolved
    4
    0 Votes
    4 Posts
    172 Views
    S
    @xylyn the caldav module is getting g the data from the server To create the iCal file the MagicMirror calendar module needs I don’t know how the caldav module works at that level
  • Version 2.33.0/node v22.21.0 - Error: write EFAULT

    Unsolved
    9
    0 Votes
    9 Posts
    350 Views
    S
    @Mr.Sponti yep errors, too much ram. Etc What is this running in?
  • Version 2.33 - module 'weather' - openweathermap and 'One Call by Call' plan

    Unsolved
    3
    0 Votes
    3 Posts
    126 Views
    Mr.SpontiM
    Ok, my fault, thanks a lot!
  • installing MagicMirror on my Raspberry Pi 0 w2

    Unsolved
    14
    0 Votes
    14 Posts
    932 Views
    plainbrokeP
    @Y_Garden That pi zero will run Pi-Hole pretty well on diet pi 32 bit…
  • Error: Cannot find module 'node:fs'

    Solved
    3
    0 Votes
    3 Posts
    133 Views
    H
    @sdetweil thank you for the tip. I’ve at least got things running again with this image. I’ll need to make some adjustments to get things working 100% but at least the container starts and runs now. Very strange, since there didn’t appear to be any updates to the old image I was using.
  • Module updates question

    Solved
    6
    0 Votes
    6 Posts
    480 Views
    S
    @RonR mine matches yours, since 1974… not so much weird as exciting newness
  • MMM-NOAAForecast install fails

    Solved
    6
    0 Votes
    6 Posts
    520 Views
    R
    Yes, that fixed it . Thanks for the help.
  • Updating an older MM

    Unsolved
    2
    0 Votes
    2 Posts
    132 Views
    S
    @ankonaskiff17 is MagicMirror auto starting? Stop it
  • MMM-Carousel Issue

    3
    0 Votes
    3 Posts
    1k Views
    msimon360M
    @Dunc12 I had the same issue. I removed the position: parameter from the Carousel configuration in the config.js file. Without a position the title is not displayed.
  • pm2 doesnt work with crontab

    45
    0 Votes
    45 Posts
    13k Views
    S
    @plainbroke awesome! Thanks for the feedback
  • Error installing MMPM

    Unsolved
    4
    0 Votes
    4 Posts
    550 Views
    S
    @r0t yes, AND you need to activate the virtual environment you installed stuff in, before you use it… like in scripts started by pm2
  • how to revert to HTTP

    Unsolved
    6
    0 Votes
    6 Posts
    314 Views
    S
    @travishardiman sorry I do not know
  • Fresh Install / node: bad option: --run

    Solved
    6
    0 Votes
    6 Posts
    538 Views
    R
    @sdetweil I have send you the Mail with the log. Also the Mirror ist runnig so this thread is solved.
  • Pir senor moniter on moniter off

    Unsolved
    1
    0 Votes
    1 Posts
    89 Views
    V
    Pir senor on off monitor raspi 5 what one works please For my MagicMirror project ?
  • Just upgrade MM and weather app with openweathermap is busted.

    Solved
    10
    0 Votes
    10 Posts
    576 Views
    S
    @sdetweil Ah, I completely misunderstood what you said about the api 3.0 free access, and was getting a 401 unauthorized error. I was able to config api 2.5 and get the current weather again, per their docs. Thank you for the guidance on the dev console and the api changes. :) I almost never touch this thing because it runs so nicely, lol.
  • MMM-ISS-Live error 153

    Solved
    11
    0 Votes
    11 Posts
    923 Views
    R
    @TAGinside said in MMM-ISS-Live error 153: @karsten13 @karsten13 made some changes to the environment of the module on github, I reloaded the module and the error is gone. Thanks for the help, sorry it took so long to acknowledge the fix.
  • 2.32.0 to 2.33.0 fails due to "some node app still running"

    Unsolved
    5
    0 Votes
    5 Posts
    448 Views
    S
    @cweinhofer thanks… I added a message and then the list of processes from the ps -ef , which I already had echo some node app still running, please shutdown those apps, maybe MagicMirror, and restart echo here is a list of those processes echo $mline if MM was running under pm2, I already stopped it…