MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. sdetweil
    3. Best
    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 92
    • Posts 21,165
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Touch controls not working (only when running MM)

      @grall_ritnos there are two logs

      Console for node_helper, from npm start.
      If using pm2, then pm2 logs —lines=nnnn
      Nnn is number of lines, 15 is the default

      In browser for the web side

      Pi5 runs Wayland as the window manager

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-Carousel & basic KeyBindings not working

      @brentmatthews awesome, thx for the feedback.
      can you mark it resolved?

      posted in Troubleshooting
      S
      sdetweil
    • RE: Help with the software

      @SecretEUAgent please run the configuration
      checker

      cd ~/MagicMirror
      npm run config:check
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: Help with the software

      @SecretEUAgent make sure you backup

      use my backup restore scripts
      https://github.com/sdetweil/MagicMirror-backup-restore

      posted in Troubleshooting
      S
      sdetweil
    • RE: Help with the software

      @StewartBaird86 use your windows system for the forum

      install either winscp or bitvise ssh clients on your windows system, then you can access the target system with a file manager interface and drag/drop files to copy, and still have an ssh terminal too

      posted in Troubleshooting
      S
      sdetweil
    • RE: calendar - wrong repeating count when using sliceMultiDayEvents

      @MarcLandis i’ll submit an issue and a pr…

      and a testcase

      posted in Troubleshooting
      S
      sdetweil
    • RE: calendar - wrong repeating count when using sliceMultiDayEvents

      @MarcLandis the fix was accepted and merged

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-OpenWeatherForecast

      @Ray to be fair, it costs money to provide the api. especially as the amount of traffic increases.

      we were notified by calendarlabs (holiday calendar used as default), that a lot of MagicMirror systems were requesting the calendar every 5 minutes. we changed our rate to once a week, maybe still too fast.

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-OpenWeatherForecast

      @wishmaster270 thanks Tom

      posted in Troubleshooting
      S
      sdetweil
    • RE: middle_left, middle_center, middle_right

      @greedyvegan cool

      but this was an error

       {;z
      

      that leading ;

      posted in Troubleshooting
      S
      sdetweil
    • RE: Default weather module stuck loading after latest MM update

      @JMac yes, the line before needs a trailing comma

      posted in Troubleshooting
      S
      sdetweil
    • RE: Default weather module stuck loading after latest MM update

      @JMac the provider announced that the old 2.5 API would be sunset in June of this year… we didn’t get that update into the last version…

      v3.0 is the ONLY one we provide default for…

      starting with MM version 2.29

      you MUST get a new v3 api key , which requires a credit card.
      the 1st 1000 calls to the new api are currently not charged

      posted in Troubleshooting
      S
      sdetweil
    • RE: Modules are loading with new docker image

      @HeikoGr i changed one word for soccer, according , to related

      btw, thank you for such clear messages and helping others

      posted in Troubleshooting
      S
      sdetweil
    • RE: Calendar shows late day events on next day but at correct time

      @MarcLandis can you retest at your convenience

      git pull and npm run install-mm

      posted in Troubleshooting
      S
      sdetweil
    • RE: Bookworm: MM not starting

      @calimero glad you got it going.

      as for your delayed posts

      everyone with reputation below 2 has their posts reviewed. this to stop all the junk posts

      i review every such post, and occasionally sleep! lol

      please don’t double post

      posted in Troubleshooting
      S
      sdetweil
    • RE: Need Help - Absolute Beginner - Code Posted!

      @bumrocks they CAN be altered, but are not there by default… yes, you have to discover them , if u have the need

      as for the issues and vulnerabilities, they are not in the MM code, but code it uses and that those use… where the MM owners have little to no control (or exposure to the problem)

      but many of the issues you present are why I built up the installer and updater scripts, to get you up and running, regardless of your platform choice

      this remains a volunteer project, where, if u are interested you can contribute. It is NOT a ‘product’

      posted in Troubleshooting
      S
      sdetweil
    • RE: Mirror not starting after updating to MagicMirror² v2.12.0

      @dmstansbury and, if u had used my upgrade script, it would have done all that for you!

      https://github.com/sdetweil/MagicMirror_scripts

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-Pir

      @gonzonia weird… how did you upgrade to node 21?
      apt or nvm?

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-GoogleTasks not compatible with MMM-pages, MMM-Carousel, or MMM-ModuleScheduler

      @hco125 said in MMM-GoogleTasks not compatible with MMM-pages, MMM-Carousel, or MMM-ModuleScheduler:

      TypeError: Cannot convert undefined or null to object
      at Function.keys ()

      bug…

      missing data, when display is requested

      do this

      edit MMM-GoogleTasks.js

      change line 37
      from

      		this.tasks;
      

      to

      		this.tasks= {};
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: Contributing to a GitHub repository - a bit stuck

      @mumblebaj yes, was trying not to add too much extra as there is already a terminal window open for running MM with the modified module

      posted in Troubleshooting
      S
      sdetweil
    • 1 / 1