A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • troublems with systemd and serveronly

    Solved
    7
    0 Votes
    7 Posts
    729 Views
    S
    @dnj0104 awesome! thanks for the feedback
  • Unable to link Google calandar with calendar Module

    Solved
    3
    0 Votes
    3 Posts
    396 Views
    S
    @sdetweil Hi Sam just got back off holiday and applied you suggestion and it works. Thank you for your response. Kind reagards, John
  • MMM-AVStock and MMM-MktIndex dont update

    Solved
    4
    0 Votes
    4 Posts
    691 Views
    L
    @mishman MMM-MktIndex looks like was updated 4 days ago. I have reinstalled it and now everything works. Thanks to the developer!
  • Auto start stops working

    Solved
    7
    0 Votes
    7 Posts
    709 Views
    P
    @sdetweil it works! Thank you very much, you are great! Peter
  • Schedule reboot of Pi or MagicMirror

    Unsolved
    5
    0 Votes
    5 Posts
    977 Views
    BKeyportB
    @Exndfan I have something like the same - except mine was remote control so I could control it through my smart home. Still gotta get that set up again.
  • Blank screen after a couple of hours

    Unsolved
    19
    0 Votes
    19 Posts
    5k Views
    B
    @bradley1982 ok thanks very much for all you help!
  • Noob problem: updated config file not showing changes in the application

    Solved
    3
    0 Votes
    3 Posts
    701 Views
    J
    @sdetweil I was editing the sample. How embarrassing! I am away to the races now though :) Thanks so much for the rapid response.
  • screen frozen sometimes, server keeps running

    Solved
    7
    1
    0 Votes
    7 Posts
    858 Views
    E
    @sdetweil Thanks for checking! Really appreciate that. I could reduce timing even more, still working fine for me. Perhaps the RAM cleaning process is too slow to load new picture every 30s. I also think it is more a browser/system issue than the module itself. For me that is sufficient, so closed.
  • Git Hub requiring username and password

    Unsolved
    5
    0 Votes
    5 Posts
    413 Views
    karsten13K
    @sdetweil old one works too (but should not be used anymore)
  • MMM-AccuWeatherForecastDeluxe stuck loading.

    Unsolved
    2
    0 Votes
    2 Posts
    487 Views
    X
    Hi there Same issue in my case. Apparently the API Key is running since I receive the data. If I use “npm run start:dev” I see the error takes place on (see the line with “HERE THE ERROR”) in the file MMM-AccuWeatherForecastDeluxe.js processWeatherData: function() { console.log(this.name, 'processWeatherData', this.weatherData.Headline.Text); var summary = this.weatherData.Headline.Text; //TODO: call hourly API var hourlies = []; if (this.config.showHourlyForecast) { var displayCounter = 0; var currentIndex = this.config.hourlyForecastInterval; while (displayCounter < this.config.maxHourliesToShow) { HERE THE ERROR - if (this.weatherData.hourly[currentIndex] == null) { break; } […] Any help on that will be really appreciated
  • SmartMirror Reinstalled, worked, then failed...

    Unsolved
    2
    0 Votes
    2 Posts
    178 Views
    S
    @rutgerm .MMM-GoogleTrafficTimes did you update your system? please go to that module folder and do npm install
  • Multiple Google Calendar issue

    Solved
    5
    0 Votes
    5 Posts
    785 Views
    B
    @sdetweil Thanks! Followed your instructions and tadaaa! It works :D Thank you very much for the help!
  • PM2 auto start and python virtual environment not playing together

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    S
    @Brown19 from an educational perspective the command pm2 info MagicMirror would have shown you what program. or script was being launched and then, when you open a terminal window, the .profile and .bashrc scripts are run to setup the user environment. the .bashrc has the venv command in it when pm2 launches a pgm at startup, it is not using a terminal window, so those script are NOT run you can also use the source command to load them at any time so you could have done source .bashrc instead of venv…
  • MMM-CalendarExt3 not syncing automatically with icloud

    Solved
    20
    0 Votes
    20 Posts
    3k Views
    M
    @lightfixer2000 Happy to hear. I’ll reveal that option in the readme. Recently, someone else reported me the same issue, and the solution was the same. I’ll change the default value soon.
  • Unknown Error after initializing buttons

    Unsolved
    9
    1
    0 Votes
    9 Posts
    630 Views
    S
    @changaud which same error are we talking about? the syntax error or the einval write error
  • Updating

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    S
    @BaileyFin said in Updating: it was like challenge for me I don’t understand… every config change is the same, base or extra module edit one file locate position enter new data or edit existing the documentation on the base modules is here https://docs.magicmirror.builders/modules/introduction.html add on modules documentation is with each module but the process is the same…
  • Push button (MMM-Buttons) does not send out notification to MMM-StopwatchTimer

    Unsolved
    11
    0 Votes
    11 Posts
    2k Views
    S
    @changaud i do not know. the error is that the pin is in read (input) mode, not write (output) mode. i dont understand the change. on pi5 there is a change, but not pi4 my version of buttons only fixes install
  • update

    Solved
    4
    1
    0 Votes
    4 Posts
    476 Views
    P
    [image: 1712683232198-magicmirror-resized.jpg] Here’s the photo Thank you, it worked with your MagicMirror² installation and configuration scripts thank you again cordially
  • Module: MMM-OpenmapWeather

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    S
    @sdetweil You have made an old man very happy and thank you. Added a comma after the last curly bracket and it now works.
  • Weather Module - Broken Icon

    Solved
    6
    0 Votes
    6 Posts
    582 Views
    F
    @sdetweil thank you :smiling_face_with_smiling_eyes: Thought that this maybe could help others, too. Unfortunately, I have no clue (not enough knowledge about CSS, web sites etc.) why this suddenly happened… but that doesn’t matter for me anymore as the weather icon is now looking nice again.