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

    2
    0 Votes
    2 Posts
    518 Views
    S
    @feleb i have a covid charting module https://github.com/sdetweil/MyCovid19
  • Videofeed by tuya(smarlife) doorbell

    2
    2 Votes
    2 Posts
    2k Views
    edwardssjE
    @tommy1974 said in Videofeed by tuya(smarlife) doorbell: Is there a module like MMM-Ring for the doorbell by Tuya or smartlife? When someone ring your bell the videofeed pops up in the MagicMiror? Kind regards Tom I would like this as well
  • 0 Votes
    2 Posts
    304 Views
    C
    pi@raspberrypi:~ $ cd MagicMirror pi@raspberrypi:~/MagicMirror $ npm start magicmirror@2.14.0 start /home/pi/MagicMirror DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js [07.02.2021 20:13.42.795] [LOG] Starting MagicMirror: v2.14.0 [07.02.2021 20:13.42.801] [LOG] Loading config … [07.02.2021 20:13.42.807] [LOG] Loading module helpers … [07.02.2021 20:13.42.809] [LOG] No helper found for module: alert. [07.02.2021 20:13.42.933] [LOG] Initializing new module helper … [07.02.2021 20:13.42.934] [LOG] Module helper loaded: updatenotification [07.02.2021 20:13.42.935] [LOG] No helper found for module: clock. [07.02.2021 20:13.43.343] [LOG] Initializing new module helper … [07.02.2021 20:13.43.344] [LOG] Module helper loaded: calendar [07.02.2021 20:13.45.069] [LOG] Initializing new module helper … [07.02.2021 20:13.45.070] [LOG] Module helper loaded: MMM-GoogleAssistant [07.02.2021 20:13.45.198] [LOG] Initializing new module helper … [07.02.2021 20:13.45.199] [LOG] Module helper loaded: MMM-Snowboy [07.02.2021 20:13.45.200] [LOG] No helper found for module: compliments. [07.02.2021 20:13.45.201] [LOG] No helper found for module: currentweather. [07.02.2021 20:13.45.202] [LOG] No helper found for module: weatherforecast. [07.02.2021 20:13.45.203] [LOG] No helper found for module: MMM-NowPlayingOnSpotify. [07.02.2021 20:13.45.203] [LOG] No helper found for module: MMM-AirQuality. [07.02.2021 20:13.45.225] [LOG] Initializing new module helper … [07.02.2021 20:13.45.226] [LOG] Module helper loaded: newsfeed [07.02.2021 20:13.45.226] [LOG] All module helpers loaded. [07.02.2021 20:13.45.323] [LOG] Starting server on port 8080 … [07.02.2021 20:13.45.335] [LOG] Server started … [07.02.2021 20:13.45.336] [LOG] Connecting socket for: updatenotification [07.02.2021 20:13.45.337] [LOG] Connecting socket for: calendar [07.02.2021 20:13.45.339] [LOG] Starting node helper for: calendar [07.02.2021 20:13.45.340] [LOG] Connecting socket for: MMM-GoogleAssistant [07.02.2021 20:13.45.341] [LOG] Connecting socket for: MMM-Snowboy [07.02.2021 20:13.45.341] [LOG] [SNOWBOY] Starting… [07.02.2021 20:13.45.342] [LOG] Connecting socket for: newsfeed [07.02.2021 20:13.45.343] [LOG] Starting node helper for: newsfeed [07.02.2021 20:13.45.343] [LOG] Sockets connected & modules started … [07.02.2021 20:13.45.646] [LOG] Launching application. [07.02.2021 20:13.45.687] [WARN] (electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently “false”. It will change to be “true” in Electron 9. For more information please check https://github.com/electron/electron/issues/18397 [07.02.2021 20:13.47.908] [LOG] [SNOWBOY] Model selected: smart_mirror [07.02.2021 20:13.47.917] [LOG] Create new calendar fetcher for url: https://calendar.google.com/calendar/ical/coolkkmirror%40gmail.com/public/basic.ics - Interval: 300000 [07.02.2021 20:13.48.007] [LOG] [SNOWBOY] Model selected: smart_mirror [07.02.2021 20:13.48.012] [LOG] Create new news fetcher for url: https://timesofindia.indiatimes.com/rssfeeds/3942666.cms - Interval: 300000 [07.02.2021 20:13.48.067] [INFO] Checking git for module: MMM-GoogleAssistant [07.02.2021 20:13.48.071] [INFO] Checking git for module: MMM-Snowboy [07.02.2021 20:13.48.074] [LOG] [ASSISTANT] MMM-GoogleAssistant Version: 2.5.1 [07.02.2021 20:13.48.096] [LOG] [ASSISTANT] RECIPE_ERROR (with-MMM-Snowboy.js): Cannot find module ‘./recipes/with-MMM-Snowboy.js’ Require stack: /home/pi/MagicMirror/modules/MMM-GoogleAssistant/node_helper.js /home/pi/MagicMirror/js/app.js /home/pi/MagicMirror/js/electron.js /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js Error: Cannot find module ‘./recipes/with-MMM-Snowboy.js’ Require stack: /home/pi/MagicMirror/modules/MMM-GoogleAssistant/node_helper.js /home/pi/MagicMirror/js/app.js /home/pi/MagicMirror/js/electron.js /home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js at Module._resolveFilename (internal/modules/cjs/loader.js:798:15) at Function…/lib/common/reset-search-paths.ts.Module._resolveFilename (electron/js2c/browser_init.js:7718:16) at Function.Module._resolveFilename (/home/pi/MagicMirror/node_modules/module-alias/index.js:49:29) at Module._load (internal/modules/cjs/loader.js:691:27) at Function.Module._load (electron/js2c/asar.js:748:26) at Module.require (internal/modules/cjs/loader.js:853:19) at require (internal/modules/cjs/helpers.js:74:18) at Class.loadRecipes (/home/pi/MagicMirror/modules/MMM-GoogleAssistant/node_helper.js:1:4556) at Class.initialize (/home/pi/MagicMirror/modules/MMM-GoogleAssistant/node_helper.js:1:3673) at Class.socketNotificationReceived (/home/pi/MagicMirror/modules/MMM-GoogleAssistant/node_helper.js:1:714) { code: ‘MODULE_NOT_FOUND’, requireStack: [ ‘/home/pi/MagicMirror/modules/MMM-GoogleAssistant/node_helper.js’, ‘/home/pi/MagicMirror/js/app.js’, ‘/home/pi/MagicMirror/js/electron.js’, ‘/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.asar/main.js’, undefined ] } [07.02.2021 20:13.48.106] [LOG] [NPM] Initialized v0.9.91 [07.02.2021 20:13.48.279] [LOG] [ASSISTANT] Google Assistant is initialized. [07.02.2021 20:13.49.370] [INFO] Newsfeed-Fetcher: Broadcasting 20 items. [07.02.2021 20:13.49.661] [INFO] Calendar-Fetcher: Broadcasting 1 events. [07.02.2021 20:13.51.670] [LOG] Shutting down server… [07.02.2021 20:13.51.671] [LOG] Stopping module helper: updatenotification [07.02.2021 20:13.51.672] [LOG] Stopping module helper: calendar [07.02.2021 20:13.51.673] [LOG] Stopping module helper: MMM-GoogleAssistant [07.02.2021 20:13.51.674] [LOG] Stopping module helper: MMM-Snowboy [07.02.2021 20:13.51.675] [LOG]
  • komoot

    2
    0 Votes
    2 Posts
    2k Views
    karsten13K
    @florianrd The komoot api is not public so I asked them to get a key. They answered that the api is only available for partners and provided a website for becoming a partner. So I sent another mail to the partner mail adress (2 weeks ago) and never got an answer …
  • I'm looking for more weather modules...

    4
    1
    0 Votes
    4 Posts
    1k Views
    KamiSchamiK
    @bravooscar ! [image: 1610526379340-img_20210113_092244-resized.jpg]
  • Fing module

    1
    0 Votes
    1 Posts
    321 Views
    M
    I noticed today in my Fing app, under Fingbox settings, that there is an option to enable ‘Local API’ and query the fingbox directly on your local network. Would hopefully enable a load of network discovery/protection stats.
  • Bosch SmartHome Eyes Camera / Amazon Fire TV

    3
    0 Votes
    3 Posts
    795 Views
    1
    @jalibu thank you. Meanwhile I’m thinking about installing a fire tablet next to the pi screen to stream the camera separately =D
  • Mercedes EV-car me.connet

    6
    0 Votes
    6 Posts
    2k Views
    A
    @cykelstyre You can check my Mercedes module at https://forum.magicmirror.builders/topic/14562/mmm-mercedesme.
  • motogp module. something similar F1 module

    1
    0 Votes
    1 Posts
    306 Views
    S
    motogp module. something similar F1 module
  • Pulse sensor and ir thermometer

    modules module sensor sensor magic mirror
    1
    0 Votes
    1 Posts
    547 Views
    C
    Hii. Please help me . I have a pulse sensor and ir thermometer modules . I want to integrate them in magicmirror interface like dht 11 and others. But i dont find their MMM-module . Have some body a solution?. Thank you.
  • Daily Japanese Kanji

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    N
    Just created v1 MMM-Kanji-Random that does this job. No stroke order yet. It’s a start!
  • Bluetooth output selection module - is there a module?

    1
    0 Votes
    1 Posts
    375 Views
    KamiSchamiK
    Hello, I stream internet radio and a media library is also running here. I listen to music sometimes through the music system and sometimes through headphones. Every time I have to set the receiver in rasbian and leave the surface of mm. Is there a module or a possibility to do it in the mirror? thanks
  • Module that displays AusPost parcel tracking, Using the AusPost API?

    1
    0 Votes
    1 Posts
    513 Views
    M
    Is it possible to create a module that will automatically track my AusPost parcels as it does on my phone app? I basically want to put what is on my phone app, on the mirror. Looking at AusPost’s website, you can get an API but you need a business account and looks like you need to pay for the API? also a company reference?? It’s weird. Does anyone know if it is possible to replicate the AusPost apps tracking feature using your login & password, but in a module to display on the mirror? Thanks.
  • How to update available for mmm-googleAssistant module

    1
    1
    0 Votes
    1 Posts
    560 Views
    C
    Hello, am new to this I have curiosity and it really interesting also am an RPA developer I saw the magic mirror on youtube after that steps into this I install all the modules in MMM-google assistance and MMM-google photo also and its working fine but ** the issues are am not using a mic I use Bluetooth headphone My question is this work and its appearance and it is not recognized y voice** and after that it does not appear then it shows in the top of the module update available for mmm-google assistant module how to update this one [image: 1611296720450-img_20210122_114838.jpg] I hope Someone gives a replay, am waiting for your replay. Thanks Chethan P
  • Weather forecast with transparent background

    1
    0 Votes
    1 Posts
    464 Views
    M
    Hello, I am looking for a 3-5 days weather forecast. It would be important for me that the weather icons have a transparent background, because my MM is a picture frame. I really like the icons from https://github.com/sathyarajv/MMM-OpenmapWeather. Unfortunately I haven’t found a forecast module that fits yet. At the moment I am using: https://github.com/jharttech/MMM-weatherforecast but maybe there is something else? Do you have an idea?
  • DHL Tracking with DHL Paket Account

    2
    1 Votes
    2 Posts
    792 Views
    M
    That would be very nice. It looks like DHL has an API. https://entwickler.dhl.de/
  • Which Module for tasks

    Unsolved
    8
    0 Votes
    8 Posts
    3k Views
    S
    If you need more functionality I can recommend Trello. It has a good integration module and is very customisable with their “if this than that”-AI called “butler”. Might be too much if you only want a couple of checkboxes, though.
  • Module for sense energy monitor

    1
    0 Votes
    1 Posts
    256 Views
    W
    Anyone have a module to get data from the sense energy monitor? I’m pretty bad at making my own stuff I’ve seen some api work for sense but curious if a MM module has been or could be created?
  • Sense

    4
    1 Votes
    4 Posts
    2k Views
    Mykle1M
    @whoisbill User @buzzkc hasn’t been on the forum since Aug 17
  • Video conferencing module

    1
    0 Votes
    1 Posts
    349 Views
    Tom_LabHIdouilleT
    Re: Video conferencing module (like Skype) Hi everyone, I’m looking for a video conferencing module, in order to allow communication with a smartphone user. My goal is to add an optionnal automatic answer (with face recognition ?) for those who don’t have the ability to answer themselve (Old people with spécific disease). It could be a solution to keep social interaction. If you have heard about smth like this, please feel free to contact me :) (And sorry for my English ) Thanks you all