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

    14
    3 Votes
    14 Posts
    6k Views
    S
    Its interesting info about MMM-VigiCrues. I also want to know about. Regards: isabella
  • MMM-CalendarExtTimeline - Display timeline table.

    3
    2 Votes
    3 Posts
    3k Views
    D
    How did you configure the weekly view in the bottom half of this screen? I’m trying to to what you have in the photo but in reverse order (weekly view at the top, daily/timeline view at the bottom). I can get the timeline view but I’m struggling to get the weekly view as clean as you have it here.
  • MMM-Jeedom Display presence on same line

    6
    0 Votes
    6 Posts
    2k Views
    E
    @selyjohns Oui une idée mais à la c… j’essayerais d’indexer le tout : Voici ton code modifié : { module: 'MMM-Jeedom', header: 'Informations Maison', position: "bottom_right", config: { updateInterval: 3000, jeedomAPIKey: "XXX", jeedomURL: "X.X.X.X", jeedomPORT: 80, jeedomHTTPS: false, jeedomAPIPath: "/core/api/jeeApi.php", sensors: [ { idx: "473", symbolon1: "fa fa-user-check", symboloff1: "fa fa-user-times", customTitle1: "Josselyn", boolean1: true, sameLine1 : true, }, { idx: "481", symbolon2: "fa fa-user-check", symboloff2: "fa fa-user-times", customTitle2: "Stéphanie", boolean2: true, sameLine2 : true, }, { idx:"1183", sameLine1: true, unit : "°C", }, { idx:"1184", customTitle: "Salon", symbol: "fa fa-thermometer-half", sameLine2: true, unit : "%", }, Et voici mon bout de code pour exemple : sensors: [ { idx: "778", //customTitle: "Trajet 1 : ", sameLine1: true, unit : "min.", }, { idx: "777", customTitle: "Trajet 1 : ", sameLine2: true, }, { idx: "780", //customTitle: "Trajet 2 : ", sameLine1: true, unit : "min.", }, { idx: "779", customTitle: "Trajet 2 : ", sameLine2: true, },
  • [MMM-MieleAtHome] - Show the status of your Miele@Home Devices

    31
    1 Votes
    31 Posts
    17k Views
    O
    @vidibi Hi, noch ne Frage- gibts auch irgendeine Möglichkeit (custom-css etc.) die Überschrift linksbündig zu machen? Ok, found it: .MMM-MieleAtHome header { text-align: left }
  • Dumbest question of the week Calendar Module

    7
    0 Votes
    7 Posts
    1k Views
    BKeyportB
    @n6ng sudo raspi-config will give ya the options to enable SSH - on the PC, use termius or putty. As for further PC control, you could look into samba - follow the instructions here for samba, they’re brilliant, even though it claims it’s for MacOS, it works for Windows too. Edit: Forgot the link: https://kremalicious.com/raspberry-pi-file-and-screen-sharing-macos-ios
  • MMM-Webview

    1
    0 Votes
    1 Posts
    793 Views
    JohanbaJ
    Is it possible to run multiple instances of Webview I have MMM Pages installed Page 3 = my Solar web page and I want to add my tracking device webpage on Page 4 Is there a trick to do this
  • MMM-SolarEdge not running

    2
    0 Votes
    2 Posts
    683 Views
    karsten13K
    @digied https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later
  • Module load control via Face-Reco

    4
    0 Votes
    4 Posts
    856 Views
    S
    @mm1964 no idea on that.
  • MMM-WindyV2

    1
    0 Votes
    1 Posts
    583 Views
    B
    Re: MMM-Windy multiple layers MMM-WindyV2 Is this still working? I’ve installed the module, pulled an API key from Windy, but it doesn’t function on my magic mirror. Any help or direction would be greatly appreciated! Thanks.
  • MMM-RING Recommended Pi

    2
    0 Votes
    2 Posts
    575 Views
    B
    @black-patina I checked the logs… looks like there is an issue but not sure what’s wrong… 0|mmstart | [07.12.2021 20:06.15.750] [ERROR] (node:520) ExperimentalWarning: R eadable[Symbol.asyncIterator] is an experimental feature. This feature could cha nge at any time 0|mmstart | [07.12.2021 20:06.24.291] [ERROR] (node:520) UnhandledPromiseReject ionWarning: HTTPError: Response code 500 (Internal Server Error) 0|mmstart | at Request.request.once (/home/pi/MagicMirror/modules/MMM-Ring/ node_modules/got/dist/source/as-promise/index.js:117:42) 0|mmstart | at process._tickCallback (internal/process/next_tick.js:68:7) 0|mmstart | [07.12.2021 20:06.24.299] [ERROR] (node:520) UnhandledPromiseReject ionWarning: Unhandled promise rejection. This error originated either by throwin g inside of an async function without a catch block, or by rejecting a promise w hich was not handled with .catch(). (rejection id: 1) Anyone got an idea what’s wrong? Please help
  • 1 Votes
    1 Posts
    1k Views
    B
    I created a module that visualizes produced, stored and consumed energy in your house in a minimalistic way. It is meant to be used when you have a solar plant and an energy storage system (optional) installed. Github Repo https://github.com/deg0nz/MMM-EnergyMonitor Screenshot [image: 1637705436628-screenshot-2021-11-23-at-19.24.02.png] How it works The module relies on other modules that provide data for it. It gets data updates via notifications from these “data source” modules. Depending in which direction the power flows, the arrows change and current values are updated. I developed MMM-VartaESS for Varta Energy Storage Systems and MMM-Fronius2 for Fronius power converters as companion modules for this to provide the necessary data. The README in the GitHub repo explains, how to send data updates.
  • MMM-StatusPageIo

    1
    1 Votes
    1 Posts
    444 Views
    S
    I created a module that uses your statuspage.io’s public API to retrieve status data for display in MagicMirror. I still have some work to do, mostly in cleaning up the display and adding some potential options, but it’s a good start. For documentation and instructions, see https://github.com/spyder007/MMM-StatusPageIo
  • MMM-Coinbase

    7
    1 Votes
    7 Posts
    3k Views
    A
    Hey, My Tokens and the right Amount are displayed, but somehow not how much it is actually worth. Any Ideas?
  • MMM-CoinRanking

    1
    0 Votes
    1 Posts
    402 Views
    C
    Hello, A problem with this module since today ? no informations
  • MMM-WifiPassword shows incomplete QR code

    3
    0 Votes
    3 Posts
    1k Views
    J
    @sdetweil - you are right, changed position and now it shows the QR code correctly.
  • updatenotification seems not to work

    9
    0 Votes
    9 Posts
    2k Views
    S
    @bdream said in updatenotification seems not to work: I’m back to start now and search a module working with PIR to shut monitor off and on. see how he does it in his screen module and copy those commands to some other pir module… https://forum.magicmirror.builders/topic/15288/face-recognizes-display-on-off/7?_=1635974008253
  • MMM-Volume

    11
    4 Votes
    11 Posts
    6k Views
    J
    @A Former User said in MMM-Volume: amixer sget nevermind, i got it working on MagicMirror :) with Raspberry Pi 3B
  • no integration of google family calendar and MM

    11
    0 Votes
    11 Posts
    5k Views
    R
    Try using https://github.com/randomBrainstormer/MMM-GoogleCalendar for your family calendar. I added it to the modules list just now.
  • Monthly Calendar

    43
    3 Votes
    43 Posts
    58k Views
    J
    @bkeyport Great!
  • 6 Votes
    65 Posts
    59k Views
    S
    @costascontis best to ask in an issue for the module on github