A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Weather Forecast only showing 1 day

    3
    1
    0 Votes
    3 Posts
    514 Views
    S
    @tasanford11 there was a bug introduced in 2.12, a fix is available in the develop branch how did u install? scripted or manual if manual do cd ~/MagicMirror git checkout develop then restart MagicMirror if my scripted install do cd~/MagicMirror git fetch origin develop:develop git checkout develop the restart MagicMirror
  • MMM-GoogleAssistantMk2 issues

    7
    0 Votes
    7 Posts
    1k Views
    blake_northrupB
    @sdetweil so I had both MMM-GoogleAsistant, and the Mk2 one opened, and got myself confused. I appreciate the wakeup call sdetweil. The assistant is running along great now, thanks to you.
  • Upgrade Problem on Mac

    6
    0 Votes
    6 Posts
    2k Views
    S
    @Stoffbeuteluwe awesome. thanks for the update
  • MMM-Awesome-alexa

    8
    0 Votes
    8 Posts
    1k Views
    S
    @blake_northrup correct
  • M3U8 Stream on MagicMirror

    2
    0 Votes
    2 Posts
    2k Views
    P
    @ArthurOff I was able to take advantage of MMM-Live-Stream-TV https://github.com/mcintyrehh/MMM-Live-Stream-TV install as per instructions. in the MMM-Live-Stream-TV js file, change the default channel 9 to the m3u8 link you want to display.
  • 0 Votes
    2 Posts
    918 Views
    S
    @meusprojetoskali by default the custom. css file is not provided. it would be empty anyhow. if you used my scripted install I create an empty file touch ~/MagicMirror/css/custom.css
  • ZOOM /Scaling

    9
    0 Votes
    9 Posts
    15k Views
    Feedy88F
    @jukums said in ZOOM /Scaling: Ok, got same problem… Connecting the keyboard and hitting Ctrl+0 to reset zoom seemed to work. Seems that zoom value is being cached somewhere… Thanks a lot for this. I am currently in setup, so I still have a Keyboard connected and this did the trick.
  • Why Is MMM-Yeelight is not working

    3
    0 Votes
    3 Posts
    343 Views
    O
    Hmm Okay Thanks
  • MMM-VigilanceMeteoFrance : how to display "vigilance Météo France"

    3
    1
    0 Votes
    3 Posts
    415 Views
    R
    Super! Thank you
  • MMM-DHT22 : Temperature and Humidity : Undefined

    9
    1
    0 Votes
    9 Posts
    2k Views
    R
    I remove MMM-DHT Sensor, MMM-DHT22 and MMM-dht22, I did not removel node-dht-sensor because I don’t know how to remove, I reinstall MMM-DHT Sensor, I left in GPIO 2 (3) not to change the config.js and the MMM-DHT-Sensor.js, it does not work either, after several relaunch of MM, it worked one time but after a relaunch again it does not work anymore. . It’s crazy, I ordered a new DHT22 because it may be defective …
  • MMM-google-route Multiple Instances

    1
    0 Votes
    1 Posts
    232 Views
    B
    Howdy folks, As the title suggests im looking to run multiple instances of MMM-google-route on different pages of MMM-Pages. so i want one page displaying best route to work and one page displaying best route to office. do i need to rename modules to have em run on different pages? many thanks, Richie
  • vga cable missing

    1
    0 Votes
    1 Posts
    240 Views
    G
    hi been using mm for a while just put a new card with noobs to start a new mirror but on boot message saying no vga cable yet the original card is ok.tried with raspian loaded and same prob. any ideas why this should happen with two latest updates. cheers,geo
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • Default-Calendar and MMM-Calendar-Ext2 with CalDAV from NextCloud?

    4
    0 Votes
    4 Posts
    1k Views
    S
    @do1mps the calendar reader expects ics format. others have been able to download ics file ( into module folder) and point config to the downloaded file
  • MMM-GoogleAssistant, stuck at "node auth_and_test.js"

    2
    1
    0 Votes
    2 Posts
    628 Views
    ?
    Hi, Generally, this error happen when you don’t do the step 4 OAuth Consent Screen setup of the Google Assistant Setup
  • This topic is deleted!

    1
    1
    0 Votes
    1 Posts
    1 Views
  • Remote File Compliments not working and MM hangs

    3
    0 Votes
    3 Posts
    722 Views
    A
    Thanks. That worked.
  • PIR-module -> NODE_MODULE_VERSION...

    3
    0 Votes
    3 Posts
    875 Views
    M
    @pw94 I had issues also running those PIR mods… the only mod that worked for me was ‘MMM-NewPIR’, I love this module. It also has the ability to not TURN OFF the display but rather just throw up a black screen or “hide” the modules . my config for MMM-NewPIR is below if it helps any. { module: 'MMM-NewPIR', position: 'bottom_left', config: { useSensor: true, sensorPin: 22, reverseValue: false, delay: 2* 60 * 1000, turnOffDisplay: false, ecoMode: true, governor: "", text: "", counter: false, rpi4: true, debug: false } },
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    13 Views
  • MMM-MicrosoftToDo - invalid_grant

    2
    0 Votes
    2 Posts
    760 Views
    R
    Had the same issue my solution was to go back and regenerate a new Auth Code and subsequent new Refresh Token. I remember a logfile stating this has expired. My take is: Client ID is permanent Client Secret is permanent Auth Code expires Refresh token will not work if the included Auth Code has expired