A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 2 Votes
    13 Posts
    4k Views
    S
    @ezarlive testing… before sending the code
  • Special characters won't appear correctly on newsfeed module

    Solved
    2
    0 Votes
    2 Posts
    824 Views
    R
    I have solved it by selecting a font which really includes these characters…
  • pm2 Error auto starting

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    ejay-ibmE
    I would say is more ‘sure’ when you are in the right folder to do : sudo chmod +x ./mm.sh
  • Remote Control API

    Unsolved
    2
    0 Votes
    2 Posts
    689 Views
    S
    @Lorenz see https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSMissingAllowOrigin
  • Weather: RoundTemp Help

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    thedoorsfanaticT
    @eskudo12791 try this: fade: false,
  • It seems like MagicMirror is already installed.

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    bheplerB
    @kellogg76 - With the latest update of Raspbian, the installation script has not kept up with the changes. I would try a manual install instead. You’ve already deleted the folder, so run: cd ~ git clone https://github.com/MichMich/MagicMirror.git cd MagicMirror npm install npm start Let us know if you hit any errors.
  • voice control with selfie functionality?

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    ?
    @batfastard First, Google Assistant is free also. I don’t know why you are thinking so. Second, as your description, I think you are running my old MMM-Assistant. It was deprecated and I have no plan to maintain. Sorry. I looked inside MMM-Selfie mentioned. Very interesting. It has no other interface except my MMM-Assistant and MMM-TelegramBot. On one hand, thanks about it as creator of both module, but the other hand, that module was too dependent to other modules. Not expandable. The best simple solution I think is; Modify MMM-Selfie to receive trigger from other modules beside MMM-Assistant and MMM-TelegramBot. Seems not so difficult. just add .notificationReceived() for some notifications from other module. Then, Just use MMM-Hotword(you are already use it?) to emit that notification. You can make your private voice model, or use just universal model for everyone.
  • Error installing electron-chromedriver with npm.

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    I
    Thank you! An updated npm did the trick for me :) My Mirror is up again! /solved
  • Weather & Newsfeed

    Solved
    11
    0 Votes
    11 Posts
    6k Views
    J
    @sonicgoose i’ve got it to work now, thanks to you all :-)
  • More then one display?

    Unsolved
    1
    0 Votes
    1 Posts
    466 Views
    C
    Hi I wonder if that is possible to have more then one display. I going to show MM on a old iPad and was thinking if that was possible to Swipe Left or Right to get a new display so if I going to have some module it does not take all space on one display.
  • unable to install dependencies

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    T
    Hi AxLed, thank you, it’s works only in “pi” user.
  • Cronjob

    Solved
    17
    0 Votes
    17 Posts
    8k Views
    CyruS1337C
    @evroom Many thanks for the detailed information. As you can see, I always executed the command as sudo sudo crontab -e So I always executed the commands in the root directory. Which thus never led to success. Thanks again for the help and the detailed listing. Greeting
  • Not response

    Unsolved
    1
    0 Votes
    1 Posts
    427 Views
    H
    Hi, everyone. I installed the MagicMirror at raspberrypai a few months ago. However, I haven’t made it completely yet… When I spoke to the microphone, it was recognizable, but there was not response. I thought it had a problem with a mirophone or a speaker, so I tested them seperately, but they worked well. I thought the MagicMirror’s update caused this problem. I’d appreciate it if you could let me know the solutions. Thank you :)
  • NOAA v3 using too many requests?

    Unsolved
    28
    0 Votes
    28 Posts
    13k Views
    M
    @Mykle1 will do. I have tried a different key. Weird thing is that the first few days has a small amount of requests then it spikes
  • Have just install MM on ubuntu and it show black screen

    Solved
    1
    0 Votes
    1 Posts
    539 Views
    C
    Hi I have for the first time install MM on a ubuntu server and it looks like everything is running. But when I access the MM from a remote browser I get nothing, just a black screen? I then add my google calender but still no Clock and no calender showing? I have run the check of the config file and it say it is ok > magicmirror@2.6.0 config:check /home/konto/MagicMirror > node tests/configs/check_config.js Checking file... /home/konto/MagicMirror/config/config.js Your configuration file doesn't contain syntax errors :) That I was looking for is add a Clock and calender and for the background a nice slideshow of my images /Update I have now install MMM-BackgroundSlideshow and I get no error but no images. /Update 2 After reinstall is now working :)
  • API google need credit card another solution?

    Unsolved
    1
    0 Votes
    1 Posts
    488 Views
    F
    Hi all, Google need credit card for api key (map, traffic), are there another solution if you don’t want to give your credit card number to google ? another module is possible for traffic map without google?(open street map or other ) thanks .
  • the installation does not end

    Solved
    2
    1
    0 Votes
    2 Posts
    683 Views
    Atelier-Made-in-iKiA
    oups… seems all is ok now i restarted the raspberry, run again npm install cp config/config.js.sample config/config.js[image: 1552833746496-2019-03-17-15_40_54-raspberrypi.png] npm start and tadaaa… work in progress for configuration ^_^ thanks Jean-Philippe
  • Motion Detector and OSX

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    0
    Icant post the entire code so, link to pastebin :) node_helper.js
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
  • Problems using MMM-WunderGround24hours

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    T
    Please note this module was migrated to use the Dark Sky API and is now available as “MMM-DarkSky24Hours” under https://github.com/thobach/MMM-DarkSky24Hours. Thanks!