A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Automatic checking of all MagicMirror² modules

    Pinned
    83
    2 Votes
    83 Posts
    36k Views
    BerkSmash1984B

    @KristjanESPERANTO Awesome. Thanks for the response!

  • Head first developing MM module for extreme beginners

    Pinned
    27
    7 Votes
    27 Posts
    18k Views
    R

    Anyone have an idea on how to display an image instead of a line. I downloaded a jpeg image of a dog and I would like to display that instead of

  • MMM-RemoteControl - set BRIGHTNESS with Python

    4
    0 Votes
    4 Posts
    73 Views
    S

    @Phoenix as I said there is no ‘simple’ way. one would have to write code to do that

  • MMM-Scrapey - I made something that could be useful?

    6
    3 Votes
    6 Posts
    489 Views
    A

    @chris_d glad you’ve found it useful, and that’s a good idea for the module option - I actually had the same issue with the data I was scraping and was using some custom CSS to clean up the formatting, but a plain text option in the module is a better approach.

    So, I’ve added a new ‘plainText’ option to the config. The default is still to use HTML in case anyone was making use of that (I doubt it but you never know), you’ll need to add ‘plainText: true’ to the module config to strip the HTML formatting.

  • MMM-pages - how to know which page index my module has?

    10
    0 Votes
    10 Posts
    141 Views
    S

    @plainbroke cool

  • MMM-Jellyfin - New module to display various bits from Jellyfin

    2
    2 Votes
    2 Posts
    100 Views
    KristjanESPERANTOK

    @mrbreaker76 Nice! Don’t forget to it to the module list. And a screenshot would be nice 😀

  • Screen saver module that displays photos

    4
    0 Votes
    4 Posts
    123 Views
    wishmaster270W

    @cpcode Hi, I use a similar thing in my mirror.

    I use MMM-ProfileSwitcher with MMM-ProfileControl to realise pages.

    My MMM-Screen-Powersave-Notification supports switching to a specific profile instead of turning the screen off.

    I my case I display MMM-BackgroundSlideshow of one of my pages (one profile) and switch to this page during Screensave.

    I installed MMM-Touch and send a USER_PRESENCE notification if the screen gets touched.

  • MMM-Carousel Pagination Icons

    15
    0 Votes
    15 Posts
    1k Views
    S

    @J2FK yes, somehow wit CSS… maybe they change styles when selected…

    use the developers window (see second slink in my signature below)

    looking in the dev window when active each icon gets the class

    indicator

    applied

    the default style is (in MMM-page-indicator.css)

    .MMM-page-indicator .indicator { padding: 0 5px; margin: 0; font-size: 0.5em; }

    so you would put this in css/custom.css and change it as you want/need

    I tried fiddling with this , but the override for the icon is causing trouble.

  • 0 Votes
    2 Posts
    81 Views
    S

    @redfishbluefish no. but custom.css wins over all

  • Trying to make a "Incoming call" module for iphone

    2
    0 Votes
    2 Posts
    796 Views
    C

    After extensive googling, it seems this isn’t possible (any longer). Damnit.

  • Query on MMM-CalendarExt3 modification

    1
    1 Votes
    1 Posts
    66 Views
    S

    Re: Query on MMM-CalendarExt3 modification

    I’d like to thank both @sdetweil and @MMRIZE for taking the time to guide me and help me troubleshoot this query of mine. In the end, I have adopted and implemented @MMRIZE “CustomButtons” solution, as it delivered exactly what I wanted (i.e. allowed me to switch the calendar view to any month that I want), and appears to work flawlessly with any version MMM-CalendarExt3 (1.9.0 and 1.9.4). A Happy New Year and kudos to both of you.

  • Query on MMM-CalendarExt3 modification

    14
    0 Votes
    14 Posts
    227 Views
    M

    @sharkbait
    Your CX3 may not be the latest version.(1.9.4)

  • Any Interest: MMM-ThemeParkWaitTimes

    4
    1 Votes
    4 Posts
    161 Views
    M

    @wswenson https://github.com/vita10gy/MMM-ThemeParkWaitTimes

    This one is built on the https://api.themeparks.wiki/docs/v1/ which has live wait times for theme parks all around the world.

    Fred

  • Tigo Energy Solar Modules

    2
    1 Votes
    2 Posts
    106 Views
    W

    Making some progress - I did have a problem with the CSS file loading using getStyles() - need to figure that out - it loads manually but not within the function. This image was captured after dark, so production is actually 0.0. It was raining all day today so I was surprised to see that it produced any power at all.

    solar.png

  • how to show NPR RSS feed content tag?

    2
    0 Votes
    2 Posts
    64 Views
    S

    @gvaeth correct. The module would need to be modified to support the content tag

  • MMM-Hoymiles-Wifi

    25
    1 Votes
    25 Posts
    1k Views
    S

    @schris88 Recently worked on it a bit and added a second branch with local mongodb to save and display max power, Im planning to use the db entries to display a history chart

  • Help with Snow Falling Module

    7
    2 Votes
    7 Posts
    254 Views
    S

    @xTITUS-MAXIMUSx awesome!!

  • Community opinions on an interactive List module

    2
    1 Votes
    2 Posts
    145 Views
    S

    @cpcode welcome to the fun… you’ve done a good bit of the analysis work.

    as you’ve seen, very little interactivity is provided today

    there is a keyboard module https://github.com/lavolp3/MMM-Keyboard
    but thats such a tiny part of what you want to do…
    MM is a web page, so you can do it. .

    maybe managing the content and form are doable in the JSONFORM library
    https://github.com/jsonform/jsonform

    I use this in my MMM-Config module for customizing MagicMirror config.js without editing
    I’d store this kind of data in a mongo db, its all json, don’t have to do sql
    then there are modules that can display from json

    apis to update whatever source are the challenge
    accessing from phone is possible with jsonform too… its just a web page

    I use OurGroceries and Mealie as well.

  • Get the correct JSON data

    15
    0 Votes
    15 Posts
    315 Views
    htilburgsH

    @sdetweil Thanks, that works!
    Now I can really see what I’m doing.

  • Google keep

    5
    0 Votes
    5 Posts
    205 Views
    A

    @Kobose I am thinking of trying the same assuming the gkeepapi still works by kiwiz https://github.com/kiwiz/gkeepapi