A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • sleep and wake tv with motion

    3
    0 Votes
    3 Posts
    2k Views
    C
    actually i got it to work,starting the motion with sudo motion -n it executes the comands just fine.My screen is turning on and off just fine.I just want to find out how to start motion with pm2 now .
  • 0 Votes
    9 Posts
    5k Views
    S
    @bhepler said in Library error after full reinstallation (full version Raspbian and MagicMirror version 2.5.0): I would advise against using the Magic Mirror installation script at this time. It hasn’t been tested as well as the rest of the system. Perform a manual installation for better results. Second this. For anyone who comes across this error: /home/pi/MagicMirror/node_modules/electron/dist/electron: /lib/arm-linux-gnueabihf/libc.so.6: version GLIBC_2.27’ not found (required by /home/pi/MagicMirror/node_modules/electron/dist/electron) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! It may be caused by npm trying to install electron v4.0.0, this version has some reference errors on the Pi: https://github.com/electron/electron/issues/16205 and a lower version (v3.0.13) should be used.
  • MMM podcast stops working since YQL service was turned off

    Moved
    3
    0 Votes
    3 Posts
    1k Views
    R
    Wohoo Great! I will try it tomorrow. Many Thanks
  • MMM-SleepWake not working

    16
    0 Votes
    16 Posts
    8k Views
    C
    thnx,its just too much reading for me at this time of year,i just need to on/off my display when motion detect.I ll skip that feature for now :)
  • MMM-Podcast need Help

    Moved
    5
    0 Votes
    5 Posts
    2k Views
    R
    Thanks, yes I understand that is missing a config. But where must this be and how looks the code. I have 6 Push buttons installed :-) [image: 1546684139069-img_2664-1.jpg]
  • Can’t find a calendar that works

    calendar
    14
    0 Votes
    14 Posts
    7k Views
    S
    @lavolp3 ok what am i looking for?
  • Not enough perfomrance for MMM-hello-mirror?

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    idoodlerI
    @boesemani The only suspicion thing I can see is the Permission denied (publickey) message, but I don’t think it is related to your problem. You can install MMM-SystemStats and check your RAM and CPU load that way.
  • Correct Weather Module

    3
    0 Votes
    3 Posts
    1k Views
    Mykle1M
    @txajay There are quite a few weather modules. Just scroll down to the weather section. https://github.com/MichMich/MagicMirror/wiki/3rd-party-modules
  • Config.fs

    troubleshoot config config.js configuration
    22
    0 Votes
    22 Posts
    10k Views
    ?
    @scoller You’ve missed comma after locationID: "2726470" so, just adding it would be enough, but you’d said you couldn’t find where they are, so I told you to exchange whole section.
  • [MMM-RTSPstream] No RTSP stream with VLC and MM ...

    Moved
    6
    0 Votes
    6 Posts
    3k Views
    S
    @wetronic Just saw this. Do you have autoStart: true in your config?
  • MMM-Buttons keine Reaktion?

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    R
    OK it was the pin! The correct PIN number is really impossible ;-) But it is very confusing with pin BCM and BOARD So the BOARD PIN is correct.
  • Local LCD not showing Weather module

    Unsolved
    1
    0 Votes
    1 Posts
    669 Views
    1
    Hello. I have installed MagicMirror on rasberry pi zero. When I connect lcd monitor or tv i can’t see weather module. When i connect to Magic Mirror via computer everything is ok. My config file /* Magic Mirror Config Sample * * By Michael Teeuw http://michaelteeuw.nl * MIT Licensed. * * For more information how you can configurate this file * See https://github.com/MichMich/MagicMirror#configuration * */ var config = { address: "", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "", "0.0.0.0", "::" to listen on any interface // Default, when address config is left out, is "localhost" port: 8080, ipWhitelist: [], // Set [] to allow all IP addresses // or add a specific IPv4 of 192.168.1.5 : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"], // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"], language: "pl", timeFormat: 24, units: "metric", modules: [ { module: "alert", }, { module: "clock", position: "top_left" }, { module: "calendar", position: "top_left", config: { calendars: [ { symbol: "calendar-check-o ", url: "https://calendar.google.com/calendar/ical/" } ] } }, { module: "MMM-Solartemp", position: "bottom_left", header: "Solartemp", config: { baseURL: "http://solartemp.no-i", key: "", group: "", } }, { module: 'MMM-Remote-Control' // uncomment the following line to show the URL of the remote control on the mirror // , position: 'bottom_left' // you can hide this module afterwards from the remote control itself }, { module: 'MMM-NOAA3', position: 'top_right', config: { provider: "darksky", // From list above apiKey: "", // From one of the providers listed above airKey: "YOUR API KEY", css: "NOAA3", // THIS MUST CONTAIN A CSS STYLE NAME userlat: "delete for security ", //MUST HAVE BOTH userlon: "delete for security" //MUST HAVE BOTH } }, ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== "undefined") {module.exports = config;} I have installed server version and midori browser. I never had this problem and don’t know how to solve it.
  • Trouble getting Alexa to install

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    B
    @tbs86 - At first glance, it looks like Maven is having trouble locating the defined target. Maven works by defining configurations to assist with compilation. “Exec”, “test”, “debug”, “production”, etc. are all examples of Maven targets. At first blush, it seems that the Maven XML file does not include a target named “exec”. I don’t think you’re doing anything wrong, per se. More likely, someone has updated the Maven file and the instructions are out of date.
  • MMM-Awesome-Alexa Issues

    Unsolved alexa avs alexa voice service mmm-awesome-alexa
    1
    0 Votes
    1 Posts
    2k Views
    M
    Hi All, I’ve got some issues with MMM-Awesome-Alexa at the minute, running on a Pi Model 3 A+ with a ReSpeaker 2 Mic hat. the Pi is definitely picking up and able to record audio, there are no errors in the console when I launch the mirror, but no sign of Alexa anywhere. I’m not sure where I’m going wrong here, is there something I’ve missed? Thanks, Matt
  • ubuntu and magicmirror

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    M
    @mykle1 Thanks for this. I will give this a shot tonight. cheers!
  • Unhandled exception nodehelper.js

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    S
    @supersook great! Thanks for the feedback. I am sure it will help someone else…
  • usb cam is not recognized but works

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    J
    Hi, from my current knowledge the script only works for the picamera, because the picamera module that is imported in the picam.py script is used to capture images.
  • MMM-Pages not "activating"/makes no changes

    2
    0 Votes
    2 Posts
    1k Views
    M
    SOLVED I have no clue what was wrong. But I did a fresh install of it all and that seemed to do the trick
  • is there a way to control MMM-carousel with buttons?

    Unsolved
    11
    0 Votes
    11 Posts
    9k Views
    S
    @xela I’m very glad you could get it working, and I wish you a speedy recovery as well!
  • MMM-Hotword causing Mirror to blackout

    Unsolved mmm-googleassistant hotword black screen
    12
    0 Votes
    12 Posts
    6k Views
    ?
    @budddesilva That is another issue. snowboy is related with MMM-Hotword, and that error says you didn’t or failed proper installation of that module. Read the instructions of installation.