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

    1
    0 Votes
    1 Posts
    258 Views
    T
    Hello, for some time I have noticed that the water level rises no longer occur. We are April 11 and the last lift dates from April 5. Do other users of this module have the same problem? My config is: { module: "MMM-VigiCrues", position: "top_left", header: "Vigilance Crue", config: { stationid: "R520001001", // Station identifer (www.vigicrues.gouv.fr) colorLine:"#FFFFFF", colorBackground:"#666", colorLegend:"#E4F707", colorTick:"#E4F707", colorLabel:"#E4F707", dataPeriode: 60, alertTable: [ { "value": 6840, "title": "Crue 25 déc 1982", "color": "red" }, // Alert set to 5430 mm displayed in red with the title "Flood 2017" { "value": 6670, "title": "Crue du 10 janv 1994", "color": "orange" }, // Alert set to 3120 mm displayed in orange with the title "Flood 2014" { "value": 6180, "title": "Crue du 8 fév 2021", "color": "yellow" }, { "value": 5640, "title": "Crue du 8 mars 2007", "color": "green" }, // Alert set to 3120 mm displayed in orange with the title "Flood 2014" { "value": 5300, "title": "Inondation route", "color": "blue" }, // Alerte inondation route d'accès ] } However, if I restart MagicMirror the recovery is done well. Thank you for your comeback
  • MMM-WunderGround-PWS-Observations

    20
    1 Votes
    20 Posts
    7k Views
    V
    @sdetweil /** Module styles. */ .module { margin-bottom: 30px; }
  • Error Undefined Property MMM-OpenWeatherForecast

    2
    0 Votes
    2 Posts
    278 Views
    S
    @quetown this means the data doesn’t match the expected format. either the data format has changed or the wrong data type was returned (the module expected a multiday list, but got a single day result) without debugging the actual cause, fixing is not possible. I suspect the apikey is for the wrong service
  • Config question

    3
    0 Votes
    3 Posts
    437 Views
    Q
    @sdetweil Thanks!
  • Clothing Conditions Accurately Working?

    4
    1
    0 Votes
    4 Posts
    721 Views
    BerkSmash1984B
    @sdetweil Well, I figured out my issue. I accidently had an underscore in my temp_max entry, which was basically removing the condition altogether. Not sure how I missed that, ugh [image: 1679770363418-2ac41ccd-cb1a-42f6-9d73-9927ea999e9e-image.png] I removed it and all conditions are working as they should. Canceling my issue submission on the module’s Github
  • MMM-MotionEye not working

    1
    1
    0 Votes
    1 Posts
    311 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
    7k 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
    43k 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
    3k Views
    H
    @nobita https://github.com/fabfo/MMM-TouchButtons
  • MMM-News

    55
    6 Votes
    55 Posts
    45k 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
    134k 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
    318 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
    5k 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
  • This topic is deleted!

    Locked
    1
    0 Votes
    1 Posts
    123 Views
  • door and proximity sensors

    2
    0 Votes
    2 Posts
    626 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
    309 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
    331 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
    4k Views
    N6NGN
    @sdetweil Oh… ok… thanks… I’ll do that. Dennis