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

    8
    0 Votes
    8 Posts
    4k Views
    strawberry 3.141S
    @funkdafied he didnt modify the installer, he just put those commands into the terminal
  • MMM-NetworkScanner - "residents" are offline but they should be online

    1
    0 Votes
    1 Posts
    899 Views
    zdenekZ
    Hi all MMM-NetworkScanner module works, but whatever I put in “residents”, seems they are offline { module: ‘MMM-NetworkScanner’, position: ‘bottom_right’, config: { devices: [ { ipAddress: “192.168.1.11”, name: “Mobile”, icon: “server”}, ], showUnknown: false, debug: false, showOffline: true, keepAlive: 60, updateInterval: 30, residents: “Mobile”, showLastSeen: true, occupiedCMD: {notification: ‘REMOTE_ACTION’, payload: {action: ‘MONITORON’}}, vacantCMD : {notification: ‘REMOTE_ACTION’, payload: {action: ‘MONITOROFF’}}, } }, IP 192.168.1.11 is on the same subnet as Raspberry, I can ping both from devices from my laptop (I can access 192.168.1.11 conf page), but the device name and icon are grey (offline). Any idea? I’ve tried IP, MAC - the same result, tried another IP (network printer) - also offline… thanks, Zdeněk
  • MMM-Podcast: omxplayer still running. kill forced

    6
    0 Votes
    6 Posts
    3k Views
    B
    push down. No one can help me?
  • 0 Votes
    1 Posts
    1k Views
    H
    Hi, I’m using the calender to show the next public holidays by including a public calendar: { module: "calendar", header: "Feiertage", position: "top_left", config: { calendars: [ { url: "http://www.ifeiertage.de/by-.ics" } ] } }, The appointments that are more than 1 Month away are just shown as “in %s Mon.”, see attached image. [image: 1493246087819-calendar.png] Maybe the plural of “Mon.” has to be explicitly specified (I’m using language: de ) but I don’t know how. Can you reproduce (and maybe fix) this issue?
  • no helper modules

    5
    0 Votes
    5 Posts
    5k Views
    Mykle1M
    @swagatbiswal said in no helper modules: I am trying to run it in ubuntu 16 I have MM installed on uBuntu. I remember updating node.js and npm was necessary. Are you getting any errors in the terminal or the console of dev tools?
  • HELP WITH MMM-Flickr

    Solved
    11
    0 Votes
    11 Posts
    10k Views
    foxF
    Any approaches to make this possible on private albums?
  • Calendar no entries

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    A
    thanks both of you no bug, just me doing typos. Works like a charm :) solved
  • CurrentWeatherType in Module "Compliments"

    1
    0 Votes
    1 Posts
    1k Views
    P
    Hey guys! How can I connect the Compliments Module with the Weather Module for weather-controlled display of compliments? I know there’s a line currentWeatherType: ""in compliments.js but I don’t know what I have to insert in there. And what I also want to know: Can I do weather-controlled and time-controlled compliments in the same time? For example at a rainy evening it shows entries from “evening” and “rain”?
  • Compliments module stops cycling compliments

    Solved
    5
    3 Votes
    5 Posts
    4k Views
    M
    Alright I will switch to the develop branch. Very interesting. I’m glad the issue got resolved!
  • Vacation in Default Calendar Modul

    1
    0 Votes
    1 Posts
    894 Views
    P
    hi guys, i am new to this project, although i have already read a lot. Before i will build my frame, i want to set up the software. Thanks for your fantastic MagicMirror² respository. Now i am setting up the calendar module. I want me to show the public holidays and vacations togehter. So far so good, its not that complicate - I integrated two .ical urls. Currently the vacation are shown day after day. Is it possible to show the vacation in a form like this: Summer 01.07. - 18.08. ?? How can i change the config for this? Thank you for your help. pauabaer
  • mirroronthewall

    Moved Unsolved
    11
    0 Votes
    11 Posts
    9k Views
    brobergB
    @arthurross maybe the voice part doesn’t recognize the command for images and text? Other than that I’m lost
  • AlexaPi

    28
    1
    0 Votes
    28 Posts
    18k Views
    lucallmonL
    @davidrq7 go to gitter.im/AlexaPi and ask there. This is where the guys that made it hang out.
  • How to display standard calendar

    2
    0 Votes
    2 Posts
    1k Views
    strawberry 3.141S
    @funkdafied you might want to use this one https://forum.magicmirror.builders/topic/238/monthly-calendar
  • MMM-Wunderground - 2 locations gives duplicate data from the first location

    13
    0 Votes
    13 Posts
    9k Views
    brobergB
    @jamielola the node_helper will only load when the mirror is actually started, modifications to a modules node_helper will require a full restart of the mirror software, not just a reload. Which I discovered when modifying the stock newsfeed module :D
  • Certain Modules Making Screen Blank

    help module calendar newsfeed config
    17
    0 Votes
    17 Posts
    11k Views
    cowboysdudeC
    @efk4 Glad you got it working. I’m thinking something didn’t take when you installed it the first time :)
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    15 Views
  • Help... I need help installing 3rd party modules to Magic Mirror 2

    26
    0 Votes
    26 Posts
    21k Views
    Mykle1M
    @joeytuck said in Help... I need help installing 3rd party modules to Magic Mirror 2: I found a pws nearby and everything is working great now. Thanks for the help!! You’re welcome. :thumbsup:
  • Cannot display 2 sets of weather using MMM-WunderGround

    3
    0 Votes
    3 Posts
    2k Views
    J
    Thank you for the link, i’ll post on there so the information is relativity kept in one place
  • No sound over USB-Soundcard

    1
    0 Votes
    1 Posts
    936 Views
    B
    Hello, I can no hear sound over the usb-card, only over hdmi. But when I start speakertest I can hear the white noise. I have test a few things what google say, but nothing works.
  • MMM-Alexa don't work :/

    2
    0 Votes
    2 Posts
    3k Views
    romainR
    @theusu5k MMM-AlexaPi is module that show what https://github.com/alexa-pi/AlexaPi is sending to it so you need to install this as well. As for MMM-alexa, it need to be activated either by receiving the right notification or by using a button. I’m not sure on which pins the button should go though