A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Sonos Module

    18
    0 Votes
    18 Posts
    12k 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
    0 Votes
    5 Posts
    893 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
    2k 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
    6k 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
    1k 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
    1k 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
    0 Votes
    11 Posts
    4k 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
    718 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
    7k 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
    465 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
    3k Views
    S
    @philie awesome… thanks for the feedback
  • MM overall issues

    Unsolved
    3
    0 Votes
    3 Posts
    511 Views
    D
    Good moring @sdetweil , Thank you for the quick response! I will replace the ext2 with the ext3. Kind regards, Robin
  • Failed Update

    Solved
    45
    0 Votes
    45 Posts
    17k Views
    D
    @sdetweil Many thanks. Will backup the system before I try.
  • High CPU usage when using MMM-BackgroundSlideshow

    Unsolved modules troubleshoot core
    4
    0 Votes
    4 Posts
    2k Views
    S
    @Mats-0 so you mount that shared folder on your mm system in some location. typically those end up in the /media/username folder then you use the ln command to create a linked directory to that folder in the MMM-ImagesPhotos folder, rename the upload folder out out the way mv upload upload-old then create the linked upload sudo ln -s the-mounted-path upload I add a line to my /etc/fstab to create the link to my server share at boot time. I have never seen a Synology mas, so I don’t know how you get those volumes mounted on the consuming systems are they using windows samba shares?
  • Sonos Module

    Solved
    2
    0 Votes
    2 Posts
    801 Views
    luisestradaL
    I tried to reinstall this module, several times, to make it work, with no luck. After new year’s there was a MagicMirror Update, Jan 2024, and it fixed itself. No idea why or how this happened but it works again
  • Merge conflict detected in your package.json

    Solved
    19
    0 Votes
    19 Posts
    5k Views
    G
    @sdetweil i think that finally did it! thank you so much for your help Sam!
  • Touch screen go off when dimming

    Unsolved
    1
    0 Votes
    1 Posts
    150 Views
    F
    I have a 7" touch LCD hooked up to the PI running MM. Going to use it as a smart alarm clock. I have it laid out like I want I am working on a way dimmer. Using REMOTE_ACTION. Dimming the screen to about 50 (out of 255) seem to turn off the touch functionality. Are better ways to dim the MM screen. I don’t want to turn it off. Update: Tried in on a 5 inch lcd and in server mode with broswers. Same issue
  • MMM-homeassistant-sensors

    Unsolved
    2
    0 Votes
    2 Posts
    515 Views
    F
    I’m the one who wrote this functionality for this module, and I didn’t exactly design it to be able to send a notification for every state change. I designed it to look for a specific state and send a notification when the state matches something you’re looking for. For example, if you want something to happen when your smart lock is in the unlocked state. That being said, I just looked at the code again, and I don’t think it would be too difficult to modify it to notify on every state change if stateVal is empty. Give me some time and I’ll see what I can do to make this happen for you. I assume you would want the notification to return the current state of the sensor?
  • GPIO PIN on 3b not working

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    F
    @sdetweil I may add the python code to the start of the script. Enable the pins in Python and then read them . See if that works. I see that others have reported as well