A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-Videoplayer - Play video files on your mirror

    20
    2 Votes
    20 Posts
    5k Views
    SnilleS

    @elitecybernet Hi! Yes, default is “no sound”, because if you set it to yes, it will not “autoplay”. But you can just change the option: muted to false.

    { module: 'MMM-Videoplayer', position: 'middle_center', config: { muted: false, } },

    Like so… :)

  • MMM-VideoPlayer

    4
    3 Votes
    4 Posts
    3k Views
    L

    @Lukesanchez said in MMM-VideoPlayer:

    MMM-VideoPlayer is great !
    You can also install the same application MMM-VideoPlayer which is the moviebox apk techbigs application, which is very cool.

  • MMM-EmbedYoutube Live Channel!

    2
    4 Votes
    2 Posts
    607 Views
    R

    Thank you, this is very good to know!

  • MMM-Volumio

    14
    0 Votes
    14 Posts
    8k Views
    E

    It was the url I was trying to use, it was missing the address of my Pi with the Volumio player at the beginning. Interestingly if I had been using the web radio option it would have worked and the radio stations logo would have appeared!

    I should clean up my code now but as it is working I will leave it as is.

  • MMM-Kodi-WebSocket - currently playing song on kodi

    3
    0 Votes
    3 Posts
    573 Views
    B

    Hi Bugsounet,
    as stated it’s just a quick port, given there was no Kodi module.

    I will probably not update it once it reach the level of functionality that I personally need.

    BTW I’m running it on a pi 3a+ and it seems to work ok (but I only have a couple modules) oops nope it’s running on a server

    Thanks for the suggestions anyway.

  • MMM-MP3Player

    19
    7 Votes
    19 Posts
    5k Views
    E

    Hi, How can I enable mp3 player only between 3 hours in a day ?

    05.00 AM - 08.00 AM

  • MMM-Sonos - Display what is currently playing on your Sonos network

    25
    0 Votes
    25 Posts
    4k Views
    DesaydroneD

    @tbouron

    Yes my sonos are on the same lan, i let it all the night and didn’t find them. I can ping them from my magic mirror.

    And i don’t have any other messages in log :(

    Can i send so command line to have more information ?

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • MMM-Astrology

    23
    1 Votes
    23 Posts
    9k Views
    cowboysdudeC

    @RyFi13 I will send you a PM

  • MMM-Comics

    5
    2 Votes
    5 Posts
    2k Views
    lavolp3L

    @cyberphox On first look, should work, will bring it on the list.
    It would help if you also open an “issue” on github so I have it tracked.

  • MMM-Cocktails

    24
    2 Votes
    24 Posts
    10k Views
    cowboysdudeC

    That’s a tough one because the recipe changes and so do the size of the list of ingredients. Unless you make a really big container…

  • MMM-CloneWarsQuotes

    1
    0 Votes
    1 Posts
    324 Views
    M

    https://github.com/macd2point0/MMM-CloneWarsQuotes

    Module: MMM-CloneWarsQuotes

    The MMM-CloneWarsQuotes module displays a random intro quote from The Clone Wars television series, seasons 1-6.

    Screenshots MMM-CloneWarsQuotes Screenshot
    Using the module

    To use this module, add it to the modules array in the config/config.js file:

    modules: [ { module: "MMM-CloneWarsQuotes", position: "middle_center", // This can be any of the regions. // Best results in the middle regions: upper_third, middle_center, or lower_third config: { // The config property is optional. // If no config is set, the default quotes are shown. // See 'Configuration options' for more information. } } ] Configuration options

    The following properties can be configured:

    Option Description quotes The array of quotes. The remoteFile property must be null to use this property.

    Possible values: An array of quote strings: See Quotes Configuration below.
    Default value: []. remoteFile External file from which to load the quotes

    Possible values: Path or URL (starting with http:// or https://) to a JSON file containing an array of quotes, configured as per the External Quotes File (see below). Set to null to use the quotes config array.
    Default value: MMM-CloneWarsQuotes.json classes Override the CSS classes of the div showing the quotes

    Default value: light blue medium large updateInterval How often does the quote have to change? (Milliseconds)

    Possible values: 1000 - 86400000
    Default value: 27000 (27 seconds) fadeSpeed Speed of the update animation. (Milliseconds)

    Possible values:0 - 5000
    Default value: 4000 (4 seconds) random Randomize the quotes

    Possible values:true / false
    Default value: true Quote Configuration

    The quotes property contains an array of strings. The array contains one or multiple quotes.

    Default configuration: config: { quotes: [], remoteFile: 'MMM-CloneWarsQuotes.json', classes: 'light blue medium large', updateInterval: 27000, fadeSpeed: 4000, random: true } External Quotes File

    You may specify an external file that contains the quotes arrays. This is particularly useful if you have a large number of quotes and do not wish to crowd your config.js file with a large array of quotes. Adding the remoteFile variable will override an array you specify in the configuration file. Set to null to use the quotes config array.

    This file must be straight JSON.

    Example quotes.json file: [ "Great leaders inspire greatness in others.", "Belief is not a matter of choice, but conviction.", "Easy is the path to wisdom for those who are not blinded by themselves.", ... ]
  • MMM-horoscope - daily horoscope

    25
    4 Votes
    25 Posts
    17k Views
    serge cherpyS

    Bonjour j’ ai découver un lien identique a Yahoo Style Horoscopes, pour alimenter votre horoscope en français pourrait on l’ utiliser pour le MMM-horoscope en option ‘’ https://signes.horoscope999.com/zygos.php ‘’ se serait super sympa en Français …
    Merci Serge

  • MMM-SolarPicture

    7
    4 Votes
    7 Posts
    2k Views
    qu1queQ

    @grena

    Cool!! It works like a charm! Thanks for your work.

  • MMM-Bose-Soundtouch

    9
    1 Votes
    9 Posts
    3k Views
    D

    Nevermind, @Charley , I think I just needed a restart. It’s fine now, mostly, but I’d like to run several instances. How would I go about doing that? My parents have three different SoundTouch devices and ideally, none would show up if nothing’s playing and all of them would show if all three were playing different tunes.

    Unfortunately, this is what I end up with if only one of them is playing anything:
    0_1576874929765_72b01e89-f774-41b3-bb43-57945d802219-grafik.png

    My config.js:

    { module: "MMM-Bose-Soundtouch", header: "In der Küche läuft:", position: "bottom_right", // see mirror setting for options config: { updateInterval: 5, // every 5 seconds apiBase: '192.168.178.74', } }, { module: "MMM-Bose-Soundtouch", header: "Im Wohnzimmer läuft:", position: "bottom_right", // see mirror setting for options config: { updateInterval: 5, // every 5 seconds apiBase: '192.168.178.29', } }, { module: "MMM-Bose-Soundtouch", header: "Im Badezimmer spielt:", position: "bottom_right", // see mirror setting for options config: { updateInterval: 5, // every 5 seconds apiBase: '192.168.178.21', } },

    Apparently, distinct IP addresses are not the only key to success here? :)

  • MMM_Webradio

    6
    0 Votes
    6 Posts
    3k Views
    kusselinK

    can you put in the Radiologe?

  • MMM-Google Photo Border Frame Matte.

    9
    0 Votes
    9 Posts
    1k Views
    ?

    @seby2
    Hmmm. Frankly, it is somewhat difficult request.
    You can add a border to the area but not to photo directly. If you are using cover, the image will cover the whole the area(but some edge will be cut), so area and photo will take the same space. But in other cases, still some margin will show.
    Sorry, I think it could not be done without modifying the module.

  • MMM-Caption Google Photos

    5
    0 Votes
    5 Posts
    2k Views
    G

    @Sean said in MMM-Caption Google Photos:

    @starkpv I’ve considered that but the structure will be entirely different with current. It’s better to make a new module about it. sorry. Caption is needed to make any photo look good. Captain plays a very important role. If you want to know about it for the image, then I also share a link ( https://eleggible.com/best-instagram-caption-generator/ ) with you. Has told about it and it has also told you how you can generate automatic captions.

    Yes, you are true.

  • MMM-SPOTIFY

    1
    0 Votes
    1 Posts
    686 Views
    E

    Hello

    your module is great, really great.

    I would like it to be displayed only for some device, could you help me?

    Thanks in advance.

  • AlexaPi problem

    1
    0 Votes
    1 Posts
    404 Views
    T

    Hello,

    I’m trying to setup Alexa. When the service is launched now I can heard Alexa saying “Hello” but she didn’t answer yet.

    Im running with Raspbian Buster with desktop and recommended software.
    Can anyone help?