A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 1 Votes
    5 Posts
    4k Views
    V
    Hi, finished my MM today and tried to implement the netatmo-presence module. Installation: successful Implementation: successful Representation on screen: [image: 1625173941026-fa7a8505-896b-430d-b140-df15dbbaa60b.jpeg] Error:400 I followed all the described steps.:Created the app, the client id and secret. Found my home_id and finally added my email plus password….what am I doing wrong? Any idea? Regards, Vandyck
  • How to disable auto update from MMM-GooglePhotos

    13
    0 Votes
    13 Posts
    3k Views
    S
    add this to your custom.css @keyframes trans { from {opacity: 1} to {opacity: 1} } It will still update, but you won’t see the fades.
  • [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

    602
    4 Votes
    602 Posts
    2m Views
    M
    Hi I just get a white border when my MM starts. I´m using VLC and in the player I can see the stream. Here are the error codes. [17.06.2021 08:31.58.706] [LOG] Starting stream stream1 using VLC with args --width 352 --height 242 -I dummy --video-on-top --no-video-deco --no-embedded-video --video-title=stream1 http://admin:password@192.168.1.79/video.cgi… [17.06.2021 08:31.58.728] [ERROR] Failed to start subprocess: [object Object]. [17.06.2021 08:31.58.751] [LOG] DP2: Config File Saved! [17.06.2021 08:31.58.752] [INFO] DP2: Running window resizers… [17.06.2021 08:31.58.768] [ERROR] DP2: Failed to start. [17.06.2021 08:32.05.769] [INFO] DP2: Running window resizers… [17.06.2021 08:32.05.779] [ERROR] DP2: Failed to start. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! magicmirror@2.15.0 start: electron js/electron.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the magicmirror@2.15.0 start script.
  • MMM-awesome-alexa

    241
    1 Votes
    241 Posts
    370k Views
    S
    @cq0q the author is no longer here and the module has not been updated in quite a while.
  • MMM-ToDoLive doesn't respond

    9
    0 Votes
    9 Posts
    1k Views
    S
    @rebecca that was very rude. you could have sent me a message on chat. works [image: 1622116481270-screenshot-at-2021-05-27-06-54-09-resized.png]
  • MMM-RTSP stream only PIR

    1
    0 Votes
    1 Posts
    342 Views
    W
    Hello The stream is only displayed at the moment the PIR triggers . Which setting is causing the problem?
  • MMM-Nest-Camera: Display Live Nest Cameras in Magic Mirror

    10
    3 Votes
    10 Posts
    6k Views
    T
    @michael5r Hi, Does your module also manage Google Nest Hello Doorbells cameras ?
  • MMM-ArduPort - When your mirror meets Arduino

    2
    2 Votes
    2 Posts
    596 Views
    cowboysdudeC
    @dentrax VERY useful! ;)
  • tks for this work

    1
    0 Votes
    1 Posts
    356 Views
    E
    Re: [Are you tired of editing config.js](or have trouble doing it) i will install this Module this week. Congratulations on your work.
  • MMM-A2Display Error

    6
    0 Votes
    6 Posts
    1k Views
    bugsounetB
    Little @lavolp3 😂 it’s solved…
  • [Python] Display Recipe with MMM-EasyPix and CUPs

    1
    0 Votes
    1 Posts
    243 Views
    C
    Hey Everyone! Do you want to send images to your Magic Mirror and display them for guests or maybe you want to see that famous chocolate chip cookie recipe displayed in glorious 8000K resolution? Well now you can with my super hacky method of combining MMM-EasyPix and CUPs (Virtual Printer). Originally this idea was to try and display recipes on screen. However, there didn’t seem to be an easy way to find a recipe and send it to the MagicMirror (or maybe there is and I can’t find it). My loss is your gain! Now you can easily send not one, not two, but 3 pages to display on your magic mirror at the same. This involves the following: Access to contab MMM-EasyPix Setting up CUPS and CUPs-PDF Some slight coding *Python 3 (sorry not 2.7) Recipe Filter by Seansoft (chrome extension) General how to: Print Recipe (or Image) to Raspberry PI via virtual printer. This saves it as PDF. Python Script picks up PDF and converts it into an image. MMM-EasyPix picks up image from folder and displays it on screen. ??? Profit? To get rid of the image you print a done.pdf to the PI and it will remove the images from the screen. I don’t have any formal guide put together but if there is enough interest, then I can go ahead and create one.
  • MMM-HASS-Chart: Charts with sensor data from Home Assistant

    2
    1
    1 Votes
    2 Posts
    915 Views
    MariusHergetM
    New feature: Automatically generate min/mean/max graphs for each sensor. [image: 1620589200667-screen2.png]
  • 4 dosenfarben

    4
    0 Votes
    4 Posts
    871 Views
    M
    @sezer84 Moin aus Hamburg, meine Einträge zu kopieren macht wenig bis keinen Sinn, denn es sind alte Daten (aus 2020) und ich habe sicher andere Abfuhrdaten. Schick mir mal deine Rufnummer per PN und lass uns drüber sprechen. Gruß Jens
  • [MMM-OnScreenMenu] Simple On-Screen Menu for controlling the MagicMirror²

    25
    5 Votes
    25 Posts
    23k Views
    S
    It is possible to disable menu items area when mouse is not over main button or to create the items when the mouse is over then? The items are active even if hidden and it is possible to press them unintentionally.
  • MMM-TweetsByTimelineOrList Dont Show Images

    1
    0 Votes
    1 Posts
    248 Views
    M
    Re: [MMM-TweetsByTimelineOrList] - A module for the Magic Mirror to display tweets from a user's timeline or list. Hi AdamMoses-GitHub; How are you? I wanted to ask you a question, I have installed the module and it works correctly, but I cannot show the tweets with multimedia, for example with images, this is my config. Am I indicating something incorrectly? { module: ‘MMM-TweetsByTimelineOrList’, position: ‘bottom_left’, config: { // visit the url below for the twitter keys / tokens // https://dev.twitter.com/oauth/overview/application-owner-access-tokens consumer_key: ‘’, consumer_secret: ‘’, access_token_key: ‘’, access_token_secret: ‘’, // set the username and either timeline or listname screenName: ‘maxim’, listToShow: ‘TIMELINE’, tweetsToShowAtATime: 1, showHeader: true, allowSpecialCharacters: true, excludeTweetsWithQuotes: false, excludeMediaTweets: false, excludeLinkTweets: false, maxTweetsPerUser: 0, maxTweetAgeMins: 7000, } }, Thank you very much for the help.
  • Img Dumpster day

    3
    1
    0 Votes
    3 Posts
    625 Views
    B
    @deanonoire Hi, Sure, I was writing in the old post but the program told me that the post was old and to start another one… sorry I’m resuming from the old post. I will post the images and the code in the old post. Thank you
  • MMM-Space

    3
    1
    1 Votes
    3 Posts
    1k Views
    doctorwhenD
    @lavolp3 thanks! Although I continue to find CSS disagreeably confusing, adjusting the vertical position of module placement using CSS is the better solution. I’ve added: .mmm-hue-lights .module-content { margin-top: 150px; } to my custom.css and the modules no longer overlap.
  • MMM-mycroft-wakeword

    3
    1 Votes
    3 Posts
    865 Views
    goldyfruitG
    @lavolp3 said in MMM-mycroft-wakeword: @goldyfruit Looks very interesting! What are you doing with Mycroft? I’d love to setup a capable assistant that is not using a cloud Thanks. :face_savoring_food: You could do the same thing as with Alexa or Google Home Assistant and more (because you could develop your own skills) but the key things are privacy and open source. Have a look at https://mycroft.ai/ for more information.
  • Issues with launching

    2
    0 Votes
    2 Posts
    360 Views
    S
    @jstr965 please do cd ~/MagicMirror npm run config:check this will syntax check the config file also, could you show more of the errors from when you do npm start the default behavior for MM is to keep running, I wish it would stop
  • MMM-RemoteCompliments

    1
    0 Votes
    1 Posts
    395 Views
    S
    is it possible to view .HEIC images?