A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Windows 8.1. black screen.

    3
    0 Votes
    3 Posts
    981 Views
    K
    @sdetweil Damn. How did I miss that. I remember seeing that somewhere. Okay, that makes it total sense actually. Thank you
  • Electron Browser outdated?

    25
    2
    0 Votes
    25 Posts
    9k Views
    karsten13K
    there is already a pull request which includes the update to 11.3.0, should be merged within the next days into develop
  • Send display status to MQTT

    1
    0 Votes
    1 Posts
    290 Views
    D
    Hi all, Not sure if this is the right category to post this, so forgive me if I’m wrong. Basically, what I am trying to do is create a Python script to regularly check the outcome of “vcgencmd display_power” and send this status via MQTT. This might allow me to sync the switch status on Home Assistent and Node Red. Using copy-paste, I have a start of a script, but it keeps giving error on the stdout variable. Could one of you please check? #!/bin/bash #!/usr/bin/env python3 import paho.mqtt.client as mqtt import subprocess # This is the Subscriber def on_connect(client, userdata, flags, rc): print("Connected with result code "+str(rc)) client.subscribe("thuis/woonkamer/scherm") output = subprocess.check_output(['vcgencmd display_power'], stdout=subprocess.PIPE) if stdout() == 'display_power 0': client.publish(topic, msg) client = mqtt.Client() client.connect("192.168.2.150",1883,60) #client.on_connect = on_connect #client.on_message = on_message client.loop_forever()
  • Problem with electron

    2
    0 Votes
    2 Posts
    374 Views
    S
    @ex0hanz its not incompatible with. ive run that same combo without problem can u look at node_modules/.bin and see whats there. how did u install, git clone & npm install? or my automated script? if u do cd ~/MagicMirror npm start does mm run? is the user issuing pm2 resurect the same that did the pm2 save? and NOT root or sudo
  • Default currentweather and weatherforecast not displaying

    8
    0 Votes
    8 Posts
    2k Views
    JerryPJ
    @brendan_c23 The only thin I can think off is that the API is not working or correct config. If you run the Develop en see the log. shift + Control + I And than look for the faults
  • Problem with the positioning of the mirror modules. Cut from the top

    4
    1
    0 Votes
    4 Posts
    1k Views
    BKeyportB
    @majdzik84 Let’s invoke the CSS gods around here… Hey, @cowboysdude ? You got advice? @alberttwong if you’re still around, can you help?
  • MagicMirror won't auto start

    2
    0 Votes
    2 Posts
    310 Views
    S
    @mobious this happens sometimes, run the fixuppm2 script from here https://github.com/sdetweil/MagicMirror_scripts
  • Problems with calender and Nextcloud

    Unsolved
    44
    0 Votes
    44 Posts
    23k Views
    J
    Ok, I realise it’s been a while but, for the sake of other who might hit this problem (or one like it), us Nextcloud users are generally using it because we’re security-conscious and like to keep our data private. If you’re like me, you might have enabled 2FA which means if you enter your ‘usual’ password in your config file, you can’t then enter your second authentication method. If this is the case, you’ll need to create a ‘one-time’ password in Nextcloud and use this instead of your ‘normal’ password. Get one by going to Nextcloud settings, Security and scroll to bottom. Hit ‘Create new app password’ and copy to the URL in the config.
  • found 2 vulnerabilities

    4
    0 Votes
    4 Posts
    867 Views
    BKeyportB
    @noone Sam’s the author of the autoinstall. Don’t know if I’d trust him or not… he looks kinda shifty… JUST KIDDING!
  • My Calendar Woes

    8
    0 Votes
    8 Posts
    1k Views
    S
    @sachin wonder why just for you… maybe cause your cal doesnt use tz strings just offsets
  • Some issues with 2 modules

    9
    0 Votes
    9 Posts
    2k Views
    AssassinsA
    @techjak7000 Jeg opgav den, da jeg prøvede mange forskellige ting, det er meget få videoer den kan vise, og syntes den har svært ved at høre 100% hvad man siger, så pluslig kom den med madopskrifter. osv.
  • Module not displaying when last in list

    9
    0 Votes
    9 Posts
    1k Views
    sbuttS
    @sdetweil I stripped all the tabs, and replaced with spaces. In vi :%s/\t/ /g So, I think vim fixed the problem for me. OTOH, I think vi caused the problem in the first place by putting tabs in instead of spaces (or the way I have vi configured). So, that’s one to be aware of I think!?
  • MMM calendarext2 stopped showing iCal

    3
    0 Votes
    3 Posts
    636 Views
    T
    @wenike I don’t have a user name or password in th config it is a shared link for the calendar. When I remove the iCal my other calendars appear.
  • hello lucy

    12
    0 Votes
    12 Posts
    2k Views
    D
    @mykle1 Yes below is my config { disabled: false, module: "Hello-Lucy", position: "top_center", config: { keyword: 'HELLO LUCY', // keyword to activate listening for a command/sentence timeout: 15, // timeout listening for a command/sentence standByMethod: 'DPMS', // 'DPMS' = anything else than RPi or 'PI' microphone: "2,0", // run "arecord -l" card # and device # mine is "0,0" sounds: ["1.mp3", "11.mp3"], // welcome sound at startup. Add several for a random greetings confirmationSound: "ding.mp3", // name and extension of sound file startHideAll: true, // All modules start as hidden EXCEPT PAGE ONE //*** Page One is your default startup page *** This overrides startHideAll: true, pageOneModules: ["Hello-Lucy","MMM-EasyPix"], // default modules to show on page one/startup //pageTwoModules: ["Hello-Lucy", "MMM-BMW-DS", "MMM-EventHorizon"], // modules to show on page two //pageThreeModules: ["Hello-Lucy", "MMM-Lunartic"], // modules to show on page three //pageFourModules: ["Hello-Lucy", "MMM-PC-Stats"], // modules to show on page four //pageFiveModules: ["Hello-Lucy", "MMM-Searchlight"], // modules to show on page five //pageSixModules: ["Hello-Lucy", "MMM-NOAA3"], // modules to show on page six //pageSevenModules: ["Hello-Lucy", "MMM-Recipe"], // modules to show on page seven //pageEightModules: ["Hello-Lucy", "MMM-rfacts"], // modules to show on page eight //pageNineModules: ["Hello-Lucy", "MMM-History"], // modules to show on page nine //pageTenModules: ["Hello-Lucy", "MMM-HardwareMonitor"] // modules to show on page ten } },
  • Fixsandbox script not working, unable to run as root

    electron gpio pm2 root
    4
    0 Votes
    4 Posts
    2k Views
    S
    my script turns off the need to run in sudo mode we should never run mm in sudo, or install w sudo
  • Black screen after starting

    4
    0 Votes
    4 Posts
    863 Views
    BKeyportB
    @gotchabeats Sounds like your SD card went. Get a new one.
  • voice module help

    5
    0 Votes
    5 Posts
    583 Views
    D
    @sdetweil pi@raspberrypi:~ $ cd MagicMirror/ pi@raspberrypi:~/MagicMirror $ npm run config:check magicmirror@2.14.0 config:check node js/check_config.js [20.02.2021 14:41.49.393] [INFO] Checking file… /home/pi/MagicMirror/config/config.js [20.02.2021 14:41.49.487] [INFO] Your configuration file doesn’t contain syntax errors :) pi@raspberrypi:~/MagicMirror $
  • 0 Votes
    10 Posts
    2k Views
    S
    @j-lewis You are welcome
  • The MMM-Tools V2 doesn’t work

    9
    0 Votes
    9 Posts
    2k Views
    S
    @peterpang glad you found it!..
  • Module not in the Magic Mirror Module Folder

    6
    0 Votes
    6 Posts
    1k Views
    B
    @sdetweil Thanks! Will do