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

    update module
    5
    0 Votes
    5 Posts
    26k Views
    M
    @Nystro0m Thanks again!
  • Error updating with MMM Remote Control

    1
    0 Votes
    1 Posts
    937 Views
    T
    I’m trying to update using remote control and i get an error when i try. the update is actually for remote control, so i’m not sure if that is the problem. is there anything i should try to get this to work or do i need to do this the old fashioned way in the terminal?
  • Todoist behind - but npm install does not update

    3
    0 Votes
    3 Posts
    3k Views
    D
    Yes, I have done that. What was needed actually though was git reset --hard in my case. MMM-Todoist is still not working though. I do get the heading, but no tasks are showing.
  • Alert Module

    1
    0 Votes
    1 Posts
    1k Views
    Y
    I’m using Random Background Module for a background picture https://github.com/Ultimatum22/MMM-RandomBackground But whenever I use the Alert notification, the notification covers the whole mirror except some portion, some of the area is left by the Alert and it doesn’t look nice.
  • Hidden locked Weather shows up after some time

    4
    0 Votes
    4 Posts
    2k Views
    T
    I found the issue in my module since the lockString was not set correct. It is working now correctly.
  • [MMM-SpotifyConnectUI] Error: connect ECONNREFUSED 127.0.0.1:4000

    18
    0 Votes
    18 Posts
    12k Views
    schlachtkreuzer6S
    newer spotify connect app - raspotify works out of the box: https://github.com/dtcooper/raspotify https://discourse.osmc.tv/t/howto-spotify-connect-support-via-raspotify-librespot/38348
  • Need help with Camera and Voice control module

    1
    0 Votes
    1 Posts
    962 Views
    BarbarianB
    Hey again! :) I got problem with the camera module for some time now…I’ve done everything that the readme say for camera and voice control modules. In the voice control module there is notificationReceived and i don’t understand how to write it for the camera module.If someone can post it that will be very helpful. Regards!
  • Space Between Two Modules

    3
    1
    0 Votes
    3 Posts
    3k Views
    A
    @j.e.f.f It worked! thank you!
  • Problem with Modul Email (Ronnie3050)

    1
    0 Votes
    1 Posts
    962 Views
    P
    Hi, I installed this module and it works so far. The problem is if i access to MM from external with http, the emails will be duclicated on the mirror itself everytime i access the mirror. not on the http-screen, but on the mirror… any idea tho resolve this? i have to reboot the pi everytime when it happens…
  • MM & Google Maps Traffic

    16
    0 Votes
    16 Posts
    18k Views
    B
    @Mirrorolentia thanks for helping me and sorry for late reply. Here comes the config: /* 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 = { port: 8080, ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // 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: "en", timeFormat: 24, units: "metric", modules: [ { module: "alert", }, { module: "updatenotification", position: "top_bar" }, { module: "clock", position: "top_left" }, { module: "calendar", header: "AWISTA & Feiertage NRW", position: "top_left", config: { calendars: [ { symbol: "calendar-check-o ", url: "https://calendar.google.com/calendar/ical/**********/public/basic.ics" } ] } }, { module: "compliments", position: "lower_third" }, { module: "currentweather", position: "top_right", config: { location: "Dusseldorf", locationID: "2934246", //ID from http://www.openweathermap.org/help/city_list.txt appid: "************" } }, { module: "weatherforecast", position: "top_right", header: "Weather Forecast", config: { location: "Dusseldorf", locationID: "2934246", //ID from http://www.openweathermap.org/help/city_list.txt appid: "***********" } }, { module: 'MMM-Vrr', position: "bottom_left", config: { city: 'Düsseldorf', station: '***********', numberOfResults: 6, displayTimeOption: 'time+countdown' } }, { module: "MMM-Fuel", position: "bottom_right", config: { api_key: "************", lat: *********, lng: ************, types: ["diesel"], radius: 1.4, max: 2, rotate: false, } }, { module: 'MMM-Traffic', position: 'bottom_right', classes: 'dimmed medium', //optional, default is 'bright medium', only applies to commute info not route_name config: { api_key: '*********', mode: 'driving', origin: '******+Düsseldorf,+Deutschland', destination: '**********+Essen,+Deutschland', route_name: 'Home to Work', changeColor: true, showGreen: false, limitYellow: 5, //Greater than 5% of journey time due to traffic limitRed: 20, //Greater than 20% of journey time due to traffic traffic_model: 'best_guess', departure_time: 'now', interval: 60000, showWeekend: false, allTime: true, width: '300px', height: '300px' } }, ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== "undefined") {module.exports = config;} and here is netstat: pi@raspberrypi:~ $ netstat -nalp | grep 8080 (Es konnten nicht alle Prozesse identifiziert werden; Informationen über nicht-eigene Processe werden nicht angezeigt; Root kann sie anzeigen.) tcp6 0 0 :::8080 :::* LISTEN 1119/electron.js tcp6 0 0 ::1:51608 ::1:8080 VERBUNDEN 1119/electron.js tcp6 0 0 ::1:8080 ::1:51610 VERBUNDEN 1119/electron.js tcp6 0 0 ::1:51606 ::1:8080 VERBUNDEN 1119/electron.js tcp6 0 0 ::1:51600 ::1:8080 VERBUNDEN 1119/electron.js tcp6 0 0 ::1:51610 ::1:8080 VERBUNDEN 1119/electron.js tcp6 0 0 ::1:51604 ::1:8080 VERBUNDEN 1119/electron.js tcp6 0 0 ::1:8080 ::1:51608 VERBUNDEN 1119/electron.js tcp6 0 0 ::1:8080 ::1:51598 VERBUNDEN 1119/electron.js tcp6 0 0 ::1:8080 ::1:51600 VERBUNDEN 1119/electron.js tcp6 0 0 ::1:51602 ::1:8080 VERBUNDEN 1119/electron.js tcp6 0 0 ::1:8080 ::1:51606 VERBUNDEN 1119/electron.js tcp6 0 0 ::1:8080 ::1:51604 VERBUNDEN 1119/electron.js tcp6 0 0 ::1:8080 ::1:51602 VERBUNDEN 1119/electron.js tcp6 0 0 ::1:51598 ::1:8080 VERBUNDEN 1119/electron.js pi@raspberrypi:~ $
  • Problem with Module MMM-MotionEye

    4
    0 Votes
    4 Posts
    3k Views
    strawberry 3.141S
    @psteimann starting the mirror with npm start dev opens the mirror with dev tools
  • Hide Calendar Module if No Events to display.

    2
    0 Votes
    2 Posts
    2k Views
    ?
    @joela85 as i know, there is no option about that. How about trying other alternative modules?
  • Annother IPWhitelist question

    12
    0 Votes
    12 Posts
    7k Views
    Mykle1M
    @roramirez said in Annother IPWhitelist question: Please, use a develop branch or apply the patch I went to the develop branch. I would also like to confirm that the Whitelist issue, as far as this entry is concerned, has been fixed: var config = { address: "localhost", port: 8080, ipWhitelist: [], [image: 1504655780829-dev.jpg] So, thank you @roramirez
  • Changing ipwhitelist prevents Mirror from loading correctly

    21
    0 Votes
    21 Posts
    14k Views
    R
    About all this mess it up https://forum.magicmirror.builders/post/27658
  • How to implement new voice commands in MMM-Hello-Mirror

    1
    -1 Votes
    1 Posts
    1k Views
    BarbarianB
    Hello everyone! Can you help me with this module - I try to implement new voice commands :) I installed the module and changed the language, but all I can do is say ‘‘Hi mirror’’ and I receive the text command ‘‘What can I do for you?’’ - have you implemented new commands in this module ?? Regards!
  • Module Compliments expandable?

    1
    0 Votes
    1 Posts
    957 Views
    P
    hi, would it be possible to extend the module for seasonal selection? (summer, winter,authum,spring) If its is a sunny day and its wintertime, a compliment like “today is a perfect beachday” makes no sense:-)
  • Access MagicMirror with HTTP?

    14
    0 Votes
    14 Posts
    17k Views
    P
    @Sean OK. it works now I entered a second whitelist entry for the external ip: ip is currently: 178.198.19.38 so i added ffff:178.198.19.1/24… thanks for help
  • PIR Motion sensor

    16
    0 Votes
    16 Posts
    13k Views
    R
    @strawberry-3.141 the simplest advice is always the best, it now works perfectly, thank you
  • Problem with module email

    7
    0 Votes
    7 Posts
    5k Views
    Mykle1M
    @psteimann said in Problem with module email: how do I get the results into my dev console? (beginner:-() Open a new terminal. Enter cd MagicMirror. type npm start dev while in the MagicMirror dir. This will launch the mirror and open your dev tools. Click on console at the top to see all console messages
  • CSS-Isue

    3
    0 Votes
    3 Posts
    2k Views
    P
    Worked! Thanks for helping…