MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. ankonaskiff17
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 1
    • Followers 5
    • Topics 78
    • Posts 318
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Module Border Removal Issue

      @sdetweil This a follow-on question regarding developer tools while MM running. If you have a module that is updating at a rapid pace it gets to be a real challenge trying to drill down to the lines you want to look at because at each cycle it will close all the expanded subsections. Is there a way to stop that other than setting a large update value?
      Seems like it was either stock ticker or news ticker were culprits as rest of modules like calendar you can update every 12 hours or so.

      posted in Custom CSS
      ankonaskiff17A
      ankonaskiff17
    • RE: Module Border Removal Issue

      @sdetweil When you address header as in the question above are you not speaking to the page as a whole?
      Some modules have headers effectively turned on while others have header turned off.
      I know that it pays to look at how each individual module is configured by its author.
      If author of module in question is setting that property in their module CSS which one will take precedence, the
      header { property}
      or
      .mymodule {property}

      The following is from my big screen nightmare project via @Piranha1605 and is for setting border color but I think would be applicable to other module properties as well.

      .module.MMM-CalendarExt2,
      .module.weather,
      .module.currentweather,
      .module.calendar,
      .module.MMM-Pollen,
      .module.MMM-SystemStats {
       background-color:#2a313b;
       border-radius:8px;
       padding:8px;
       box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 1), 0 8px 20px 0 rgba(0, 0, 0, 0.19);
      }
      posted in Custom CSS
      ankonaskiff17A
      ankonaskiff17
    • RE: Module Border Removal Issue

      @matt216 Maybe some version of
      .module.mymodule .header { yada yada }

      .mymodule .header { yada yada }

      SWAG on my part in some respects.

      posted in Custom CSS
      ankonaskiff17A
      ankonaskiff17
    • RE: Copy existing SD Card

      @djboob66 I have a portable Toshiba drive plugged in to the very Pi I want to make the copy of. Originally bought to upload camera images from my camera’s SD card. Plugged in a few months ago to see how the Pi would respond.

      posted in General Discussion
      ankonaskiff17A
      ankonaskiff17
    • RE: Copy existing SD Card

      @sdetweil Thanks. Seems easy enough. There seem to be more than one way to skin that cat. Which is preferred?

      posted in General Discussion
      ankonaskiff17A
      ankonaskiff17
    • Copy existing SD Card

      Can I copy the whole SD card of an existing MM + Raspian OS on to a second SD card. I have a spare Pi and a donor monitor but not so proficient in Linux based commands and my copying experience more at the file/folder level.

      posted in General Discussion
      ankonaskiff17A
      ankonaskiff17
    • RE: Electron vs Magic Mirror Puzzle

      @sdetweil That wa the ticket. Ran npm install on that module, said it installed 2 components which I took as a positive sign. Un-commented the module in config.js and running well.

      posted in Troubleshooting
      ankonaskiff17A
      ankonaskiff17
    • Electron vs Magic Mirror Puzzle

      So I did a direct copy paste of MMM-NewsFeedTicker from a MM where it works flawlessly over to big screen MM where it doesn’t work flawlessly.

      If I comment out the NewsFeedTicker in config.js everything is good. Put back in service and it just pops up a black screen that I assume is some alternative terminal, Electron.
      The only difference is that the MM that works is running older version of MM as I have not updated it.

      BR MM.jpg

      LR MM.jpg

      posted in Troubleshooting
      ankonaskiff17A
      ankonaskiff17
    • RE: NPM Update

      @bugsounet @sdetweil I’ll take the advice of the experts.

      posted in General Discussion
      ankonaskiff17A
      ankonaskiff17
    • NPM Update

      I had configuration error yesterday and was getting the broken configuration screen and decided to do the config:check line that is displayed and after it ran with no issues but did throw up big message block that said “MAJOR UPDATE AVAILABLE” in big bold text and was wondering about running that update and where it goes.

      posted in General Discussion
      ankonaskiff17A
      ankonaskiff17
    • 1
    • 2
    • 23
    • 24
    • 25
    • 26
    • 27
    • 31
    • 32
    • 25 / 32