A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • I've problem with (touch) buttons in this module

    2
    0 Votes
    2 Posts
    715 Views
    R
    Re: MMM-MplayerRadio hi ! my first post :) I have a raspberry3b with the AIY Voice Kit di Google (working) , I 've added magic mirror software to experiment for a future talking-n-touch and a little hdmi touchscreen (that my daughter give me on my birthday) the touchscreen works good ( in the lego cabinet) with touch software like mmm-ModuleBar but I can’t use the buttons below your radio module , they seems dosn’t work or send notification the MplayerRadio module is working ,and I really like hear the music from the module but i want to use the touch buttons too :D i’ve used the “/etc/asound.conf” of your hints and the radio plays ok (with the “Pulse” configuration) but only with the trick below: (I’ve tried to install mmm-ShowNotification to check and monitor the strange behaviour and it only advice me MMM-MplayerRadio: Received notification RADIO_PLAY but only ) if I put the option DisplayStatioOnStartup: true and I click on the suggested radio (with this option = false, the radio dosn’t start or I cannot go in the menu with the radio display list) I’ve also installed MMM-Volume module too, but the volume button I suppose have the same problem of previous , play and next buttons Do you have any advice or hints or config example ? thanks for reading Roberto
  • MMM-GoogleCast

    14
    4 Votes
    14 Posts
    6k Views
    A
    Dosent seem to work with Google Mini. I ask Google to play a song and nothing shows up. Infact it doesn’t recoganise Google Mini at all.
  • MMM-GooglePhotos - As Background + original width and Height of Photos

    1
    0 Votes
    1 Posts
    447 Views
    A
    Hey, Ive just installed MMM-GooglePhotos and the quality of the pics is not great. I wonder if this is because of this setting in config that i copie from the example: showWidth: 1080, showHeight: 1920, I wonder if there is a way to show original quality images? Also is there a way to make the google photos a background so the other modules sit on top of it? Thanks :)
  • MMM-Videoplayer - Play video files on your mirror

    20
    2 Votes
    20 Posts
    8k 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.
  • 4 Votes
    2 Posts
    696 Views
    R
    Thank you, this is very good to know!
  • MMM-Volumio

    14
    0 Votes
    14 Posts
    10k 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
    692 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
    8k 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
    1
    0 Votes
    25 Posts
    8k 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
    3
    1 Votes
    23 Posts
    12k 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
    3
    2 Votes
    24 Posts
    14k 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
    371 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
    21k 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-Bose-Soundtouch

    9
    1
    1 Votes
    9 Posts
    4k 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: [image: 1576874931395-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
    4
    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.