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 88
    • Posts 20,668
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Are you tired of editing config.js, or have trouble doing it, see my new module

      I have updated the module now to support multiple instances of the same module,
      a little config (adding name to a file) … altho the module will auto detect if multiples are being used NOW, regardless of the file

      ALSO, one lacking feature of this solution is being able to get the form exactly right… as the info is missing in the module data…

      BUT i am creating the form info ANYHOW, so it can be saved and manually edited to improve the module experience, and I will use THAT instead of constructing the info every time…

      this means u can add selection lists, and other features (very easily)
      see the two issues for instructions

      multi-module
      https://github.com/sdetweil/MMM-Config/issues/2

      and save and use schema file
      https://github.com/sdetweil/MMM-Config/issues/11

      posted in Utilities
      S
      sdetweil
    • RE: Weather Module LocationID Error

      @stardyze unuxpected token, means the line before doesn’t end with a comma

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-cryptocoin

      @unfriendlydevice @mumblebaj

      thanks guys.

      send me text messages if u think I’ve missed some other troublesome users

      posted in Utilities
      S
      sdetweil
    • RE: How do I delete a module?

      @r3d6

      open a terminal window
      ctrl-alt-t

      cd ~/MagicMirror/modules
      rm -rf   xxxxx
      

      where xxxxx is the module you have installed and now want to delete.

      exact letter case matters
      foo is not the same as Foo on Linux

      then do

      cd ~/MagicMirror/config
      nano config.js
      

      use the arrow keys on the keyboard to move up and down, left and right

      find the entry

      module:"xxxxx`,
      

      where xxxxx is the module u want to delete
      move the cursor to the right end of that line

      hit the enter key
      type

       disabled:true,
      

      hit Ctrl-o
      hit enter

      hit ctrl-x

      you will be back at the terminal window prompt

      do

      cd ~/MagicMirror
      

      you can now restart MagicMirror however you do that
      npm start
      or
      pm2 restart

      read the two links in my signature below
      we did the disable approach cause it’s the easiest to do, and requires the least amount of content format knowledge.

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-HomeAssistant-Sensors (Development) - Show your HA Sensors on your Mirror

      @Ivanov_d OR the better way, never change files supplied by mm or a module(as this breaks upgrades or fix distribution). the system is designed to support your local changes

      edit ~/MagicMirror/css/custom.css
      (if it doesn’t exist, create it)

      add all those definitions but add the module name (and a space) in front of each

      .MMM-HomeAssistant-Sensors

      notice the leading dot

      posted in Utilities
      S
      sdetweil
    • RE: How do I properly uninstall magic mirror on raspberry pi 4

      @r3d6 my bullseye script should handle either way. I updated the comments to include other systems, not just bullseye

      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-CalendarExt3

      @bicolorbore586 no config option, just set cw to display:none in custom.css

      posted in Utilities
      S
      sdetweil
    • RE: Can't get update alert to go away

      @pminich weird
      do

      cd ~/MagicMirror
      git pull
      
      posted in Troubleshooting
      S
      sdetweil
    • RE: MMM-ModulesGroupsRotation - simple alternative to MMM-pages

      @plainbroke I’ve updated my fork of MMM-pages with the same function .
      https://github.com/sdetweil/MMM-pages

      only they are called pages instead of slides

      pageTimeout: [ {pageNumber:x, timeout:nnnnn},....]
      
      posted in Utilities
      S
      sdetweil
    • RE: Merge conflict after update to 2.19

      also

      git checkout filename
      

      will restore a file to it’s repo contents.

      posted in Troubleshooting
      S
      sdetweil
    • 1 / 1