A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Last time connected to Net

    5
    0 Votes
    5 Posts
    3k Views
    A
    @Mykle1 I did - I also run cron jobs to turn the monitor off & on (night & day). I just have “interesting” WiFi, so monitoring is not a bad idea. Guess I really should run a ping of the MM from somewhere else & send myself a txt if it goes down. I’ll putter around with IFTTT…
  • Module for video player

    module videoplayer mp4
    1
    1 Votes
    1 Posts
    2k Views
    L
    Hey hello, I have my magic mirror and I customize the mirror with some modules, but I want to install a video player in the middle, I think it will be awesome. My idea is to have some videos in one folder and then the module will read and play one each other without stop . I don’t know how to make modules, or program in JS, if someone could help me to understand just more it will be great. Thanks to all!
  • Advertising Magic Mirror

    2
    0 Votes
    2 Posts
    3k Views
    A
    I cannot find a module which does exactly what you want but maybe this module is a good way to start. https://github.com/PtrBld/MMM-Podcast I don’t know how it works exactly because I don’t get how the omxplayer shows up but you can try this out since it plays videos what you require. The range of a PIR sensor maybe is too wide. I expect it detects anyone as soon as he enters the room so the adverts disappear before someone can have a look on it. I have a HC-SR501 for my own mirror and it reacts relatively fast. I estimate a ultrasonic sensor is better for this task. I think of the HC-SR04 which just detects objects directly in front of it (max. distance ~ 3 meters). As long as no one stand in front of it, a mirror will be useless anyway. I hope I could helped you a little bit and could give you a push in the right direction. Edit: recently found this: https://forum.magicmirror.builders/topic/2094/youtube-embedded-youtube-on-your-magicmirror which may also help you.
  • DHT22 Sensor

    Unsolved
    16
    0 Votes
    16 Posts
    12k Views
    S
    Hi, i’m a totally beginner and the temperature/ humidity sensor is one of my first modules i want to install by myself. Here is the github link: https://github.com/bernardpletikosa/MMM-DHT-Sensor This were the first things i did: pi@raspberrypi:~ $ cd ~/MagicMirror/modules pi@raspberrypi:~/MagicMirror/modules $ git clone https://github.com/bernardpletikosa/MMM-DHT-Sensor.git Klone nach 'MMM-DHT-Sensor'... remote: Counting objects: 18, done. remote: Total 18 (delta 0), reused 0 (delta 0), pack-reused 18 Entpacke Objekte: 100% (18/18), Fertig. Prüfe Konnektivität... Fertig. pi@raspberrypi:~/MagicMirror/modules $ cd MMM-DHT-Sensor pi@raspberrypi:~/MagicMirror/modules/MMM-DHT-Sensor $ npm install But then there came these lines: npm WARN prefer global node-gyp@3.6.0 should be installed with -g > rpi-dht-sensor@0.1.1 install /home/pi/MagicMirror/modules/MMM-DHT-Sensor/node_modules/rpi-dht-sensor > node-gyp rebuild make: Entering directory '/home/pi/MagicMirror/modules/MMM-DHT-Sensor/node_modules/rpi-dht-sensor/build' CC(target) Release/obj.target/node_dht_sensor/src/bcm2835.o CXX(target) Release/obj.target/node_dht_sensor/src/node-dht-sensor.o SOLINK_MODULE(target) Release/obj.target/node_dht_sensor.node COPY Release/node_dht_sensor.node make: Leaving directory '/home/pi/MagicMirror/modules/MMM-DHT-Sensor/node_modules/rpi-dht-sensor/build' > Magic-Mirror-Module-DHT-Sensor@1.0.0 postinstall /home/pi/MagicMirror/modules/MMM-DHT-Sensor > electron-rebuild -e ../../node_modules/electron-prebuilt An unhandled error occurred inside electron-rebuild Unable to find electron-prebuilt's version number, either install it or specify an explicit version Error: Unable to find electron-prebuilt's version number, either install it or specify an explicit version at _callee$ (/home/pi/MagicMirror/modules/MMM-DHT-Sensor/node_modules/electron-rebuild/lib/cli.js:74:17) at tryCatch (/home/pi/MagicMirror/modules/MMM-DHT-Sensor/node_modules/babel-runtime/node_modules/regenerator-runtime/runtime.js:63:40) at GeneratorFunctionPrototype.invoke [as _invoke] (/home/pi/MagicMirror/modules/MMM-DHT-Sensor/node_modules/babel-runtime/node_modules/regenerator-runtime/runtime.js:337:22) at GeneratorFunctionPrototype.prototype.(anonymous function) [as next] (/home/pi/MagicMirror/modules/MMM-DHT-Sensor/node_modules/babel-runtime/node_modules/regenerator-runtime/runtime.js:96:21) at GeneratorFunctionPrototype.tryCatcher (/home/pi/MagicMirror/modules/MMM-DHT-Sensor/node_modules/bluebird/js/release/util.js:16:23) at PromiseSpawn._promiseFulfilled (/home/pi/MagicMirror/modules/MMM-DHT-Sensor/node_modules/bluebird/js/release/generators.js:97:49) at /home/pi/MagicMirror/modules/MMM-DHT-Sensor/node_modules/bluebird/js/release/generators.js:201:15 at Object. (/home/pi/MagicMirror/modules/MMM-DHT-Sensor/node_modules/electron-rebuild/lib/cli.js:197:4) at Module._compile (module.js:570:32) at Object.Module._extensions..js (module.js:579:10) at Module.load (module.js:487:32) at tryModuleLoad (module.js:446:12) at Function.Module._load (module.js:438:3) at Module.runMain (module.js:604:10) at run (bootstrap_node.js:394:7) at startup (bootstrap_node.js:149:9) npm WARN Magic-Mirror-Module-DHT-Sensor@1.0.0 No repository field. npm WARN Magic-Mirror-Module-DHT-Sensor@1.0.0 No license field. npm ERR! Linux 4.4.34-v7+ npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" npm ERR! node v6.10.0 npm ERR! npm v3.10.10 npm ERR! code ELIFECYCLE npm ERR! Magic-Mirror-Module-DHT-Sensor@1.0.0 postinstall: `electron-rebuild -e ../../node_modules/electron-prebuilt` npm ERR! Exit status 255 npm ERR! npm ERR! Failed at the Magic-Mirror-Module-DHT-Sensor@1.0.0 postinstall script 'electron-rebuild -e ../../node_modules/electron-prebuilt'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this is most likely a problem with the Magic-Mirror-Module-DHT-Sensor package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! electron-rebuild -e ../../node_modules/electron-prebuilt npm ERR! You can get information on how to open an issue for this project with: npm ERR! npm bugs Magic-Mirror-Module-DHT-Sensor npm ERR! Or if that isn't available, you can get their info via: npm ERR! npm owner ls Magic-Mirror-Module-DHT-Sensor npm ERR! There is likely additional logging output above. npm ERR! Please include the following file with any support request: npm ERR! /home/pi/MagicMirror/modules/MMM-DHT-Sensor/npm-debug.log The way i connected the dht11 sensor is shown in the following picture: [image: luftfeuchtigkeit_DHT11_Steckplatine.png] I dont know what i did wrong, can anyone help me please?
  • Samsung S Health

    Unsolved
    4
    0 Votes
    4 Posts
    3k Views
    slametpsS
    @Speedy-one the process is quite a long-steps. :)
  • Module for Remember the milk

    1
    0 Votes
    1 Posts
    1k Views
    W
    Hi all. Is it any one how feel up to build an module for this? It would be rely nice as it also got an Alexa skill to use with it :) Well here are the link to the site https://www.rememberthemilk.com/services/api/ I also found this on github https://github.com/michaelday/rtm-js If it can be of use to make the module. Hope any one that have the skills of making modules grab this and develop a nice module for us all.
  • Module to show local traffic information - UK

    8
    0 Votes
    8 Posts
    4k Views
    F
    Thanks for your help I found my 2 errors with the " and i didn’t activate javascript api map in google.
  • Module to reset some modules

    3
    0 Votes
    3 Posts
    2k Views
    strawberry 3.141S
    @theusu5k config option message_read_time https://github.com/mjtice/MMM-Pushbullet#configuration-options
  • Precipitation accumulation forecast

    2
    0 Votes
    2 Posts
    1k Views
    Mykle1M
    @FlatPepsi Check out WunderGround
  • Send Selfie to Flickr or Photobucket

    4
    0 Votes
    4 Posts
    3k Views
    Mykle1M
    @alexyak @morozgrafix Hi, I have camera installed (and dependencies) working on my MM. The only problem I have is that it doesn’t email the picture. I’m sure I’ve made a mistake somewhere. I was hoping you might help me. { module: 'camera', position: 'top_right', config: { selfieInterval: 3, // Time interval in seconds before the photo will be taken. emailConfig: { service: 'iCloud', // Email provider to use to send email with a photo. auth: { user: 'xxxxxxxx@icloud.com', // Your email account pass: 'xxxxxxxxxx' // Your password for email account } } } }, Does it use the same email account to send To: and From: ? If not, how/where do I tell the module the address to send the picture to? Also, can I change the size of the picture being taken from 640x480 to 320x240? Many thanks ahead of time. :thumbsup_tone1:
  • Change Magic Mirror page with a hand swipe

    2
    0 Votes
    2 Posts
    1k Views
    strawberry 3.141S
    @theusu5k you could set your pages as different profiles in the profileswitcher and modify a gesture module to send notifications to the profileswitcher
  • Caldav to calendar

    1
    0 Votes
    1 Posts
    1k Views
    P
    Hello, I own a synology NAS with Baikal (caldav - calendars ) installed on it. Is there some way ( module?) to get the ics records in the calendar. I am new to this all… Thanx! Poekel
  • TV Show Time

    18
    0 Votes
    18 Posts
    12k Views
    S
    I put together Sonarr and Radarr Activity Modules to show recent downloads, so it was pretty easy to copy the Sonarr one and have it look at the calendar endpoint instead of the activity endpoint. Enjoy! https://github.com/s-cotton/MMM-Sonarr-Calendar https://github.com/s-cotton/MMM-Sonarr-Activity
  • a module for lifx light strips

    1
    0 Votes
    1 Posts
    1k Views
    J
    im building a smart mirror and i tried to use the api of lifx without dealing with modules but this seems not to work… please halp
  • Netatmo welcome

    4
    0 Votes
    4 Posts
    2k Views
    strawberry 3.141S
    @Binog i don’t have any netatmo devices, i suggest to create issues on github when you get in trouble
  • Ok, so hear me out.

    touch help dual overlay
    1
    0 Votes
    1 Posts
    2k Views
    L
    I’m planning on making my sister a magic mirror as a house warming gift, and have been watching videos and reading through the forums to get an understanding of what’s involved. I was hoping give it touch screen but that seemed out of my budget. Then I realized I could use a small touch screen for simple stuff like volume, a keyboard, or to pause and play video, and use a 20" monitor for the main display. Is this something that has been done before? If so point me in that direction. If not, how hard would it be to do? I have no previous experience with Magic Mirror, Linux. or RPI. So if there is anything out there that is relatively simple, or even better, in a completed state, then awesome. If not, then I’ll go sans touch screen for the time being, until I get a better grasp of this whole process. Thanks in advance,
  • Magic Mirror With Amazon Alexa

    14
    1 Votes
    14 Posts
    27k Views
    B
    @lucallmon Hi, yes i’ve got everything working just fine now. As a matter of fact I haven’t got anything on GitHub just yet. Primarily because I haven’t gotten around to it yet. i want it to be a bit more “finished” before I do so. Furthermore, it’s more than just the one project. You’ve also got the debug hub, the adapted java client, the code on the amazon server, the custom skills, dynamodb table etc. It’s not a “next, next, finish” type of thing… But if you follow the steps on my blog closely you will come a long way. If you want to have a specific piece of code or something, just drop me a line, and i’ll send it to you. Also, currently, some of the code is broken because i’m experimenting with the camera right now. I’ll be posting some updates on that soon.
  • Display lastest pics from insta hashtag

    6
    0 Votes
    6 Posts
    3k Views
    ?
    @techcoderun unfortunately you can’t display Instagram in an iframe (they’ve blocked it) and unless you’re a registered and approved commercial app you cannot use their API to fetch public content. Only thing you can do is use the API to access your own content. See the MMM-Instagram module. Only thing I can think of to make this work is using an emulator to run the Instagram app locally and iframing that. More effort than it is worth haha.
  • Display JSON data from an api

    15
    0 Votes
    15 Posts
    11k Views
    L
    The big elephant in the room here is that Panic’s StatusBoard did this and is now dead. They discontinued their iPad app in November, and users from all over the world are looking for something to replace it with. MagicMirror is the perfect replacement, but it lacks the most popular module: The Graph Module. When the Graph Module in Statusboard is fed just one number, it displays the number with a name, instead of the graph. I think a good solution would be to base further MMM development based on the same JSON structure that has already been established in the StatusBoard community. Examples: { "graph": { "title" : "IKKE BEHANDLET", "total" : true, "datasequences" : [ { "title" : "Datasupport", "datapoints" : [ { "title" : "Antall", "value" : 3 } ] } ] } } This will in StatusBoard look like this: [image: 1488397036452-datasupport-ikkebehandlet.jpeg] If however, the same module is used, and pointed to this JSON-file: { "graph" : { "title" : "Prod-Redigering : antall saker opprettet", "total" : true, "datasequences" : [ { "title" : "Uke 29", "datapoints" : [ {"title" : "Mandag", "value" : 0 }, {"title" : "Tirsdag", "value" : 4 }, {"title" : "Onsdag", "value" : 0 }, {"title" : "Torsdag" , "value" : 3 }, {"title" : "Fredag", "value" : 2 } ] } ] } } That will produce this nice Column Graph: [image: 1488397215581-produke.jpeg] The whitepaper still exists here: https://library.panic.com/statusboard/graph_tutorial/ If someone needs motivation to look into this, please check the comments here: https://panic.com/blog/the-future-of-status-board/
  • TV-Programm or RSS with more than 1 Line

    1
    0 Votes
    1 Posts
    944 Views
    J
    Hi, i want to show the TV-Programm on my MM. A RSS-Modul with more than a oneliner would be enough. I there something like that? Thanks!