A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Calendar Module: Multiple Icons.

    21
    0 Votes
    21 Posts
    13k Views
    Mykle1M
    @strawberry-3.141 Ok, thank you
  • Default News app display

    2
    0 Votes
    2 Posts
    3k Views
    slametpsS
    @Preve currently is not supported yet. You can ask a feature request for this one.
  • Module Error JSON-stable-stringify not found

    1
    1
    0 Votes
    1 Posts
    926 Views
    T
    Hi guys, i just installed magic mirror on my raspberry pi 1 b and the server only function was initially working fine, however after enabling the neccessary configuration file i was met witht the error when trying to load both the alert and clock modules saying the module json-stable-stringify is not found. could any body try and help me out with as to what i need to do to fix this? thanks in advance. [image: 1489696123430-capture.png]
  • Modules won't appear when I insert MMM-Facial-Recognition module

    7
    1
    0 Votes
    7 Posts
    4k Views
    yawnsY
    @HC Why are you opening the html file? You should start magicmirror with node serveronly and direct your browser to http://localhost:8080 or you should run npm start which will launch the browser on its own
  • 0 Votes
    2 Posts
    1k Views
    Mykle1M
    @amanzimdwini said in Installation script throws warnings (that I can ignore, so this is just an FYI): Not sure if anyone cares, but thought I’d point it out… I think that one is common to all. At least it was for me
  • Calendar Monthly

    6
    0 Votes
    6 Posts
    2k Views
    strawberry 3.141S
    @johnnyboy open a terminal then change directory with cd ~/MagicMirror/modules then type in ls -la
  • MMM-Traffic not hiding itself out of hours

    2
    0 Votes
    2 Posts
    2k Views
    I
    Install MMM-ModuleScheduler : https://github.com/ianperrin/MMM-ModuleScheduler and put this text in your Config.JS : { module: ‘MMM-ModuleScheduler’, config: { // SHOW MODULES WITH THE CLASS ‘daytime_scheduler’ AT 05:00 AND HIDE AT 08:00 EVERY DAY global_schedule: {from: ‘0 5 * * *’, to: ‘0 8 * * *’, groupClass: ‘MMM-Traffic’}, } },
  • problem with MMM-Instagram

    1
    0 Votes
    1 Posts
    1k Views
    R
    Hi, after a restart of MM the modul MMM-Instagram is not displaying. In remote control i get this message: This module was hidden by another module, it can not be shown. I choose : Do it anyway. Its working. When changing the profile always the same. How can I find the responsible module or what is the reason for the problem. Here my config: /* Magic Mirror Config Sample * * By Michael Teeuw http://michaelteeuw.nl * MIT Licensed. */ var config = { "port": 8080, "language": "de", "timeFormat": 24, "units": "metric", "modules": [ { "module": "alert" }, { "module": "MMM-SystemStats", "header": "System Status", "position": "top_left", "config": { "updateInterval": 10000, "animationSpeed": 0, "align": "left" }, "classes": "default everyone" }, { "module": "MMM-ProfileSwitcher", "title": false, "config": { "useLockStrings": true, ignoreModules: ["alert", "updatenotification", "MMM-Instagram"], "title": false, enterMessages: { "Ralf Dana": "Wie geht's, %profile%?", "Dana": "Hallo mein xxxx" }, leaveMessages: false, timers: { // When Ralf is selected swap to Dana after 30 seconds "Ralf": { profile: "Dana", time: 30 * 1000 } } } }, { "module": "MMM-DHT22", "header": "Außen", "position": "top_left", "config": { "sensorPIN": 23, "updateInterval": 0.5 }, "classes": "default everyone" }, { "module": "MMM-TouchNavigation", "position": "bottom_left", "config": { picturePlacement: "right", minWidth: "40px", direction: "row", "buttons": { "Ralf": { img: "http://xxxx.jpg", "width": "60", height: "60" }, "Dana": { img: "http://xxxx.jpg", "width": "60", height: "60" } } }, "classes": "default everyone" }, { "module": "MMM-newsfeedtouch", "position": "bottom_bar", "config": { "feeds": [ { "title": "n-tv", "url": "http://www.n-tv.de/rss" }, { "title": "Polizei DD", "url": "https://www.polizei.sachsen.de/de/presse_rss_pdd.xml" }, { "title": "SZ", "url": "http://www.sz-online.de/Sachsen.rss" } ] }, "classes": "default everyone" }, { "module": "MMM-TouchPlayerBasic", "position": "bottom_center", "config": { "stations": [ "RD dresden", "HR hitradio", "MDR jumpradio", "PSR psr", "RSA rsa", "ARD ard" ] }, "classes": "default everyone" }, { "module": "MMM-PIR-Sensor", "config": {} }, { "module": "MMM-Podcast", "config": {}, "classes": "default everyone" }, { "module": "MMM-Admin-Interface" }, { "module": "MMM-dht22", "position": "top_left", "config": { "header": "Küche", "tempUnit": "celsius", "dht22gpio": 22, "dht22util": "sudo /home/pi/bin/dht22", "updateInterval": 10000, "animationSpeed": 0 }, "classes": "default everyone" }, { "module": "MMM-Remote-Control" }, { "module": "MMM-Instagram", "position": "top_center", "config": { "access_token": "xxxx", "count": 500, "min_timestamp": 0, "animationSpeed": 2500, "updateInterval": 60000 }, "classes": "default everyone" }, { "module": "updatenotification", "position": "top_left", "config": {}, "classes": "default everyone" }, { "module": "clock", "position": "top_left", "classes": "default everyone" }, { "module": "calendar", "header": "Termine", "position": "top_left", "config": { "calendars": [ { "symbol": "female", "url": "https://xxxx.ics" }, { "symbol": "male", "url": "https://xxxx.ics" } ] }, "classes": "default everyone" }, { "module": "currentweather", "header": "Wetter aktuell", "position": "top_right", "config": { "location": "Dresden", "locationID": "", "appid": "xxxx" }, "classes": "default everyone" }, { "module": "weatherforecast", "header": "Wetter Vorschau", "position": "top_right", "config": { "location": "Dresden", "locationID": "", "appid": "xxxx" }, "classes": "default everyone" }, { "module": "MMM-Wunderlist", "header": "todo Liste", "position": "top_right", "config": { "accessToken": "xxxx", "clientID": "xxxx", "lists": [ "TODO" ], "order": "normal", "maximumEntries": 5, "interval": "10" }, "classes": "default everyone" }, { "module": "MMM-DVB", "position": "top_right", "config": { "stopName": "xxxx" }, "classes": "default everyone" }, { "module": "MMM-DWD-WarnWeather", "header": "Wetterwarnungen", "position": "top_right", "config": { "region": "Stadt Dresden", "changeColor": true, "interval": 600000, "loadingText": "Warnungen werden geladen...", "noWarningText": "Keine Wetterwarnungen" }, "classes": "default everyone" } ], "ipWhitelist": [ "127.0.0.1", "xxxx", "::ffff:xxxx", "::1" ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== 'undefined') {module.exports = config;} Thank you for any help. Ralf
  • Overlapping modules

    3
    1
    0 Votes
    3 Posts
    3k Views
    strawberry 3.141S
    @zack949 if you dont depend on having the module at exact this spot, probably it would fit into position lower_third. you could also set a fixed width to the compliments module in custom.css .compliments { width: 300px; }
  • camera module help request. Get the picture? ;-)

    5
    0 Votes
    5 Posts
    2k Views
    Mykle1M
    @fischi87 said in camera module help request. Get the picture? ;-): work this module also with the rip cam (spi) an Rpi cam? It might, although this module states usb cams. You should post your own question in Troubleshooting and someone will answer you. They might not see your question in here. You could try it with your rPi cam and see if it works
  • Recharge all the modules if somebody recharge the webpage

    1
    0 Votes
    1 Posts
    911 Views
    T
    Why are all the modules load again if i recharge the webpage from my pc?
  • VNC Window Size?

    2
    0 Votes
    2 Posts
    1k Views
    A
    Never mind, I found the answer. If anyone is searching for this in the future, in /boot/config.txt, set hdmi_force_hotplug=1 hdmi_group=2 hdmi_mode=82 More info: https://www.raspberrypi.org/forums/viewtopic.php?f=91&t=19600
  • socket.io missing!

    2
    0 Votes
    2 Posts
    1k Views
    A
    i launched by Chromium and the console says Filed to load resource : file:///socket.io/socket.io.js do you have any idea that I can download socket.io.js manually? thanks for helping me !!
  • email module black screen

    neig
    10
    0 Votes
    10 Posts
    6k Views
    R
    @fischi87 said in email module black screen: i use the module Carousel and in this i didn’t change the module ‘email-mirror’ to ‘email’ because after installation the folders name is ‘email-mirror’ but u have to change this folder in /MagicMirror/modules to ‘email’ than it works. I apologize you had to figure this out the hard way, but the installation instructions clearly state this.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    26 Views
  • R3 - Jessie - Electron failed to install

    3
    0 Votes
    3 Posts
    2k Views
    kylelmartinK
    Same here, clean install on RPI3 with regular Raspbian Jessie.
  • Electron failure Rpi3 Jessie w/Pixel v. 4.4

    3
    0 Votes
    3 Posts
    2k Views
    A
    @artank look at the file config/config.js (which used to be the config.js.sample). Your weather might not be working because you did not enter your API key in it…
  • MMM-Facial-Recognition won't work

    3
    0 Votes
    3 Posts
    2k Views
    A
    @Jopyth tnx!! I manged to fix it! Thanks alot :-) but I want it to be working face recognition regardless of typing ‘npm start’ everytime. Do you have some ideas??
  • myModule/public folder not working

    3
    0 Votes
    3 Posts
    2k Views
    M
    The full path of the location is /home/pi/MagicMirror/modules/myModule/public/myFile.htm According to the documentation this file should be reachable from http://localhost:8080/myModule/myFile.htm but this doesnt work. After tried several different combinations i’ve found that this one works. http://localhost.8080/modules/myModule/public/myFile.htm Have i misread the documentation or is that an error?
  • This topic is deleted!

    4
    0 Votes
    4 Posts
    63 Views