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

    13
    0 Votes
    13 Posts
    8k 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
    4k 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
    12k 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
    3k 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
  • Running npm Start - stuck White Screen

    1
    0 Votes
    1 Posts
    2k Views
    D
    I am seeing the samething. One minute the magic mirror was great, so rebooted and now it just loads a white screen. the Only changes i have made to the MM code is the custom Weather api, and ical. I was thinking maybe unclutter was causing the screen to white out so i removed it. no changes. any help would be awesome! :) Debug logs 0 info it worked if it ends with ok 1 verbose cli [ ‘/usr/bin/nodejs’, ‘/usr/bin/npm’, ‘start’ ] 2 info using npm@3.10.8 3 info using node@v6.9.1 4 verbose run-script [ ‘prestart’, ‘start’, ‘poststart’ ] 5 info lifecycle magicmirror@2.0.0~prestart: magicmirror@2.0.0 6 silly lifecycle magicmirror@2.0.0~prestart: no script for prestart, continuing 7 info lifecycle magicmirror@2.0.0~start: magicmirror@2.0.0 8 verbose lifecycle magicmirror@2.0.0~start: unsafe-perm in lifecycle true 9 verbose lifecycle magicmirror@2.0.0~start: PATH: /usr/lib/node_modules/npm/bin/node-gyp-bin:/root/MagicMirror/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 10 verbose lifecycle magicmirror@2.0.0~start: CWD: /root/MagicMirror 11 silly lifecycle magicmirror@2.0.0~start: Args: [ ‘-c’, ‘electron js/electron.js’ ] 12 info lifecycle magicmirror@2.0.0~start: Failed to exec start script 13 verbose stack Error: magicmirror@2.0.0 start: electron js/electron.js 13 verbose stack spawn ENOENT 13 verbose stack at ChildProcess. (/usr/lib/node_modules/npm/lib/utils/spawn.js:33:16) 13 verbose stack at emitTwo (events.js:106:13) 13 verbose stack at ChildProcess.emit (events.js:191:7) 13 verbose stack at maybeClose (internal/child_process.js:877:16) 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5) 14 verbose pkgid magicmirror@2.0.0 15 verbose cwd /root/MagicMirror 16 error Linux 4.4.30-v7+ 17 error argv “/usr/bin/nodejs” “/usr/bin/npm” “start” 18 error node v6.9.1 19 error npm v3.10.8 20 error file sh 21 error code ELIFECYCLE 22 error errno ENOENT 23 error syscall spawn 24 error magicmirror@2.0.0 start: electron js/electron.js 24 error spawn ENOENT 25 error Failed at the magicmirror@2.0.0 start script ‘electron js/electron.js’. 25 error Make sure you have the latest version of node.js and npm installed. 25 error If you do, this is most likely a problem with the magicmirror package, 25 error not with npm itself. 25 error Tell the author that this fails on your system: 25 error electron js/electron.js 25 error You can get information on how to open an issue for this project with: 25 error npm bugs magicmirror 25 error Or if that isn’t available, you can get their info via: 25 error npm owner ls magicmirror 25 error There is likely additional logging output above. 26 verbose exit [ 1, true ]
  • Firewall settings

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    S
    Okay now i´ve fixed the RSS feed and the Calendar partly. When i worked it out i will declare it here.