A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • [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
    654 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
    bheplerB
    @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
    8k 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
    5k 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.
  • MMM-AssistantMk2 Locale problem

    Unsolved
    2
    0 Votes
    2 Posts
    928 Views
    ?
    @maxhsu Set deviceLocation(long,lat) in configuration.
  • MMM-GoogleBirthdayProvider

    Unsolved
    1
    0 Votes
    1 Posts
    861 Views
    S
    The Modul MMM-GoogleBirthdayProvider dont work. It comes no issue at the console…Everything starts normally and without errors At the Screen is only the Message : No Dates When I enter the calendar URL into the browser. http://localhost:8080/mmm-googlebirthdayprovider Then I get my .ics. So the connection seems to fit perfectly. But where is the Problem now?
  • MMM-WunderGround replacement

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    C
    Check out MMM-DarkSkyForecast. It’s fantastic!
  • MMM-Carousel switching slides using MMM-Buttons

    Solved
    7
    0 Votes
    7 Posts
    4k Views
    S
    Which version of MMM-Carousel are you using? If you use this one: MMM-Carousel w/ Slide Navigation you can navigate left and right or jump to a particular slide by sending a notification from another module. Just pushed an update to make this even easier. See the details at the bottom of the README
  • MMM-Formula1 module nog working

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    M
    @peter I left the “season”-line out of the config this time and it display’s the current 2018 season. I was hoping it would display the new ranking already but I think it’s still to soon for the new season to show anything about it. I’ll just leave it as is in the moment and alter it (if needed) when the new season is starting.
  • MMM-HASS or Alternatives?

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    P
    So i’ve install magic mirror completly from the command line, and I see all the files referenced https://github.com/aserramonner/MMM-HASS/issues/7 However, I’m not clear on exactly the fix. Do i need to make another .js to run the magic mirror? I’m not familar enough with node.js to do that. Can anybody direct me in the right way?
  • Getting my Google calendar working.... need help.

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    M
    @lavolp3 Thanks for pointing this one out for me. I have saved that page to a PDF so I can work on it at home! :grinning_face_with_smiling_eyes:
  • Playing a local mp4 file as a module

    20
    0 Votes
    20 Posts
    12k Views
    justjim1220J
    @sputnik & @remylpat … Give this a try… See if it is anything close to what you are wanting… Still tweaking it a bit, but it is working. I am working on getting it to work with the RasPi buttons also. Please give me any and all feedback, Thanks! :smiling_face_with_sunglasses: Description: A very simple video player module with clickable thumbnails to show playlist. Screenshots: [image: 1544778621787-screenshot-442.png] [image: 1544778648007-screenshot-443.png] [image: 1544778677474-screenshot-444.png] [image: 1544778735845-screenshot-445.png] [image: 1544778761466-screenshot-446.png] [image: 1544778870797-screenshot-447.png] Variations: this is the first version, working on: simplifying configurations, size of player, buttons, number of videos, buttons can be changed to text as well as color and upcoming… option to use physical buttons on RasPi Any options anyone may want with this module… Feel free to let me know! :smiling_face_with_sunglasses: Download: [card:justjim1220/MMM-MyVideoPlayer]
  • 0 Votes
    2 Posts
    2k Views
    M
    I should have searched around. This was recently solved with a fork by BKeyport to Remote-Control here.