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: update package list

      @pat59 all MM commands require you to be IN the MagicMirror folder

      you are still in the users home folder

      pi@raspberrypi:~ 
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: update package list

      @pat59 show the output of npm start

      But when you change the os under an app, it’s recommended to reset it too

      Stop MagicMirror

      cd ~/MagicMirror 
      rm -rf node_modules
      npm install
      

      Start MagicMirror

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

      I changed the border in custom.css

      :root {
        --gap-body-top: 50px;
        --gap-body-right: 40px;
        --gap-body-bottom: 60px;
        --gap-body-left: 60px;
      }
      

      the the module went up and over

      Screenshot at 2025-09-10 21-54-14.png

      pushing over the border is hard

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

      @brgracer ok… for remote system debugging

      on MM server side, or MM full…

      address:"0.0.0.0",
      ipWhiteList:[],
      

      then you can access the mirror from other system and use debugger

      there IS a border. around ALL the modules
      defined in main.css

        --gap-body-top: 60px;
        --gap-body-right: 60px;
        --gap-body-bottom: 60px;
        --gap-body-left: 60px;
      

      let me look

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

      @brgracer can you tell me roughly where you are trying to move the weather ?

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

      @brgracer css is MOST SPECIFIC instruction wins…

      so if you have a DIV and a SPAN
      and you target the DIV (not the SPAN) then the elements of the DIV are affected
      and MAYBE some elements on the SPAN that are inherited…

      but if you target the SPAN, the DIV is not affected , so you can set left margin of 0, on the SPAN, but that is INSIDE the DIV

      so the div will not move…

      have you used the developers window (ctrl-shift-i) elements tab to examine and apply styles to the elements?
      see the second link in my sig below for a starter on using it…

      now, the MODULE also supplies a css file, so IT might be more specific too…

      posted in Troubleshooting
      S
      sdetweil
    • RE: Non-Typical Setup, MM Stops Showing New Pictures (ImagesPhotos module)

      @ember1205 the latest PIOS is bookworm right?

      posted in Troubleshooting
      S
      sdetweil
    • RE: small outburst - opencv

      Ok, end of conversation. You’ve had your say

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

      @Richard238 said in Update, unable to connect.:

      And then I remembered the orig MM was still on a SD Card before I swapped over to a USB drive

      backup , backup, backup…

      posted in Troubleshooting
      S
      sdetweil
    • RE: Newsfeed Show Article Displays Captcha

      I added the NY times feed to my test MM, and don’t see any problems

      posted in Troubleshooting
      S
      sdetweil
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 2040
    • 2041
    • 6 / 2041