MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. sdetweil
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    S
    Do not disturb
    • Profile
    • Following 0
    • Followers 108
    • Topics 92
    • Posts 21,151
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Default Calendar Not Loading Events After New MM Update

      @hrt13 is there one on a repeating schedule?

      We shouldn’t expand one if it doesn’t have an rrule

      posted in Troubleshooting
      S
      sdetweil
    • RE: no weather info

      @VinGroot said:

      I got it working again by switching to the V3.0 API on OpenWeatherMap.
      And remove these two lines:

      apiVersion: “2.5”,
      weatherEndpoint: “/forecast”
      

      Yes, OW has moved to their 3.0 api

      posted in Troubleshooting
      S
      sdetweil
    • RE: Default Calendar Not Loading Events After New MM Update

      @hrt13 awesome to help could you find that event

      curl -sL the_url_for_calendar >somefile.txt
      

      Then edit somefile.txt and search for that title
      Copy
      Begin:vevent
      …
      End:vevent

      And paste here. In code block
      Edit Any info that might identify you, just dont delete any lines

      posted in Troubleshooting
      S
      sdetweil
    • RE: Default Calendar Not Loading Events After New MM Update

      @hrt13 shouldn’t need to

      Are there any errors reported in the console log where you start MagicMirror?

      If using pm2, then

      pm2 logs —lines=xxx
      Xxx is the number of latest lines to display, default 15
      You might need 100

      posted in Troubleshooting
      S
      sdetweil
    • RE: Failed to Connect to Wayland Display

      @hrt13 yes, I fixed it the same way for new installs

      Need some time to fix for existing

      I have fixed upgrade to update mm.sh for start:x11 if wayland is not running

      posted in Troubleshooting
      S
      sdetweil
    • RE: Reverting to previous MM Release

      @BKeyport

      cd ~/MagicMirror 
      # double dash in front of tags
      git fetch —tags
      git checkout -b test_branch v2.34.0 
      rm -rf node_modules
      rm  package-lock.json
      npm run install-mm 
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: Swedish Weather provider SMHI has deprecated their API and replaced it

      @cgillinger you should submit that as a pull request to get it included

      Nm I see you did

      posted in System
      S
      sdetweil
    • RE: Failed to Connect to Wayland Display

      @hrt13 yes, the release notes indicate that the npm start defaults to Wayland now…

      posted in Troubleshooting
      S
      sdetweil
    • RE: Default Calendar Not Loading Events After New MM Update

      @inteeraymee that’s the display side, where is the server side?

      posted in Troubleshooting
      S
      sdetweil
    • RE: Default Calendar Not Loading Events After New MM Update

      @HeikoGr we originally never parsed the vtimezone sections

      posted in Troubleshooting
      S
      sdetweil
    • RE: Default Calendar Not Loading Events After New MM Update

      @inteeraymee can you tell us more?

      Where is your calendar sourced? Google, Apple, caldav,
      How did you update to latest MagicMirror

      How do you start MagicMirror? Pm2, or some other way

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-CalendarExt3Agenda - Event Transforming not working - Mirror 2.35.0

      @BKeyport NO… I was asking you to add a

      console.log(“ev description-.”+ev.description+“<-”)

      to your tranformer

      then you can see the contents of the description field…

      as this runs in the browser, you would have to open the developers window, console tab, and put ext3, in the filter field to see the messages

      then you would know exactly what is there. and it may give indication of the problem

      you could also dump the fields
      console.log(“ev fields=”,ev)
      note the comma here, it will haveJS to do the unpacking of the fields in ev

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-CalendarExt3Agenda - Event Transforming not working - Mirror 2.35.0

      There is a big rewrite of calendar this release . To fix the dates, dst/std, and timezone conversions. @kristjanesperanto did a great job. Also fixing node-iCal

      Both also get rid of moment

      I didn’t see any issues in testing, but I didn’t have any transforms

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-CalendarExt3Agenda - Event Transforming not working - Mirror 2.35.0

      @BKeyport can you use console.log to log the description. See it in the dev window console

      posted in Troubleshooting
      S
      sdetweil
    • RE: Duplicate Results Displayed With 2 Instances of MMM-pihole-stats in Config File

      @butchkemper awesome!!

      posted in Troubleshooting
      S
      sdetweil
    • RE: Wayland problems in the April 2026 release

      @parnic use my backup/restore scripts to migrate your setup to next release
      Backup existing, copy backup folder off or use GitHub
      Flash sd with os, install MagicMirror (scripted)
      Copy backup folder on or use GitHub source
      Run restore

      See
      https://github.com/sdetweil/MagicMirror-backup-restore

      posted in General Discussion
      S
      sdetweil
    • RE: New Install

      @Bungle68 there is no auto update.

      You can go the manual install/update or use the scripted install/update. For the base. See the doc, alternative install
      My script are first there

      There are various mechanisms for modules

      posted in Upcoming Features
      S
      sdetweil
    • RE: Wayland problems in the April 2026 release

      @parnic got it.

      If you had used my installer it would have created a script to detect Wayland… and start () but oops I see a bug there too, fixed bug for new installs, have to fix for upgrades

      posted in General Discussion
      S
      sdetweil
    • RE: Wayland problems in the April 2026 release

      @parnic how did you upgrade? And how did you start MagicMirror before this release?

      posted in General Discussion
      S
      sdetweil
    • RE: MMM-AtomVisualizer language

      @nowayto @kristjanesperanto will have to answer that.

      posted in Troubleshooting
      S
      sdetweil
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 1057
    • 1058
    • 5 / 1058