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,165
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: MagicMirror-backup-restore

      @rkorell thanks.

      Hm.
      If I git remote on the backup folder.
      And git branch on the folder and
      they are different what do you think I should do

      What is the right branch?

      posted in Troubleshooting
      S
      sdetweil
    • RE: Choosing a RPi model

      @Gherry I answered in Reddit

      posted in Hardware
      S
      sdetweil
    • RE: Way to change horizontal or vertical tiling for regions?

      @joey I did this before in css, I’ll have to look for it later,
      But basically change the direction from column to row

      Original

      .region .container {
        display: flex;
        flex-direction: column;
      }
      

      Override in custom.css

      .region.top.left  .container {
        flex-direction: row;
      }
      

      Then put all those in the top-left position

      posted in Feature Requests
      S
      sdetweil
    • RE: modules

      @pat59 no problem leaving it open. Come back when you can.

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-MovingPortrait

      @KristjanESPERANTO

      https://github.com/fischi87/MMM-MovingPortrait

      posted in Entertainment
      S
      sdetweil
    • RE: Calendar - colourise events today?

      @babene1

      see above

      posted in Troubleshooting
      S
      sdetweil
    • RE: Calendar - colourise events today?

      @Babene1 the base MagicMirror calendar module does not provide a way to affect styles for ‘today’

      You may be able to do this with css.

      Looking at the code, it adds a class name ‘today’ to the events for today

      So in custom.css

      .calendar .today {
           color:red;
      }
      

      that colorizes the symbol and time
      for the title

      .calendar .calendar .today .title {
          color: red;
      }
      

      for both

      .calendar .today , .calendar .today .title {
          color: red;
      }
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: pages

      @videogame95 I posted in the other topic

      Without touch, you would need a functional mouse device.
      Some remotes can do that.

      The ir frame would have to go on top of the glass, aka in front

      posted in Troubleshooting
      S
      sdetweil
    • RE: Line breaks in Compliments using MMM-Remote-Control

      @alfi153 if you add one via the config.js does it work?

      I am traveling today, cannot test til I setup my system

      As a side request. Can you explain what with remote control means?

      I don’t see any notifications that compliments accepts to change the data. Only a remote file is supported with a refresh time.
      And I don’t see any mention of compliments in the remote control
      Module doc

      Ps I wrote the code for line break with \n and the remote file function in the compliments module

      posted in Troubleshooting
      S
      sdetweil
    • RE: Probleme mit wiederkehrenden Terminen

      @stylemaster Sie führen MagicMirror in einem Docker-Container aus. Können Sie überprüfen, ob die korrekte Zeitzone in der Docker-Compose-Datei eingestellt ist?

      posted in Troubleshooting
      S
      sdetweil
    • RE: Probleme mit wiederkehrenden Terminen

      @eddiebrok what is mmm-Calendar? You mean the built in calendar module?

      I built the lookup table 5 yrs ago for this problem in node-ical

      There have been some recent significant updates to solve other problems , but not by me.

      as I recall, There were test cases to detect this problem if it occurred again

      posted in Troubleshooting
      S
      sdetweil
    • RE: Troublesshooting config

      @videogame95 change the update time in pages to 20 seconds to test

      20000 ( milliseconds)

      posted in Troubleshooting
      S
      sdetweil
    • RE: Probleme mit wiederkehrenden Terminen

      @stylemaster is the calendar displaying? Others have reported similar but calendar display is ok

      posted in Troubleshooting
      S
      sdetweil
    • RE: Probleme mit wiederkehrenden Terminen

      @stylemaster I see.

      @kristjanesperanto do you have any guidance here.
      I see that tz string in the windows lookup table in node-ical
      He is running MagicMirror 2.34.0

      posted in Troubleshooting
      S
      sdetweil
    • RE: Happy wife is a happy life!

      @videogame95 I’m not aware of any touchscreen that will work behind glass. This glass is not like stuff on phones

      More times than not you have to put an IR frame in front of the glass and plug it into a usb port( it becomes a mouse, touch = click)

      posted in Show your Mirror
      S
      sdetweil
    • RE: Troublesshooting config

      @videogame95 positions are unchanged in pages

      See https://docs.magicmirror.builders/modules/configuration.html#position

      We can only show or hide modules
      Pages module makes virtual pages by only showing selected modules in defined groups, hiding all the others

      posted in Troubleshooting
      S
      sdetweil
    • RE: How to Troubleshoot

      @BiaGen the latest 2 releases run config check as part of startup, and fail if there is an error like that

      I always recommend using manual start whenever changing config, for this very purpose

      Stop pm2 mgmt if managing the app
      Then
      cd ~/MagicMirror
      npm start

      If any problems they are right there
      Once good, ctrl-q MagicMirror
      And then use pm2 to launch

      posted in Troubleshooting
      S
      sdetweil
    • RE: Default Weather Module Stuck on loading.

      @fnmuffinman how did you install MagicMirror

      What version are you running

      cd ~/MagicMirror 
      grep version package.json
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: Probleme mit wiederkehrenden Terminen

      @stylemaster received. Just arrived destination for today. Will review a little later

      posted in Troubleshooting
      S
      sdetweil
    • RE: Default Weather Module Stuck on loading.

      @fnmuffinman what do you mean headless?

      If no display here, you need to do
      npm run server

      And access from somewhere else
      Make sure to enable config.js to allow other machine access

      posted in Troubleshooting
      S
      sdetweil
    • 1
    • 2
    • 13
    • 14
    • 15
    • 16
    • 17
    • 1058
    • 1059
    • 15 / 1059