A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • After reboot RPI no changes are saved?

    15
    0 Votes
    15 Posts
    7k Views
    P
    @daenick @wizz Mine was a bad mem card. I created an image of it with win32Diskimager, Now I can just write the complete setup to a new card anytime I need to. In my case it requires a lot of redoing the image since I cant leave well enough alone. Constant changing things on my MagicMirror.
  • Cannot get my Google Photos at the top of the screen???

    5
    0 Votes
    5 Posts
    1k Views
    R
    @chassain-0 Thanks! For the record, I’ve been looking in google for days. Never could find anything that would help. Guess my google-fu isn’t that good.
  • google assistant foto's problem

    1
    0 Votes
    1 Posts
    270 Views
    R
    when I ask the google assistant to show my photos he only shows about 30 of the 100, where do I know this setting that he shows them all (photos are on google drive)
  • black image after update google assistant

    5
    0 Votes
    5 Posts
    925 Views
    R
    @sdetweil okay Sam thanks again it works back
  • Copy & paste question

    4
    0 Votes
    4 Posts
    712 Views
    S
    @norwestie do npm run config:check from the MagicMirror folder, work from the top down, one error at a time unexpected token usually means a missing comma on the line before the one reported
  • Calender updated to show 2021 holidays?

    6
    0 Votes
    6 Posts
    1k Views
    S
    @jca2112 guess u will have to ask them, cause the ics doesn’t have any 2021 dates in it, although it’s listed as 2021.
  • Default Calendar and Daylight Savings Problems

    Unsolved
    13
    0 Votes
    13 Posts
    3k Views
    S
    @DaHarry great, that’s what I am looking for…
  • MMM-Carousel w/ Slide Navigation

    15
    0 Votes
    15 Posts
    6k Views
    R
    @banbutcher module installed (MMM-Keybindings) but not added in the config and it works (my knowledge is also very limited because I also have to figure everything out) I normally work in the concrete so that is something completely different huh
  • MMM-Sonos - by Snille

    8
    0 Votes
    8 Posts
    4k Views
    johnnyboyJ
    @Stoffbeuteluwe said in MMM-Sonos - by Snille: @johnnyboy Hi, do you know how to set the moving text (Titel / Artist) in a static text? my fan of my Mac mini go’s up when something is moving on my screen Sorry, no. Since you said it was hard coded, I never bothered to play about with it. but I turned on Mirror the other day and it is not showing anymore, so will need to find time to perhaps download it again.
  • [DEP0005] DeprecationWarning

    3
    0 Votes
    3 Posts
    1k Views
    R
    @sdetweil okay Sam thanks the error came after installing everything again because my mirror no longer worked (the google assistant)
  • 0 Votes
    1 Posts
    289 Views
    P
    Hi there, I have installed MMM-LocalTemperature from glitch452 with DHT22, only the title is displayed. Conditions: RPI 3 B+ Raspbian GNU/Linux 10 (buster) MM² version : “version”: “2.13.0”, Module version : 1.3.0 the upto date on November 2020 config.js: { module: “MMM-LocalTemperature”, position: “top_right”, // Only add a position if you want this module to display the data header: “Salle de Bain”, config: { pinScheme:"BCMv2", sensorPin: 6, // 22, For GPIO 22 units: "metric", iconView: true, initialLoadDelay: 3, updateInterval: 0.5, } }, DHT22 physical connctions: The probe is loaded with a 10KOhm supplied with the 5V and Grnd Data connected to pin 31 of RPI Board Note that the probe DHT22 is properly working. I can test it with .js script and when MM² is not launched, the answer to request are instantanelty displayed : pi@raspberrypi:~/node_modules/node-dht-sensor $ node dht22-test.js temp: 20.700000762939453°C, humidity: 59.400001525878906% pi@raspberrypi:~/node_modules/node-dht-sensor $ node dht22-test.js temp: 20.700000762939453°C, humidity: 59.900001525878906% pi@raspberrypi:~/node_modules/node-dht-sensor $ node dht22-test.js temp: 20.700000762939453°C, humidity: 59.900001525878906% pi@raspberrypi:~/node_modules/node-dht-sensor $ node dht22-test.js temp: 20.700000762939453°C, humidity: 59.900001525878906% pi@raspberrypi:~/node_modules/node-dht-sensor $ Here is the js test file (with BCM 6 port cofigured = pin 31 of the RPI bord) : var sensor = require(“node-dht-sensor”); sensor.read(22, 6, function(err, temperature, humidity) { if (!err) { console.log(temp: ${temperature}°C, humidity: ${humidity}%); } }); Does anyone can help me ? Others: I tried the MMM-LocalTemperature by changing type of libraries ( “WPI”, “BOARD” but no effect I also tried previously, with other module like MMM-DHT-Sensor on pin 7 of the borad with correct configuration. That one was able to display on MM² screen the T° and Hum, but with random getting data. It seems, the DHT22 can be requested with js script within the 2sec min (specification of the probe), but not properly working when a MM Module requesting data are running :/ A big thanks for kind help
  • Solar Edge Module

    2
    0 Votes
    2 Posts
    662 Views
    R
    @Deckard99 Hi I also have an solaredge system created the api from the website but what is the userid? and systemid? Nothing is displaying now on my mirror. Ron
  • Modules distancing

    5
    0 Votes
    5 Posts
    1k Views
    C
    @hango https://m.facebook.com/story.php?story_fbid=4020784084617734&id=100000585468663
  • Where to insert text?

    8
    0 Votes
    8 Posts
    1k Views
    lavolp3L
    @norwestie CHeck this out to get a feeling how to troubleshoot modules. There might be an error zou need to find somewhere https://gist.github.com/lavolp3/db7de8c0664ba95e8b9247ba685095fe
  • MMM-awesome-alexa is working?

    1
    0 Votes
    1 Posts
    176 Views
    K
    i want to know if this module is working because i cant make it work. thanks
  • MMM-cryptocurrency stopped updating

    1
    0 Votes
    1 Posts
    338 Views
    zdenekZ
    Hi all since about week ago just this module stopped updateing. It’s visible on the mirror, but there is 0 for BTC and other currencies and also graph is just flat line I did git pull in the module folder but nothing changed. A did’t make any changes in config file for months… Any idea? thanks, Zdeněk
  • Total noobie question re formatting

    5
    0 Votes
    5 Posts
    755 Views
    Mykle1M
    @norwestie Or, VNC, which you only have to enable on the Pi. Then get the free VNC client for your remote machine. Now, you can visually see and control exactly what your Pi is doing, edit files, etc
  • Low voltage warning

    3
    0 Votes
    3 Posts
    860 Views
    R
    As I said, I already switched the PSUs. Raspi A always displays the error, Raspi B not. No matter which PSU is being used.
  • MMM-Sonos ...need help

    2
    0 Votes
    2 Posts
    487 Views
    StoffbeuteluweS
    @keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } } This is the css but don’t know how to stop the moving text
  • Applying at 7" Touchscreen

    1
    0 Votes
    1 Posts
    351 Views
    younseongshinY
    Hi! I posted some troubles about MMM-Youtube issues last week, and I recognized that it doesnt work in my language Korean. I was so depressed but another issues were comin. I have 7" inch Touchscreen for displaying, but the bar which types what Im sayin, but I think its size isn’t fit to my 7" screen. How can I fix this? Help!! Here’s my screen. As you can see, its words are more down below where it should be. https://drive.google.com/file/d/1Dr6Huni91xnzCX2zdevRaU6apnDyko--/view?usp=sharing