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

    9
    1 Votes
    9 Posts
    2k Views
    S

    @wishmaster270

    I will try again! Thanks for checking!

  • MMM-Nest-Status

    3
    0 Votes
    3 Posts
    422 Views
    R

    @whimsicality I have the MMM-Nest-Status module working. I set it up a couple months ago. I followed the pretty detailed process he laid out. I remember part of it didn’t seem to work, I had to back out or close something, but was able to get the needed Client ID, Client Secret, Project ID, and Refresh Token. It was confusing enough that I don’t think I could help walk you through, but I can at least confirm that it does work. It worked at the start and then started giving me authentication failed errors. It may have been a wifi issue, they seem to have gone away on their own.

  • [MMM-EmbedURL] Cookie-Banner Problem

    6
    0 Votes
    6 Posts
    488 Views
    S

    @wishmaster270 right, the whole point of iframe is to safely encapsulate a site in a window… which can’t contaminate this site and vice versa.
    (think of it like a virtual machine)… lets the site run as is. but also, you can’t mess w it…

  • MMM-RAIN-MAP always showing marker

    3
    0 Votes
    3 Posts
    384 Views
    J

    @Jalibu
    Thanks, that was easy. Didn’t read it the way that there are standard markers even not specified in cong.js. Didn’t check the ones specified in the example either.

  • MMM-BMW-DS (A different kind of weather module)

    65
    7 Votes
    65 Posts
    26k Views
    Cr4z33C

    @gonzonia alright thanks anyway for giving it a try. :)

  • MMM-PreciousMetals

    1
    3 Votes
    1 Posts
    212 Views
    F

    https://github.com/Fifteen15Studios/MMM-PreciousMetals

    This is my first module that I wrote from scratch. It displays the price of various precious metals - like Gold, Silver, and Platinum - using a free API from https://api.metals.live/

    You can select which prices you would like to see, and how often you would like them to update.

  • MMM-WeatherGraph - new module using OpenWeatherMap

    15
    2 Votes
    15 Posts
    4k Views
    B

    I’m getting an error, could not load datan TypeError: forecast is not iterable.
    Do you know what might be wrong?
    I checked and the API key is valid

  • MMM-VigiCrues

    1
    0 Votes
    1 Posts
    212 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
    3k Views
    V

    @sdetweil
    /**

    Module styles.
    */

    .module {
    margin-bottom: 30px;
    }

  • Error Undefined Property MMM-OpenWeatherForecast

    2
    0 Votes
    2 Posts
    241 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
    330 Views
    Q

    @sdetweil Thanks!

  • Clothing Conditions Accurately Working?

    4
    0 Votes
    4 Posts
    447 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
    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
    0 Votes
    1 Posts
    248 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
    (1.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
    4k 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 Votes
    5 Posts
    812 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
    20k 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
  • MMM-News

    55
    6 Votes
    55 Posts
    28k 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
    89k 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 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!