A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Change the way calendar presents day and time

    3
    1
    0 Votes
    3 Posts
    883 Views
    M
    @BKeyport Thanks for your suggestion! I now use the code below which results in what is shown in the image. Exactly what I wanted :-) [image: 1611045346404-mm.png] config: { fade: false, maximumEntries: 7, displaySymbol: false, timeFormat: 'absolute', dateFormat: 'ddd D MMM', fullDayEventDateFormat: 'dd DD-MM', urgency: 0, calendars: [
  • Display

    9
    0 Votes
    9 Posts
    2k Views
    A
    @Bolovai check @George post, you can have one power strip cable coming out of mirror and in that power string you can plug monitor and pi.
  • Reload when online

    7
    0 Votes
    7 Posts
    2k Views
    A
    @sdetweil I believe he have script to detect wifi/internet running on the same Pi, so he should be able to reload the mirror which is also running on same Pi.
  • Local .ics file access error

    7
    0 Votes
    7 Posts
    1k Views
    kaiK
    Thank you very much @ashishtank for sharing this! Good to know! :-)
  • MM Docker with MMM-Todoist & MMM-Admin-Interface

    6
    2
    0 Votes
    6 Posts
    1k Views
    I
    fixed by accident i put it under magic mirror > modules > default, moved it under magic mirror > modules now works
  • 0 Votes
    9 Posts
    2k Views
    MiguelDADM
    @Bugsounet said in Can I rotate the pages (MMM-Pages) with MMM-TelegramBot or MMM-RemoteControl?: { module: ‘MMM-TelegramBot’, position: ‘top_center’, config: { telegramAPIKey : ‘thisapkiokey’, allowedUser : [‘MiguelDAD’], // This is NOT the username of bot. customCommands: [ { command: “nextpage”, description: “Muestra la siguiente página”, callback: (command, handler, self) => { self.sendNotification(“PAGE_INCREMENT”) handler.reply(“TEXT”, “Okay… mostrando la siguiente página”) } } ] } }, Niceee, thanks so much <3
  • calendar module domain user

    1
    0 Votes
    1 Posts
    208 Views
    M
    Hi I’ve got error when i use domain user to fetech calendar [ERROR] Calendar Error. Could not fetch calendar: https://domainname.com/caldav/username@domainname/home?export 401: Unauthorized my config.js url: "https://domainname.com/caldav/username@domainname/home?export", auth: { user: 'domainname\username', pass: 'password', method: 'basic' } what’s the format for user, user and password are correct, when i open the link from example firefox and enter credentials in domainname\username format it works, It’s a bug or do i something wrong?
  • Problem with timezone

    2
    0 Votes
    2 Posts
    326 Views
    KamiSchamiK
    I read along and have the same problem.
  • [SOLVED] Displaying part of a website (Google Sheets Graph)

    3
    1
    0 Votes
    3 Posts
    2k Views
    S
    Hey Thomas, works perfectly! Thank you very much :) This expands the possibilities for my mirror sooo far. Stay creative, Simon
  • Smartmirror power supply and i2cDetect

    1
    0 Votes
    1 Posts
    240 Views
    C
    Hey, I built my first smartmirror and have two problems that may be related. First my setup RASPBERRY PI 3 Model B Raspberry Official Pi 3 Power Supply LG-Philips LP173WF1 (TL)(B2) 17,3" LED Display Screen (non-glossy) Full HD Hdmi Controller Ktec Universal AC DC Power Supply 12V 3A The Raspberry has its own power supply. It is connected to the Hdmi controller via HDMI cable. The Hdmi controller has its own power supply and is connected to the monitor. 1. Display Turns On/Off The mirror actually works fine, but the display turns on every now and then. In the console I get the output “The Voltage is low”. However, the Raspberry Pi never restarts, only the display turns on/off. Actually I assume that the power is sufficient. Can you give me some advice? Possibly the power supply is not enough. 2. Witty Pi Mini und i2cDetect I bought the Witty Pi Mini and installed it according to the instructions. I would like to start the Raspberry Pi in the morning and turn it off in the evening. I have built the controller on the Raspberry Pi. So the USB cable from the HDMI controller is connected to the PI. I can also start the mirror via the switch. However, nothing is detected with i2cdetect - 0 or 1. Code: Select all 0 1 2 3 4 5 6 7 8 9 a b c d e f 00: -- -- -- -- -- -- -- -- -- -- -- -- -- 10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- 70: -- -- -- -- -- -- -- -- Does anyone have any experience on these topics? I am quite a newbie and this is my first project (so don’t blame me)
  • Occasional white screen

    3
    0 Votes
    3 Posts
    469 Views
    M
    @ashishtank thank you
  • First time install

    npm npm issues
    9
    0 Votes
    9 Posts
    2k Views
    J
    @sdetweil thank you. I’ve got the mirror up and running… working on adding some modules now. Cheers
  • MMM-SoccerLiveScore pleas help

    Solved
    52
    0 Votes
    52 Posts
    20k Views
    0m4r0
    I have cloned and fixed a few issues to this module here: https://github.com/0m4r/MMM-SoccerLiveScore feel free to try it out!
  • Display Fahrenheit using DS18B20 and MQTT from remote Pi

    2
    0 Votes
    2 Posts
    433 Views
    H
    I did find it could be done when a template was available, something like this one for Home Assistant code_text ```climate: platform: mqtt name: "Master Bedroom" current_temperature_topic: "homeassistant/sensors/flair/puck/Master Bedroom-30f/Temperature" current_temperature_template: "{{(value * 9/5)+32}}" precision: 0.1
  • Can MMM-GoogleAssistant and MMM-awesome-alexa run together?

    8
    0 Votes
    8 Posts
    1k Views
    M
    I did literally nothing but remove any value from “micConfig:” section in MMM-GoogleAssistant. But now that you make me double check, I saw that this does not defaults the recorder to “sox”. It actually defaults to “arecord” again. Then actually, the working step is removing directive device: “plughw:0” It somehow prevents GA to try going directly “under” PulseAudio, and makes it use the PulseAusio ALSA plugin instead. Once both goes through PulseAudio, they can work together, as PulseAudio cam make multiple wave recorders work by default
  • Help with MMM-SleepWake

    11
    0 Votes
    11 Posts
    5k Views
    C
    @sdetweil said in Help with MMM-SleepWake: @chanster ok, my module doc gives u the new lines for motion.conf Yes, nothing wrong with your docs at all.
  • Google Calendar reading, "No upcoming events."

    11
    0 Votes
    11 Posts
    3k Views
    B
    ok, I will look at it. Thank you. See if that’s what’s blocking the connection.
  • Hello Lucy - face at Startup

    2
    0 Votes
    2 Posts
    330 Views
    Mykle1M
    @gkchimz said in Hello Lucy - face at Startup: How do I get the face to show when the mirror starts ? I have go the voice working , but not the face. You need MMM-EasyPix (or another image module). EasyPix was designed for Lucy and works by default with her. Out of interest is it possible to change the face? Yes, any image you like (just about) Also can the start-up sound/greeting be set to be scheduled or by PIR sensor? Not as written. Feel free to fork the module and make any changes you like. :-)
  • after MM-Update to 2.14.0 the MMM-PIR-Sensor module not working...

    8
    0 Votes
    8 Posts
    1k Views
    M
    @sdetweil Hehe, I only remembered to mention the script after I already replied. Let me take this opportunity to thank you for what you do or this community!
  • Can"t get wind speed shown in KMPH why?

    Unsolved
    9
    0 Votes
    9 Posts
    3k Views
    M
    Thank you @MaXi-XCeL that was the problem. Case sensitive variables? Come on… :-( And you need the useBeaufort: false to have it work. useBeaufort: false, useKMPHwind: true, Thank you again, on step closer.