A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Turn Monitor Completely Black after Inactivity

    Unsolved
    4
    1 Votes
    4 Posts
    755 Views
    S
    @Human99 only one I know of is to use an external switch controlled by relay or some such… IF the monitor turns back on when there is power on the cord… none of mine do… all require touching a button on the monitor
  • MM-Face-detection-DNN

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    S
    @lifetech oh, I deleted the duplicate post users w reputation below 2 get their posts reviewed before appearing on the forum. make take hours before someone can review. this stops all the spam…
  • MMM-GooglePhotos

    Unsolved
    5
    0 Votes
    5 Posts
    950 Views
    A
    @sdetweil I believe I did. Are you referring to step 12 on GitHub? I didn’t understand the “remote device” pet since I was doing everything straight on my rasp pi. Could you point out what step # you’re referring to please? Thanks in advance.
  • MMM-network-signal coloring the icon

    Unsolved
    8
    0 Votes
    8 Posts
    1k Views
    S
    @plainbroke the other thing is positioning there are two modes relative and absolute a web page is layed out with 0 in the top left corner (0,0) (or right in rtl languages) in relative mode, content is positioned RELATIVE to the containing element it is in text in a div , if centered, is in the center of the div space, wherever it is. there are different measurement types pixels, physical (absolute) els(element size), content relative (size of text) %, shape relative. (size of div) vh/vw% - size of the visible page h= height w= width pixels is easy but if the screen size changes, the pixels don’t. in absolute mode, everything is relative to the 0,0 corner. by default content is top down , FIFO. first in, first out. but you can use flex to change the preference from vertical to horizontal. and which end is the start or end. and then there is grid. yikes! fonts and colors and shadings and animations (fade and zoom and transparency!)
  • Help with MMM-EmbedURL

    Moved
    28
    1 Votes
    28 Posts
    9k Views
    S
    @TK421_VT custom.css is an optional file u can create in the css folder. if you use my install script I create it for you
  • No date after update

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    J
    @KristjanESPERANTO Now it works, thanks :-)
  • Cors policy Domoticz

    Unsolved
    1
    0 Votes
    1 Posts
    258 Views
    M
    Hi everybody I have a problem with the latest version of MM and my Domoticz module. I use this Domoticz module (link below) and when i start MM, i have a error message on console like Domoticz could not load data Access to XMLHttpRequest at… from origine http://0.0.0.0:8080 has been block by CORS policy. the request client is not a secure context and… [link text](https://forum.magicmirror.builders/topic/11123/mmm-domoticz-cannot-read-property-0-of-undefined/14?page=2link url) I try different things but still not working: i try this link but nothing : usecoreproxy [link text]https://github.com/MichMich/MagicMirror/issues/2714#issuecomment-1024627426(link url) i try this link but nothing: websecurity = false [link text]https://forum.magicmirror.builders/topic/16131/mmm-hue-cors-policy-issue/2(link url) Can you help me please ?
  • Mirror broken after v2.22.0 upgrade

    Solved
    29
    0 Votes
    29 Posts
    10k Views
    K
    @sdetweil Thanks, it worked after pi os update
  • v2.22.0 & Font Awesome FAB icons

    Solved
    3
    1 Votes
    3 Posts
    1k Views
    luisestradaL
    @sdetweil Fantastic, thank you so much. It worked! This is the code I have (in case someone needs it): { module: "calendar", header: "Canadian Holidays (QC), position: "top_left", config: { calendars: [ { url: "https://www.officeholidays.com/ics-clean/canada/quebec", symbol: "canadian-maple-leaf", color: 'crimson' }, ], defaultSymbolClassName: "fab fa-", colored: true, coloredSymbolOnly: true, maximumEntries: "2", wrapEvents: true, } }, And happy new year!!!
  • MMM-Carousel group modules

    Unsolved
    1
    0 Votes
    1 Posts
    197 Views
    E
    @shbatm Would it be possible to group some modules when using mode: ‘positional’? Eg.: I would like to see both module clock and weather (“current”) and than rotate with calendar
  • problem

    Moved
    1
    0 Votes
    1 Posts
    213 Views
    S
    Re: Dutch Rainforecast graph (Buienradar) Beste Cirdan, hij blijft bij mij maar staan op “klaar met opstarten”, heb jij een idee? mvg Sven
  • Compliments region size

    Unsolved
    17
    1
    0 Votes
    17 Posts
    4k Views
    0
    @sdetweil i do not use pm2, when i have got time i ll give you log this is next year as im going to greece to get ddfdsking orange with the truck. So happy new year guys
  • Magic Mirror - RTSP not integrated

    Unsolved
    31
    2
    0 Votes
    31 Posts
    12k Views
    L
    Tell me what I’m doing wrong? I installed the old version of OS Raspberry 10.13, installed a mirror with standard modules, and installed the MMM-RTSPStream module. Made camera settings. If I choose a VLC player, then I hear sound from the camera, there are Stream1 in tasks, but there is no video in the module frame. When choosing other players (OMX and ffmpeg), there is no video either. Although I have the same settings for this module and with a VLC player on another flash drive with the latest version of OS, the video raspberry works. But it happens that when the raspberry is rebooted, the video stream does not always fall into the module frame.
  • Title of two modules in one line

    Unsolved
    10
    1
    0 Votes
    10 Posts
    2k Views
    wishmaster270W
    @codac Hi, sorry for my unprecise description. I meant adding the the justify-content: flex-end; additionally. The whole CSS settings need to look like the following: .MMM-DWD-WarnWeather .wrapper { display: flex; flex-direction: column; align-items: flex-start; width: 320px; gap: 5px; } .MMM-DWD-WarnWeather .warning { width: 100%; display: flex; flex-direction: row; gap: 10px; margin-bottom: 0px; justify-content: flex-end; } .MMM-DWD-WarnWeather .status { width: 100%; text-align: right; margin-top: 0px; } .MMM-DWD-WarnWeather .description { padding-left: 0px; margin-left: 0px; } .MMM-DWD-WarnWeather .small-icon{ float: unset; zoom: unset; -moz-transform: unset; -moz-transform-origin: unset; width: 46px; height: 46px; position: relative; }
  • MMM-EmbedURL Not showing full webpage

    Solved
    8
    1
    0 Votes
    8 Posts
    2k Views
    wishmaster270W
    @plainbroke You will need a external tool like ffmpeg or vlc to convert the stream. I wrote a small wrapper that calls vlc with the necessary parameters. You can find it here. There are other tutorials using a docker containter, too. For me this one was the most effective one. Be aware that the conversion cost a lot of cpu power. Some users had problems running the converter on the same Pi as the mirror is running on. You then can embed the Stream with this module using the setting embedElementType: "img" or you can use my MMM-SynologySurveillance which supports mjpeg since the last version.
  • Any Twitter Feed Modules

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    mattkabM
    @KI6UVE I ran into the same problem, and decided to build my own module. This one uses public lists to display tweets. I’ve had it running on my MM for a few days without issue, but it’s still new and raw, so there are probably bugs I haven’t come across. I’ll post something in showcase to put together a support thread.
  • Tuya data (aquarium controller) on Magic Mirror

    Unsolved
    4
    0 Votes
    4 Posts
    855 Views
    S
    @RIKKO14 see https://github.com/sdetweil/uploadPics then u have to have a module that displays pictures. you said “old Huawei P9”, some don’t handle QR.
  • MMM-Cocktails

    Unsolved
    1
    1
    0 Votes
    1 Posts
    165 Views
    plainbrokeP
    Does anyone know how to remove the “null null” from MMM-Cocktails see “thumbnail”
  • MMM-futar - how to add modules multiple time?

    Solved
    24
    0 Votes
    24 Posts
    6k Views
    0
    @sdetweil when removed the bit you suggested it is working now. The thing is what i do not understand that it worked before removing the section from the config.js just only with one single item. Anyway thank you for your help guys!
  • MMM-AVStock does not display stock info

    Unsolved
    5
    1
    0 Votes
    5 Posts
    1k Views
    S
    @bioart the module uses an npm lib (in JavaScript), I use one lib function, he uses a different one