A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Calvin and Hobbs - Adjust screen size?

    Unsolved Troubleshooting
    2
    0 Votes
    2 Posts
    115 Views
    plainbrokeP
    @guitartoys Try these settings. You will probably have to adjust the sizes… It fits my 42" TV full screen all directions… Custom.css: .MMM-CalvinAndHobbes .module-content { Margin-top: 10px; Margin-left: 10px; max-width: 1810px; max-height: 1025px; width: 1810px; height: 1025px; overflow: hidden; } #cahcomiccontent { width: 1810px; height: 1025px; } Config.js: { module: "MMM-CalvinAndHobbes", position: "middle_center", config: { invertColors: false, grayScale: false, updateInterval: 7200000, limitComicHeight: -1, maxHeight: "98%" } },
  • MMM-SPOTIFY I cannot for the life of me get this to run propperly

    Unsolved Troubleshooting
    2
    0 Votes
    2 Posts
    126 Views
    S
    @spistachio the Spotify module needs a premium account and you must follow the redirect url rules exactly Then the module will attempt to call your redirect, which doesn’t exist, but the token is in the url shown on the not found page So you copy that out for the value in config
  • MMM-MailMessage feature

    Unsolved Feature Requests
    4
    0 Votes
    4 Posts
    259 Views
    plainbrokeP
    @ge You might try MMM-GmailFeed, it allows sound when mail arrives. Just set it to playSound: true, Not sure what that sound is, because I have no speakers on my MM.
  • how to revert to HTTP

    Unsolved Troubleshooting
    6
    0 Votes
    6 Posts
    291 Views
    S
    @travishardiman sorry I do not know
  • Pir senor moniter on moniter off

    Unsolved Troubleshooting
    1
    0 Votes
    1 Posts
    82 Views
    V
    Pir senor on off monitor raspi 5 what one works please For my MagicMirror project ?
  • News Feed Source Title and Publish Date missing a character

    Unsolved Troubleshooting
    6
    1 Votes
    6 Posts
    329 Views
    jca2112J
    @karsten13 Thank you for the update.
  • use bottom bar better

    Unsolved Troubleshooting
    6
    0 Votes
    6 Posts
    385 Views
    S
    @dcazman yes, fontsize is a brain twister many of the html elements do not inherit settings from things above them imagine if fontsize 50 worked on the top level of a printed page, suddenly everything would be 50…, even when you meant on this paragraph and some other paragraph already said 20, oops… SO, you need to find the element in the dev window elements tab and see where it got its size from (right column after you select that html element) and fix that…
  • AutoDimmer not dimming completely

    Unsolved Troubleshooting
    1
    0 Votes
    1 Posts
    126 Views
    _
    Hey again folks So I set the dimming to 1.0 ( even tried a higher number ) but thr screen is still pretty bright in the hallway. The dimming function works in general but like said, its not completely black like mentioned in the doc. I also reduced brightness of my screen just to double check, but that wasnt it. Any ideas or is it just not possible to darken the screen to the “off” level?
  • MMM-AirQuality - Additional Details?

    Unsolved Troubleshooting
    1
    0 Votes
    1 Posts
    127 Views
    G
    Hi, I loaded up the MMM-AirQuality module, and it’s now working fine. I get the general Air Quality index. If you hit the aqucn.org site, it will also show PM2.5, CO2, R.H (Relative Humidity), Press (Barometric Pressure) and Temp. Is it possible for the module to also display at lease the PM2.5 and CO2? Thanks. Michael
  • MMM-Mplayer video issues

    Unsolved Troubleshooting
    13
    0 Votes
    13 Posts
    816 Views
    Mr.SpontiM
    @ge I’ve reworked the MMM-RTSPstream module and tried mpv, mplayer and vlc for displaying rtsp-streams from Reolink cameras. Maybe the following command line options are also suitable for your camera. const environ = Object.assign(process.env, { DISPLAY: ":0" }) var opts = { detached: true, env: environ } if (this.player === 'mpv') { // Define the MPV command line flags var args = [`${this.streams[stream].url}`, "--geometry="+this.windowWidth+"+"+this.windowX+"+"+this.windowY, "--ontop", "--title-bar=no", "--border=no", "--vo=gpu", // "--hwdec=drm", "--gpu-context=x11vk", "--ao=null", ] } else if (this.player === 'mplayer') { // Define the Mplayer command line flags var args = [`${this.streams[stream].url}`, "-geometry", `${this.windowX}:${this.windowY}`, "-xy", `${this.windowWidth}`, "-noborder", "-nosound", "-nolirc", "-vo", "xv,gl,gl_nosw,vdpau", "-prefer-ipv4", "-cache", "8192", "-rtsp-stream-over-tcp", "-noconsolecontrols", "-really-quiet", ] } else if (this.player === 'vlc') { // Generate the VLC window var args = ["-I dummy", "--video-on-top", "--no-video-deco", "--no-osd", "--no-embedded-video", "--no-audio", //"--no-video-title-show", //"--network-caching=1000", `${this.streams[stream].url}` ] }
  • Modules fetching online/network info fail to refresh

    Unsolved Troubleshooting
    9
    0 Votes
    9 Posts
    619 Views
    S
    @alex2 always something!! glad you found some resolution
  • Fresh new Installation - getting mad

    Unsolved Troubleshooting
    2
    0 Votes
    2 Posts
    198 Views
    S
    @Hakupapa reflash, use my installer script Make sure MagicMirror runs full screen On Debian you have to set a thing, don’t remember Won’t be home til after 9 us central If you want to move old config etc, use my backup / restore scripts
  • MMM_RTSPStream & ffmpeg

    Unsolved Troubleshooting
    2
    1
    0 Votes
    2 Posts
    216 Views
    S
    @ge see https://github.com/evroom/MMM-MPlayer
  • MMM-PlexNowPlaying

    Unsolved Troubleshooting
    3
    0 Votes
    3 Posts
    272 Views
    N
    @karsten13 yes. thank you. it’s commented out. I am seeing that people are using Tautulli in addition to the module. Do I need that?
  • Default calendar module freezing on load

    Unsolved Troubleshooting
    2
    0 Votes
    2 Posts
    261 Views
    S
    @migitcheetah I posted reply on Reddit, please dont post in multiple places
  • 32 bit Trixie

    Unsolved Troubleshooting
    5
    0 Votes
    5 Posts
    553 Views
    M
    @sdetweil Ok thanks for all your effort.
  • MMM-Reddit 403 error

    Unsolved Troubleshooting
    8
    0 Votes
    8 Posts
    794 Views
    S
    @mumblebaj his config is shown here https://forum.magicmirror.builders/post/128513
  • My module stops MMM-Pages working

    Unsolved Troubleshooting
    13
    0 Votes
    13 Posts
    996 Views
    S
    @Scott-M awesome!
  • Performances on Pi 3A+

    Unsolved Troubleshooting
    9
    0 Votes
    9 Posts
    633 Views
    N
    @sdetweil it could be. It’s a good card but it could have reached her lifespan. I’ll give it a try, thanks
  • 2.32.0 to 2.33.0 fails due to "some node app still running"

    Unsolved Troubleshooting
    5
    0 Votes
    5 Posts
    415 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…