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

    1
    1 Votes
    1 Posts
    779 Views
    V
    Hello everyone, first of all, if this is the wrong board, please move this thread to the right one. Now to the module itself: Why? Halloween is coming around, and we thought, what could be better, then producing some jump scares. Since we failed to get it going with existing modules (like MMM-EasyBack) I created a new one. What? This module shows (if wanted) a bait image to lure people in and shows after a specified time either a random image (should be scary) or a random video. The videos can be either with or without sound, depending on the settings in your browser. How? The module creates for all images and videos hidden objects in the DOM. When the time has come one randomly chosen object will be selected, revealed and if it is a video the play parameter set to true. I know, I know, that is a pretty brute attempt, but if I updated the DOM with a single new video, it would not play. Furthermore I could find no notification or module, that could have informed my module to start playing the video, after the DOM has been refreshed… Where? For installation guidelines and the code follow this link. What’s missing? It’s quite BETA, so expect some changes to be made in the future. Feedback is (as always) appreciated. What the module still lacks is the possibility to react to a motion sensor or a different module, that can send notifications. This will come (hopefully) in the next few days, when the package with the motion sensor gets delivered
  • MMM-Bose-Soundtouch

    2
    0 Votes
    2 Posts
    468 Views
    S
    @mecco86 you should open an issue on the module github page to engage the module author… looks like the api being used has changed
  • MMM-bose-SoundTouch

    1
    0 Votes
    1 Posts
    230 Views
    M
    Not work i see in log this MMM Bose error in fetcher {“res”:“error”,“body”:“This is an error”}
  • MMM-Trakt

    5
    1
    2 Votes
    5 Posts
    4k Views
    luisestradaL
    Hello @Kiina, Is there a way to limit the number of characters in the episode’s name? In some cases they are quite long
  • MMM-Instagram2020

    3
    1 Votes
    3 Posts
    2k Views
    A
    @vintage89, after a very long time I manged to get some time to review. The latest update to MMM-Instagram2020 solves the above issue by automating the whole authentication process. Details in the Readme: https://github.com/AlexanderSalter/MMM-Instagram2020/blob/master/README.md
  • Help I need the MMM-MplayerRadio recipe for GA

    15
    0 Votes
    15 Posts
    5k Views
    R
    @sdetweil sorry it took so long to reply back. I’ve been kinda busy. So yes, if you want to listen to the radio station 103 you would say Jarvis Turn the radio on to 103
  • mykle1 / MMM-EARTH-Live

    4
    0 Votes
    4 Posts
    1k Views
    N6NGN
    @cowboysdude Yes Cowboydude… Thanks for the reply. I do know about the dark sessions but this is where it stops and the only way to start it again is to click on the triangle in the circle in the center of the image… But it does start again for another hour or so… Can’t narrow it down to anything more specific… Dennis
  • [MMM-Showtimes] Local Cinema Showtimes

    10
    3 Votes
    10 Posts
    6k Views
    S
    Love this. Just got my board up and running and plan to integrate this asap !
  • MMM-PoemOfTheDay show standard, but no german language!

    8
    0 Votes
    8 Posts
    2k Views
    S
    @lolobyte I know, but that is incorrect… my open issue asks to change the doc
  • Live online radio

    1
    0 Votes
    1 Posts
    2k Views
    T
    Is there any module can play http://mixlr.com online radio?
  • Problems with MMM-Confucius

    4
    0 Votes
    4 Posts
    1k Views
    S
    @N6NG weird, GitHub didn’t find it… anyhow open the developers window, ctrl-shift-i, and select the console tab. enter a unique part of the module name in the filter field. conf for example see if there are any errors also, this module needs the request lib, see https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later
  • MMM-dropbox - new module to show Dropbox photos on your mirror!

    16
    1 Votes
    16 Posts
    8k Views
    michael5rM
    Hi guys - there’s a new version of the module out that should fix the Dropbox API issue. Please try it out and see if it works for you.
  • Blank screen when running MM

    4
    0 Votes
    4 Posts
    773 Views
    S
    @n6ng Thanks for your helpful post. I have a question that’s a bit off-topic. Does anyone know where the best image editing app is? I want a wallpaper for Android. …
  • MMM-Sonos Still Kickin?

    5
    0 Votes
    5 Posts
    1k Views
    A
    @brandongomez Sorry about that! Sometimes I need to restart the Sonos-Node-HTTP module to make sure it’s broadcasting.
  • Playstation Users

    7
    1
    0 Votes
    7 Posts
    2k Views
    bugsounetB
    @benexus I can’t help for this, because i don’t have PS :/
  • Load based on classes

    3
    0 Votes
    3 Posts
    634 Views
    M
    @sdetweil Thank you, I wanted to use the Face Recog function to play a message when it recognises a face. This would be a simlpe mp3 saying something like " Hello XXXXX" . I was hoping to do this using this module by using classes, but thnk you for pointing out this would not work. Do you know what I could use, before you starting talkimg real techy, I am a novice and no real coding experience.
  • Alexa to Selfie

    5
    0 Votes
    5 Posts
    907 Views
    A
    @sdetweil Sound advise I’ll be sure to remember it! Honeslty makes thing easier too I hate having to edit scripts to communicate to each other in other forms of development haha
  • Streaming News Sites for MMM-iFrame-Ping

    3
    0 Votes
    3 Posts
    2k Views
    J
    @ankonaskiff17 You will see a message saying “The owners of this video don’t allow their content to be embedded in other web pages.” or something similar to that when you try to show it in an iFrame.
  • Autoplaying videos with MMM-iFrame-Ping

    4
    0 Votes
    4 Posts
    1k Views
    S
    @joeronimo i do not know… they have been increasing the controls here to stop autoplay, cause customers are screaming… i still yell at my phone browser every day cause it plays something I don’t think it should.
  • city label text size

    2
    0 Votes
    2 Posts
    522 Views
    mumblebajM
    @lmd1220 You could try and set the font-size in the custom.css file located /MagicMirror/css/ folder. .globe { font-size: 6pt; } The current font-size is set to 8pt.