A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-MotionEye not working

    1
    1
    0 Votes
    1 Posts
    325 Views
    A
    Re: MMM-MotionEye - surveillance video stream on your mirror! I’m trying to get the MotionEye modul to work, my installation is on two PI’s. I can see the MotionEye stream in the browser of the MM-Pi but on the MM itself I just see a “broken” picture icon. This is part of my config: { module: 'MMM-MotionEye', position: 'bottom_right', config: { url: "http://192.168.0.150:8081", forcedRefreshInterval: 60000, width: "400px", debug: true, } }, this is the stream info of my MotionEye PI ([image: 1679769512672-1-resized.png] this is from the pm2 log: [25.03.2023 19:23.37.714] [LOG] Module helper loaded: MMM-MoonPhase [25.03.2023 19:23.37.715] [LOG] No helper found for module: MMM-bernwordclock. [25.03.2023 19:23.37.718] [LOG] Initializing new module helper ... [25.03.2023 19:23.37.719] [LOG] Module helper loaded: MMM-MotionEye [25.03.2023 19:23.37.780] [LOG] Initializing new module helper ... [25.03.2023 19:23.37.781] [LOG] Module helper loaded: MMM-ModuleScheduler [25.03.2023 19:23.37.995] [LOG] Initializing new module helper ... Any suggestion what I’m doing wrong?
  • 1 Votes
    25 Posts
    8k Views
    wishmaster270W
    @BKeyport Hi, and thanks for the contribution. I only had a view moments to look at the changes. Currently the changes do not look very critical and I will be happy to merge them. I only want to make sure there is no more universal way (especially for the space) feature. Documentation is one of my favourites (Not). But it should no big deal to add it. I will try to do a deeper look the code the next days and will merge as fast as I can.
  • MMM-LocalEvents

    5
    1
    1 Votes
    5 Posts
    1k Views
    Q
    Sorry for the lack of response on this. I’ve been away for a bit. It’s currently not working because Google has changed both it’s event page layout and the URL. I haven’t investigated much, but it looks like they’ve added a bunch of stuff to the URL and no longer provide the page that this module was scraping. It used to be: https://www.google.com/search?q=events+[LOCATION]&events&rciv=evn This now brings up a different page than what this module was scraping. The google provider for this module will have to be rewritten to scrape this page. https://www.google.com/search?q=events+fond+du+lac+wi&oq=events+fond+du+lac+wi&sclient=gws-wiz-serp&ibp=htl;events&rciv=evn#htivrt=events&fpstate=tldetail I’m sorry again, but I’m not sure when I’ll be able to get to this.
  • 5 Votes
    66 Posts
    49k Views
    luisestradaL
    @joecas65 said in MMM-HomeAssistant-Sensors (Development) - Show your HA Sensors on your Mirror: @Snille Hi, is it possible to add a line separator between sensors ? thanks I like the way the MMM-MyScoreboard does, by adding this line border-bottom: solid 1px #222; You can add it to your custom.css file (for more info about how to write in css, check https://forum.magicmirror.builders/topic/6808/css-101-getting-started-with-css-and-understanding-how-css-works?_=1677609386326)
  • MMM-SpeedTest

    9
    3 Votes
    9 Posts
    4k Views
    H
    @nobita https://github.com/fabfo/MMM-TouchButtons
  • MMM-News

    55
    6 Votes
    55 Posts
    51k Views
    M
    @mumblebaj Thanks for your hard work on my behalf. BTW, if you are not maintaining MMM-News any more, can you return the ownership to me again? I want to archive it in my control back.
  • 2 Votes
    91 Posts
    145k Views
    S
    @3squaremirror some code needs to use the force parameter on the show() or hide() functions. but I can’t tell from the log which code issued the show/hide. only that the profileswitcher had it locked
  • [MMM-EmbedURL] Embed one or multiple websites to the mirror

    4
    2
    2 Votes
    4 Posts
    2k Views
    S
    I really enjoy the module :) One thing I figured out and which might be nice to add to the git manual: You can invert the colors of websites though CSS styling. This will make white background black and looks nice at the mirror. Add to your custom.css: .MMM-EmbedURL { filter: invert(100%); } Enjoy!
  • MMM-friday-the-13th

    1
    2 Votes
    1 Posts
    383 Views
    L
    This module will let you know if it’s Friday the 13th. By default it will just return a string but if you turn scary to true in the config (details in the readme) it will display a spooky image on Friday the 13th. This module is pretty silly but it was fun to make and I couldn’t find others on GitHub. https://github.com/leabs/MMM-friday-the-13th
  • MMM-Weather

    17
    3 Votes
    17 Posts
    6k Views
    S
    @sil3ntstorm I do not know. but I would use the developers window to see what style was applied see https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues?_=1676128321280
  • door and proximity sensors

    2
    0 Votes
    2 Posts
    713 Views
    J
    @ectovito said in door and proximity sensors: I was finally able to retrieve the Device IDs via the Aqara gateway, and the tokens from the gateway and vacuum in the Miio Mac application. I can correctly display the temperature and humidity of my different rooms in the house. The same for my vaccum via the Xiaomi-vaccum module. The only thing I can’t do is to declare the door sensors and the sensory sensors. What should I declare in the configuration file? Thank you in advance for your help. To declare the door sensors and sensory sensors in your configuration file, you will need to specify the device type, device ID, and token for each sensor. You can typically find this information in the Miio Mac application or from the Aqara gateway. Here’s an example of what a door sensor declaration in your configuration file might look like: switch: platform: xiaomi_aqara name: Door Sensor type: magnet sid: <device_id> token: And here’s an example of what a sensory sensor declaration might look like: sensor: platform: xiaomi_aqara name: Sensory Sensor type: sensor_ht sid: <device_id> token: Note that the <device_id> and values should be replaced with.
  • Also having the "no map showing" problem.

    3
    0 Votes
    3 Posts
    356 Views
    J
    Errors in the console tab indicate Uncaught (in promise) Error: Attempted to load an infinite number of tiles at i._update (MMM-RAIN-MAP.js:28:109437) at i._setView (MMM-RAIN-MAP.js:28:107836) at i._resetView (MMM-RAIN-MAP.js:28:107173) at i.onAdd (MMM-RAIN-MAP.js:28:102869) at i._layerAdd (MMM-RAIN-MAP.js:28:64792) at i.whenReady (MMM-RAIN-MAP.js:28:42729) at i.addLayer (MMM-RAIN-MAP.js:28:65167) at Class. (MMM-RAIN-MAP.js:28:149754) at Generator.next () at a (MMM-RAIN-MAP.js:28:169) No idea if this and the other error problem are related.
  • MMM-Bosch-BME680-sensor

    1
    1
    0 Votes
    1 Posts
    410 Views
    M
    Description: It is designed for a Bosch BME680 sensor connected with i²c and retrieves: temperature humidity pressure AQI (pollution) It sends notifications that can be handled by other modules and/or have its own display. Disclaimer: AQI is quite approximative. It depends of internal sensor temperature (thus: updateInterval, gasLimitLow and gasLimitHigh must be tuned). AQI precision value may be enhanced using Bosh library if someone has motivation to look into). Screenshots: [image: 1675726496726-sample.png] Download: https://github.com/seb-ma/MMM-Bosch-BME680-sensor
  • PIR and config.js

    16
    0 Votes
    16 Posts
    5k Views
    N6NGN
    @sdetweil Oh… ok… thanks… I’ll do that. Dennis
  • MMM-TwitterLists

    6
    1
    3 Votes
    6 Posts
    1k Views
    mattkabM
    @Mesohilo Good call-out on the media thumbnails. I’ve updated the module to add a config setting to show/hide the media thumbnails: config: { ... //other configs showPictures: false, }
  • MMM-MyGarbage

    55
    3 Votes
    55 Posts
    39k Views
    M
    @wwats Check that ypu only have 1 (one) extra line at the end of the CSV-file, if you have more than one, the module crashes
  • MMM-NINA

    40
    2
    5 Votes
    40 Posts
    15k Views
    R
    Hallo Jalibu , hallo zusammen! Ich habe das Modul vor kurzem installiert und habe aktuell den Effekt, das bei aktualisierten Meldungen die Ursprungsmeldung und eine aktualisierte Meldung angezeigt wird: [image: 1673640971504-mmm-nina-aktualsierte-meldung.jpg] Zum Vergleich zur NINA-APP (IOS): [image: 1673641034941-img_0596.jpg] Gibt es zu dem die Möglichkeit auch die erwartete Dauer des Warnereignisses anzuzeigen ( s.o. Unwetterwarnung Sa. 10:00 - So. 04:00)? Danke für eine Info und ein schönes Wochenende! Rainer
  • Dark Sky radar alternative

    3
    0 Votes
    3 Posts
    1k Views
    D
    @bhepler Well…the WebView works, but MMM-RAIN-MAP works better. Thanks for the recommendation!
  • MMM-Gas-storage-EU

    5
    2
    0 Votes
    5 Posts
    993 Views
    S
    @coernel said in MMM-Gas-storage-EU: The main problem is that I do not know, when Gas Infrastructure Europe updates the values. should find that out first
  • MMM-CalendarWeek is broken

    3
    0 Votes
    3 Posts
    815 Views
    S
    @BKeyport Thanks for this! For some reason I didn’t see your reply last time I checked the forum. I appreciate the tips!