A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • newsfeed ignoreOlderThan different per feed?

    Unsolved
    4
    0 Votes
    4 Posts
    684 Views
    S
    @stephanvdplas yes, I see it… for others https://github.com/MagicMirrorOrg/MagicMirror/issues/3360
  • Shared icloud calendar

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    B
    @sdetweil that worked, thank you very much!
  • Problem after MM-upgrade

    Unsolved
    5
    0 Votes
    5 Posts
    815 Views
    S
    @CLLA1972 said in Problem after MM-upgrade: (I am not an expert on this) no problem… do this stop mm cd ~/MagicMirror npm run install-mm then restart MM
  • Get rid of Screen saver with MM on a RPi 4a Bookworm

    Unsolved screen saver blank screen
    3
    1
    0 Votes
    3 Posts
    828 Views
    R
    @sdetweil Thanks much for the hint! - I´ve applied the script and now cross fingers that it will work. BR Raimund
  • Altering a Module

    Unsolved
    9
    1
    0 Votes
    9 Posts
    2k Views
    R
    I want to do the exact same thing down the road when I need a new project to tinker with. Love it and thank you for posting the question and thank you to Sam for working through the solution.
  • Could not fetch calendar

    Unsolved
    2
    0 Votes
    2 Posts
    399 Views
    T
    Look in the logs. See what it say. I had the same were it would work some days and not the others. It was down to the paser. Still have no fix but I have stopped wasting time on it. My logs where under pm2\logs
  • Get rid of Screen Saver with Password prompt on RPi 4a / Bookworm

    Unsolved
    2
    1
    0 Votes
    2 Posts
    355 Views
    S
    @RayDoyle did you use my script during install? if not you can run the screensaveroffscript see https://github.com/sdetweil/MagicMirror_scripts see down the page, copy/paste to execute
  • googledocsnotes text dont align

    Unsolved
    7
    1
    0 Votes
    7 Posts
    969 Views
    S
    @1a2a3a means it was not accidental. it’s not trivial to maintain visual fidelity across multiple rendering platforms and aspect ratio changes. the module author(s) chose not to attempt that
  • Sonos Module

    18
    0 Votes
    18 Posts
    11k Views
    Thorn2910T
    I had exactly the same issue! MMM-Sonos Version v.0.0.1 released beginning of 2024 Chnged in MMM-Sonos.js th following part from apiBase: 'http://localhost', to apiBase: 'http://192.168.1.22', Obviously change the IP addess accordingly For additional info my MMM-Sonos part config.js in /MagicMirror/config/config.js { module: 'MMM-Sonos', //header: "Sonos", position: 'top_center', // you may choose any location config: { showStoppedRoom: false, albumArtLocation: "left", } }, then it worked! With http://localhost I always got [ERROR] Failure: Error: connect ECONNREFUSED ::1:5005 in the logs
  • CSS Help with Two Small Items

    Unsolved
    5
    1
    0 Votes
    5 Posts
    693 Views
    BKeyportB
    @Splashed For future use - The most important part, read the documentation (No matter how bad it is, a lot of us aren’t native english speakers) before doing anything. There’s a lot of effort put in to make the project accessable to even the most basic of users, so it may not even need CSS! If you need to fix CSS: Look in directories of the module for CSS files - these will give you clues on what to look for. In the case of default modules, many of their settings are in main.css Make sure your mirror is able to be loaded on a remote computer thusly: var config = { address: "0.0.0.0", port: 8080, ipWhitelist: [], ... Load your mirror on a work computer by going to “http://:8080” - then use the developer tools (typically ctrl-shift-i) to look through the styles and play with live output. You may need to insert a breakpoint to stop the constant refreshes. Once you find what you want, you can put the changes in custom.css Happy “hacking”
  • magicmirror lagging

    Unsolved
    16
    0 Votes
    16 Posts
    4k Views
    S
    @bhepler maybe. it’s a thing to try pm2 stop all npm run server and use your browser to localhost:mm_ip_port turning off the title bar etc is a task for the user!!! I have a setup to do this automatically using npm start if it works.
  • MagicMirror cannot start (UnhandledPromiseRejectionWarning)

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    S
    @Steff use my install/upgrade scripts. they do all this work
  • suddenly the screen can't turn on

    Unsolved
    15
    0 Votes
    15 Posts
    5k Views
    S
    @lkthomas yes @schris88 gave you a solution that you can’t use.
  • MM Starts but no screen after upgrade

    Solved
    8
    0 Votes
    8 Posts
    977 Views
    KristjanESPERANTOK
    I have sleep problems and have therefore found the time to get rid of the dependency on request for this module 😅. Let’s see when @jmwyds accepts my PR. It seems he hasn’t been active for a while.
  • It's important MMPM??

    Unsolved
    4
    0 Votes
    4 Posts
    840 Views
    S
    @pritikin71 no npm/electron are not needed when u run the docker container you just point any browser at the container exposed port the container is running headless in server mode
  • where is that "{DEGREE}" coming from?

    Unsolved
    11
    1
    0 Votes
    11 Posts
    3k Views
    L
    @sdetweil I will have a look when I have time, for now, I just removed {DEGREE} string from en.json and called it a day, thanks.
  • Dumbass Cat Facts

    Solved
    4
    0 Votes
    4 Posts
    567 Views
    KristjanESPERANTOK
    @plainbroke Unfortunately I can’t find any information about when it was canceled. See it as a chance to discover a new nice module! :smiley:
  • MM starts but doesn't show up

    Solved
    26
    0 Votes
    26 Posts
    6k Views
    B
    @sdetweil Yes I upgraded manually and in the future I will use your script for sure!
  • Mirror fails to load after git pull

    Unsolved
    2
    0 Votes
    2 Posts
    357 Views
    S
    @theaddies you also must do npm run install-mm and you need to upgrade node to v 18 or 20 it below that… recommend my upgrade script, instead of doing it manually use force instead of apply as you have already dragged down the new code https://github.com/sdetweil/MagicMirror_scripts
  • MMM-BMW-OW API Issues

    Solved
    12
    0 Votes
    12 Posts
    2k Views
    S
    @philie awesome… thanks for the feedback