A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Calendar text alignment other than module alignment?

    3
    0 Votes
    3 Posts
    373 Views
    D

    @hango Thanks! Works like a charm.

  • MMM-Buienalarm

    10
    1 Votes
    10 Posts
    1k Views
    S

    @tinus playwrite is for mm testing.

    but you used the wrong command

    in the module folder do

    npm install request --save

    all the other stuff is things u can’t do anything about ( and we can’t suppress the messages)

    to redo the mm npm insta with developer tools do

    npm install --only=prod

    in the MagicMirror folder

  • MMM-PersonalConfig: Persist personal config to GitHub

    4
    1 Votes
    4 Posts
    536 Views
    S

    @cfenner no, not at this time

  • New weather module (weather forecast)

    1
    2 Votes
    1 Posts
    669 Views
    O

    I changed the default weatherforecast to weather like described in the official docu. It didnt load the forecast.
    What can i change?

    5984459f-35e9-4a68-8114-d77ccc056f5a-image.png

    My config.js:

    { module: 'weather', position: 'top_right', header: 'Wetter Vorhersage für', config: { type: 'forecast', location: 'Bramfeld, Hamburg', locationID: '2945498', appid: '9401ca284xxxxxxxx48a208ac' } },

    This seems to be the error:

    0|MagicMir | [13.01.2022 13:42.39.124] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? 0|MagicMir | [13.01.2022 13:42.39.124] [ERROR] If you think this really is an is sue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/iss ues 0|MagicMir | [13.01.2022 13:42.39.128] [ERROR] Whoops! There was an uncaught exc eption... 0|MagicMir | [13.01.2022 13:42.39.129] [ERROR] TypeError: Cannot read properties of undefined (reading 'type') 0|MagicMir | at Timeout.fetchStandings [as _onTimeout] (/home/pi/MagicMirror /modules/MMM-Formula1/node_helper.js:48:57) 0|MagicMir | at listOnTimeout (node:internal/timers:557:17) 0|MagicMir | at processTimers (node:internal/timers:500:7) 0|MagicMir | [13.01.2022 13:42.39.129] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? 0|MagicMir | [13.01.2022 13:42.39.130] [ERROR] If you think this really is an is sue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/iss ues 0|MagicMir | [1293:0113/134506.677270:ERROR:command_buffer_proxy_impl.cc(292)] G PU state invalid after WaitForTokenInRange. 0|MagicMir | [940:0113/134507.415223:ERROR:gpu_process_host.cc(968)] GPU process exited unexpectedly: exit_code=139 0|MagicMir | [1293:0113/135506.957531:ERROR:command_buffer_proxy_impl.cc(292)] G PU state invalid after WaitForTokenInRange. 0|MagicMir | [940:0113/135507.713471:ERROR:gpu_process_host.cc(968)] GPU process exited unexpectedly: exit_code=139 0|MagicMir | [1293:0113/140025.310512:ERROR:command_buffer_proxy_impl.cc(292)] G PU state invalid after WaitForTokenInRange. 0|MagicMir | [940:0113/140028.204170:ERROR:gpu_process_host.cc(968)] GPU process exited unexpectedly: exit_code=139
  • MMM-VigiCrues

    14
    3 Votes
    14 Posts
    3k 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
    770 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
    6k 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
    678 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
    586 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
  • Module load control via Face-Reco

    4
    0 Votes
    4 Posts
    404 Views
    S

    @mm1964 no idea on that.

  • MMM-WindyV2

    1
    0 Votes
    1 Posts
    394 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
    410 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

  • MMM-EnergyMonitor - Visualize your produced and consumed (solar-) energy

    1
    1 Votes
    1 Posts
    446 Views
    BehB

    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

    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
    327 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
    2k 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
    229 Views
    C

    Hello,

    A problem with this module since today ? no informations

  • MMM-WifiPassword shows incomplete QR code

    3
    0 Votes
    3 Posts
    619 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
    715 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