A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 0 Votes
    2 Posts
    575 Views
    S
    @aksuited there is a user who did this, but didn’t publish his module update He did it with a modified calendarext3 as I recall I searched but didn’t find it
  • I have a touchscreen, would like to call up a module via a button

    Unsolved Requests
    7
    0 Votes
    7 Posts
    1k Views
    S
    @kent right, that module provides buttons that show/hide A module
  • 0 Votes
    3 Posts
    398 Views
    M
    Ok, my fault, thanks a lot!
  • Version 2.33.0/node v22.21.0 - Error: write EFAULT

    Unsolved Troubleshooting
    9
    0 Votes
    9 Posts
    815 Views
    S
    @Mr.Sponti yep errors, too much ram. Etc What is this running in?
  • Gemini for MM

    Unsolved Requests
    1
    0 Votes
    1 Posts
    357 Views
    A
    Since the google assistant has been replaced by Gemini I think it would be a nice addition to the MM. Especially because it could connect to the google home and complete smart tasks via voice command.
  • installing MagicMirror on my Raspberry Pi 0 w2

    Unsolved Troubleshooting
    14
    0 Votes
    14 Posts
    2k Views
    plainbrokeP
    @Y_Garden That pi zero will run Pi-Hole pretty well on diet pi 32 bit…
  • Excessive pings to CalDAV server, like 2 per second

    Unsolved Troubleshooting
    4
    0 Votes
    4 Posts
    463 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
  • Use local data from weatherstation

    Unsolved Requests
    10
    1 Votes
    10 Posts
    2k Views
    R
    Yes, I attempted installed to install the ‘stable’ version and it did not automatically select the gateway port number. I will attempt to install the ‘beta’ version tonight. Thanks for the help. BTW, I ran Wireshark last night and found the port number, at least for the GW3000, it is 53374. I would never have guessed it.
  • Weather.gov problem in default weather module.

    Unsolved Troubleshooting
    3
    0 Votes
    3 Posts
    382 Views
    ankonaskiff17A
    @sdetweil I’ve done that. I intend to follow-up with those folks tomorrow. There are a few NWS API pages that indicate what options are available and while they show various iterations of Forecast, Current is not in the list. They have the api set where you can plug in GPS coordinates, the NWS office that manages those GPS coordinates and it will generate the https address so you just plug it into the module. That is what I did a few years ago when I first built that MM. I am going to look at Observations options at bottom of the picture to see if the have changed the format. [image: 1763336508417-api-picture.jpg]
  • Updating an older MM

    Unsolved Troubleshooting
    2
    0 Votes
    2 Posts
    278 Views
    S
    @ankonaskiff17 is MagicMirror auto starting? Stop it
  • MMM-temp-ds18b20 temp font size

    Unsolved Troubleshooting
    6
    0 Votes
    6 Posts
    565 Views
    S
    @briantogo what style is it that was inherited? Only need to fix that one I see .MMM-temp-ds18b20 .small.dimmed.w1.w1-thermometer now, the things with . are classes… and the css rules are if the things have NO spaces between them, then ONLY a SPECIFIC element with ALL those thing specified together will be selected… so, small, dimmed, w1 w1-therometer ALL specified as part of class=“…” on the SAME SINGLE element I THINK what you need is to override small looking at the code tempCell.innerHTML = '<i class="' + this.config.iconSize + ' dimmed wi wi-thermometer"></i> '; so I think .MMM-temp-ds18b20 .small .wi-thermometer { fontsize: 2em; }
  • Calvin and Hobbs - Adjust screen size?

    Unsolved Troubleshooting
    2
    0 Votes
    2 Posts
    318 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
    293 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
    1k 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
    574 Views
    S
    @travishardiman sorry I do not know
  • Pir senor moniter on moniter off

    Unsolved Troubleshooting
    1
    0 Votes
    1 Posts
    176 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
    613 Views
    jca2112J
    @karsten13 Thank you for the update.
  • use bottom bar better

    Unsolved Troubleshooting
    6
    0 Votes
    6 Posts
    721 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
    345 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
    205 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