A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Display Lichess Top-Rated Rapid Game

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    thgmirrorT
    @olesoncrypto Hi, create a local html-file at the modules folder with the following content as an example, please add your webside instead of the google-chart: [image: 1636212038159-715e2702-83a2-463b-b37e-1dc7ade99081-image.png] Name it as you like (mychess.html for example) and add the path to MMM-SmartWebDisplay instead of the URL you entered before: url: [“/modules/mychess.html”], Play around with the red-marked values…the exact data depends on the browser in use. This way is much easier than to adjust it directly in MMM-SmartWebDisplay. Greetings Thomas
  • octomirror-module

    Unsolved
    1
    0 Votes
    1 Posts
    474 Views
    F
    @shbatm – I really like the octomirror module, with the way my setup is it really provides a great way to monitor things w/o disturbing the print (or walking all the way back there…) I’m trying to figure a way to “show” the module when I’m printing something – and to essentially “hide” it when I’m not. I have enabled the hide details – but I still get my stream … thoughts here? Ideally - when I’m printing something, override everything and show my printer stuff w/ stream. If I’m NOT actively printing something (different from “offline”) then play some other module … spongebob on YouTube or whatever. I’m not super bright but I’m remarkably willing to throw someone else’s code right on in and see what happens. Ideas? Cheers, FFL
  • MMM-SunnyPortal Solar Module

    23
    1 Votes
    23 Posts
    12k Views
    D
    Hello, any news about this loading problem ? Regards.
  • Not a module but a way to get info from Life360

    3
    1 Votes
    3 Posts
    2k Views
    J
    @ryanbuckner said in Not a module but a way to get info from Life360: ImportError: cannot import name ‘life360’ from partially initialized module ‘life360’ Do you find a solution for this? Also I modified the location as internationalcharacters were breaking the location name display change if m[‘location’][‘name’]is not None: print “ ” , m[‘location’][‘name’] + “” To: if m['location']['name']is not None: locname = m['location']['name'].encode('ascii', 'ignore').decode('ascii') print ("<TD>&nbsp;</TD><TD style='color:#ffff00;'>" , locname + "</TD>")
  • How can i play Amazon music in mirror?

    6
    0 Votes
    6 Posts
    2k Views
    R
    @sdetweil that’s what I thought. Thanks for the input
  • Voice Assistant

    Unsolved
    7
    1
    1 Votes
    7 Posts
    1k Views
    S
    @jairojosy as @MMRIZE mentions, mm is JavaScript, so your only real choice is to execute your assistant outside mm, and collect it’s output, and pass that to a mm module that understands what the output message means. not that hard really. PythonPrint shows a simple stdout approach. getting the mic to work for input has always been the hardest. none of the good voice reco engines are free anymore, but not expensive. google charged me 51 cents for last months reco usage.
  • How to port/create a sweep clock module from existing html/js/css code

    Solved
    12
    0 Votes
    12 Posts
    3k Views
    N
    @mumblebaj Works perfectly! Thanks for your time! I also tried but could not make this work, but edited the default MM clock to contain sweep seconds.
  • Light sensor module?

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    S
    @andoramb I don’t think there is but https://github.com/paviro/MMM-PIR-Sensor prob could be hacked with a few changes. xrandr --output <outputname> --brightness 0.8 would be part of the script ? Guess also if you have a webcam it should be possible to create a lux level also.
  • Countdown module with Ical support

    Unsolved
    3
    0 Votes
    3 Posts
    853 Views
    S
    @cowboysdude right… but as the calendar broadcasts its events, a minor addition to a countdown module to use that info could be the ticket
  • MMM-Traffic with TomTom API

    Unsolved
    1
    0 Votes
    1 Posts
    332 Views
    R
    I would enyoy a Traffic Module using the TomTom API, since I am not able to make it work on my own ;) For my region, Tomtom is very accurate in Terms of traffic and its free ;)
  • MMM-ModuleSceduler- How to schedule for every other week

    Unsolved schedule cron
    3
    0 Votes
    3 Posts
    953 Views
    M
    @sdetweil Thanks. I’ve tried to use expressions like what’s suggested there, but no luck unfortunately.
  • NFT Display Module

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    M
    @vinceclicks Hi Vince, I would love same, had a bit of go with this https://tokencast.net/ Might be worth a try. Regards Michael
  • TP-Link Smart Plug

    Unsolved
    3
    0 Votes
    3 Posts
    696 Views
    cowboysdudeC
    @schmaniel YES Amazon or Google devices can do that!
  • Module for multipage PDF-files

    2
    0 Votes
    2 Posts
    2k Views
    ritomkR
    I recommend you merge all PDF pages into one. And after that open the Microsoft PowerPoint and use…
  • unmineable

    Unsolved
    1
    0 Votes
    1 Posts
    416 Views
    J
    unmineable has a API now. Has anyone tapped into this for there mirror?
  • Display random gif from folder

    9
    0 Votes
    9 Posts
    3k Views
    A
    @fillilutten You are welcome :)
  • Warn-App NINA

    Solved
    25
    1 Votes
    25 Posts
    10k Views
    JalibuJ
    @sdetweil said in Warn-App NINA: @jalibu sorry not clear you said this topic then linked another This topic was a request for NINA support. As I now added a module for that, this request topic could be marked as “solved” :-)
  • MMM-LeagueOfLegends

    Unsolved
    5
    0 Votes
    5 Posts
    795 Views
    M
    @sdetweil you’re right, I had a bad choice of words. I thought in the “Request” section it’s already a matter of course, that im asking for someone who wants to build a module for me. So is someone out there who wants to create one for me? :)
  • Controlling volume with touchscreen

    Unsolved
    2
    0 Votes
    2 Posts
    637 Views
    S
    @cq0q never looked for this before, but it looks like a standard web interface https://developer.mozilla.org/en-US/docs/Web/API/Touch_events/Multi-touch_interaction might have to have a transparent fullscreen_above module to overlay everything
  • Custom css MMM-Jeedom

    2
    1
    0 Votes
    2 Posts
    1k Views
    C
    @elmago .MMM-Jeedom .normal { /display: none;/ color: #B1FF33; /* Green fluo*/ /font-size: x-large;/ }