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
    Offline
    • Profile
    • Following 0
    • Followers 108
    • Topics 85
    • Posts 20,410
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Cal EXT3 - understanding transforming

      @_V_ what do you mean for title? We just searched title
      If you want to change it. Then do that

      ev.title=‘new string’

      Same with symbol

      posted in Troubleshooting
      S
      sdetweil
    • RE: Cal EXT3 - understanding transforming

      @_V_ from his readme

      IMG_3898.png

      posted in Troubleshooting
      S
      sdetweil
    • RE: Compatibility with raspberry Pi 5 right now and in the future.

      @Linas123 should work…

      use my backup script to save all that, install script to put MM on new system
      and then restore script to put back your MM setup (modules and all)

      backup/restore - save to github (recommended) then you can backup to there whenever and restore from there, perfect for a machine move!
      https://github.com/sdetweil/MagicMirror-backup-restore

      install
      https://github.com/sdetweil/MagicMirror_scripts

      use a new sd card, then you don’t break anything in the process

      posted in Hardware
      S
      sdetweil
    • RE: MMM-OpenWeatherMapForecast position not budging

      @brgracer goes at the top

      Can you show what you changed for module css

      posted in Troubleshooting
      S
      sdetweil
    • RE: Pi Zero and MagicMirror2

      @plainbroke in the script that starts MagicMirror

      ~/MagicMirror/installers/mm.sh
      

      Do the environment variable as documented in the readme
      I dont know about default anything

      Backup setup only takes time if you are using GitHub for storage (recommended)

      posted in Hardware
      S
      sdetweil
    • RE: Update, unable to connect.

      @Richard238 use my script
      It will record incremental changes

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

      posted in Troubleshooting
      S
      sdetweil
    • RE: Cal EXT3 - understanding transforming

      @_V_ transforming, you must ALWAYS return the event, modified or not

      posted in Troubleshooting
      S
      sdetweil
    • RE: Cal EXT3 - understanding transforming

      @_V_ said in Cal EXT3 - understanding transforming:

      ev.title.search

      search() searches the string for the specified characters and IF those characters are found, it returns the position of the text in the string…(0= 1st char/start of string). if NOT found it returns -1

      this is a javascript string function

      there is also startsWith() and endsWith()
      search() = contains

      the code could have used includes()

      The includes() method of String values performs a case-sensitive search to determine whether a given string may be found within this string, returning true or false as appropriate.

      if you wanted case insensitive, you would do
      ev.title.toLowerCase().includes(‘john’)

      posted in Troubleshooting
      S
      sdetweil
    • RE: update package list

      @pat59

      I edited out your calendar URL from the log above.
      seems other modules are failing for no/old credentials…
      google photos is broken as Google changed the way it works.

      calendar and newsfeed modules say they are doing their thing…
      there IS an old system runtime bug in here ‘possibly’ , you are 5 releases behind, 6 come Oct 1. fix is in the October release…

      1|MagicMir | [2025-09-13 13:57:38.158] [INFO] Newsfeed-Fetcher: Broadcasting 20 items.
      1|MagicMir | [2025-09-13 13:57:39.230] [INFO] Calendar-Fetcher: Broadcasting 30 events from https://calendar.google.com/calendar/xxx
      …
      1|MagicMir | [2025-09-13 14:02:39.198] [INFO] Newsfeed-Fetcher: Broadcasting 20 items.
      1|MagicMir | [2025-09-13 14:07:39.774] [INFO] Newsfeed-Fetcher: Broadcasting 20 items.
      1|MagicMir | [2025-09-13 14:12:40.245] [INFO] Newsfeed-Fetcher: Broadcasting 20 items.
      1|MagicMir | [2025-09-13 14:17:40.655] [INFO] Newsfeed-Fetcher: Broadcasting 20 items.
      1|MagicMir | [2025-09-13 14:22:41.110] [INFO] Newsfeed-Fetcher: Broadcasting 20 items.

      posted in Troubleshooting
      S
      sdetweil
    • RE: Pi Zero and MagicMirror2

      But it’s been like this for a few years now, so you probably had it this way

      posted in Hardware
      S
      sdetweil
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 2040
    • 2041
    • 4 / 2041