A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Third Party modules does not work

    11
    0 Votes
    11 Posts
    8k Views
    N
    It´s working now! Thanks
  • Moving module closer together?

    3
    0 Votes
    3 Posts
    2k Views
    A
    @strawberry-3-141 Thank you, it works perfectly. I completed the survey, and look forward to receiving the updates via email.
  • showHumidity

    13
    0 Votes
    13 Posts
    9k Views
    cowboysdudeC
    @zkab just use this: .wi-sunrise { color: #ff0; } .wi-sunset { color: #eb0; } .wi-night-showers { color: #07f; } .wi-degrees { color: #415; } .wi-rain { color: #00f; } .wi-showers { color: #07f; } .wi-night-showers { color: #07f; } .wi-night-alt-cloudy-windy { color: #aaa; } .wi-night-cloudy { color: #aaa; } .wi-cloudy { color: #aaa; } .wi-day-cloudy { color: #aaa; } .wi-cloudy { color: #aaa; } .wi-cloudy-windy { color: #aaa; } .wi-showers { color: #00f; } .wi-thunderstorm { color: #ff0; } .wi-snow { color: #fff; } .wi-fog { color: #999; } .wi-night-clear { color: #F4F8A9; } .wi-night-rain { color: #00f; } .wi-night-thunderstorm { color: #ff0; } .wi-night-snow { color: #fff; } Get rid of the currentweather from in front of the css… then you can change colors ;)
  • position: middle_center???

    2
    0 Votes
    2 Posts
    2k Views
    V
    Interestingly, if I use position: upper_third, the candle is positioned in the same location as “middle_center”…?
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
  • Static text on several lines

    3
    0 Votes
    3 Posts
    2k Views
    Z
    Don’t have any experience of CSS - could you give me an example how I should continue … I checked the CSS documentation but it is HUGE … I guess if I could get some guidelines then I can figure it out …
  • Screen Margins?

    3
    0 Votes
    3 Posts
    3k Views
    V
    @Wedee Perfect! Thank you.
  • Newbie having trouble with running MM on a Pi Zero

    2
    0 Votes
    2 Posts
    2k Views
    bheplerB
    Off the top of my head: Did you copy the config.js.sample into config.js? IIRC, the “EADDRINUSE” error is usually when you have an instance running and try to run the mirror without shutting down the existing NPM process. This: bash: /home/pi/start.sh: Permission denied makes me think you need to make your start.sh script executable. Try this command: chmod a+x /home/pi/start.sh and then reboot.
  • Deafult Current Weather displaying wrong time

    5
    0 Votes
    5 Posts
    5k Views
    Pi-GiP
    @Officeglen said in Deafult Current Weather displaying wrong time: Hi guy thanks for the response… I feel like a dummy! Me too!! smh.
  • Changing the language to catalan

    4
    0 Votes
    4 Posts
    3k Views
    A
    Thanks @roramirez @strawberry-3-141 @roramirez Thanks for the directions! I’ll try to do it.
  • 0 Votes
    2 Posts
    2k Views
    D
    Bump. I opend an issue on github. Hopefully someone will be able to replicate it. I have had this issue on two different sd cards. https://github.com/MichMich/MagicMirror/issues/557
  • Black Screen on Localhost...

    19
    0 Votes
    19 Posts
    13k Views
    L
    Thanks @chrisyy i’ll try… .that could work. Thanks!.
  • MM runs fine on one monitor but not a different one?

    3
    0 Votes
    3 Posts
    2k Views
    V
    @frog If I could give you reddit Gold, I would do so! I never thought of the power supply. I changed out my cheap usb brick with a real power supply and voila, all was good in the land of Magic Mirror except I can’t yet rotate my display. THANK YOU SO MUCH!!! this was driving me crazy!
  • MM Microphone Mac

    2
    0 Votes
    2 Posts
    1k Views
    strawberry 3.141S
    @wjdw87 sry I don’t have a mac, but I suggest to ask this specific question in a mac forum, due to this question is not related to magicmirror there are experts in apple forums who can help you out with that for sure
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • MM Face AI like Face

    6
    0 Votes
    6 Posts
    4k Views
    cowboysdudeC
    He is using the michmich magic mirror in the video but in his link to create a magic mirror he’s using Evan Cohens magic mirror… two different mirrors. Evan’s has voice control built in [Google] and it works BUT there are NO 3rd party modules and from what I understand it’s a HUGE process to make one. MichMich mirror MANY 3rd party modules, easy to make and there are a few different voice modules and facial recognition modules already available. My money is on the MichMich … with users able to create what they need it will outpace the other.
  • Moving modules around screen

    3
    0 Votes
    3 Posts
    2k Views
    ?
    It would be handy, if there was a module built that allowed you to drag and re-order them in real-time on screen :)
  • Modules starting hidden.

    2
    2 Votes
    2 Posts
    3k Views
    CatoC
    I struggled with the same until I came up with the pattern I’m using in my MotionEye module (see link to GitHub in my signature). In the module I configure a global variable ‘motionDetected’ (could be named 'visible’) that I set to false. In the ‘getDom’ function I return only a DOM element if that is true. In the node _ helper I send SHOW notification to the module whenever I want the module to be visible. I do this initially in ‘start’ function too because the user can configure the module to be visible at start. This is not necessary if it always should start hidden. Back in the module, I receive the notification and updates the ‘visible’ variable and call updateDom that now will return something.
  • Electron microphone bug/issue

    2
    0 Votes
    2 Posts
    2k Views
    bheplerB
    @wjdw87 I hit something similar to this, yes. (Heh, sound familiar?) In my case, electron couldn’t access the RPi’s camera. The new version of Chromium has implemented a security “feature” that won’t let it access media hardware without a secured connection. You could try using https and see if that solves it.
  • Twice now the Electron screen has loaded 'Pure-White'

    5
    0 Votes
    5 Posts
    2k Views
    ?
    Hi all, i suspected it was something to do with electron being corrupted with some work we have been doing compiling both the ai - home auto - and mm together. I simply deleted the folder (mm) reinstalled MM and now all appears to be working fine, that is until i being installing the modules for MM :P Bhepler, great point, could have been that also