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

    Topics

    • ankonaskiff17A

      MMM-JaST Ticker Question

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      4
      0 Votes
      4 Posts
      783 Views
      ankonaskiff17A
      @jalibu I split the difference. Most companies have something along the lines of Incorporated or Corporation hung of backside of their name, and or the corporate name is not what a company is referred to in conversation. For example BA, or as its letterhead says, The Boeing Company. Whether it is financial news or straight news, no one says “The Boeing Company”, people just refer to BA as Boeing. So I added the name back but edited each name back to what each company is called in conversation.
    • ankonaskiff17A

      MMM-JaST Depot

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      5
      0 Votes
      5 Posts
      806 Views
      ankonaskiff17A
      @jalibu It’s not a big deal. Once I Googled it and backed out references to Home Depot in my search I found some references that I figured it loosely meant balance as in bank balance or share balance. I follow US stock markets to a certain degree and had never heard the term. One of the thousands of obscure bits of trivia salted away in my brain.
    • ankonaskiff17A

      Clearing Custom CSS warnings from editor,

      Watching Ignoring Scheduled Pinned Locked Moved Custom CSS
      10
      0 Votes
      10 Posts
      1k Views
      S
      @ankonaskiff17 yes. and I have multiple calendars and do the same, add another url
    • ankonaskiff17A

      Keyboard Shortcut for Developer Tools

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      10
      0 Votes
      10 Posts
      2k Views
      ankonaskiff17A
      @sdetweil Thank You. I do appreciate the help. I’m going to post another question but it’s kinda-sorta a CSS and code editor question so will post there.
    • ankonaskiff17A

      pm2 start

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      3
      1
      0 Votes
      3 Posts
      555 Views
      ankonaskiff17A
      @sdetweil Just thinking might be confusing to someone if they forgot that command, went hunting for it, saw pm2 start mm then don’t know why it won’t start. First installation I did was the “official” manual installation. That actually bit me on my second installation which used your installation script. I had the manual installation pm2 start mm set in my head from manual installation. I figured it out pretty promptly but I still like to skim through those first few sections to make sure I didn’t miss/forget a step.
    • ankonaskiff17A

      Copy existing SD Card

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      8
      0 Votes
      8 Posts
      1k Views
      BKeyportB
      @ankonaskiff17 Yes, but I wouldn’t recommend it. I wouldn’t even copy the config.txt file from one to another. Just burn a new card, and install programs fresh, copying over data and modifying config as needed.
    • ankonaskiff17A

      Electron vs Magic Mirror Puzzle

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      3
      2
      0 Votes
      3 Posts
      492 Views
      ankonaskiff17A
      @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.
    • ankonaskiff17A

      NPM Update

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      4
      0 Votes
      4 Posts
      680 Views
      ankonaskiff17A
      @bugsounet @sdetweil I’ll take the advice of the experts.
    • ankonaskiff17A

      Weather Module Current Forecast

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      6
      0 Votes
      6 Posts
      940 Views
      ankonaskiff17A
      @sdetweil I understand that. It had “loading” displayed when I went to bed but when I got up forecast/current had loaded and was displaying the current forecast. So in some respect weathergov forecast/current was functional,
    • ankonaskiff17A

      tableClass sizing question in weather module

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      7
      0 Votes
      7 Posts
      1k Views
      S
      @ankonaskiff17 in the bedroom… none of my TVs will go totally dark I have a 43in 4k in the hall for my pictures and walk by info… its my nightlight! lol
    • ankonaskiff17A

      New Default Weather Module.

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      7
      0 Votes
      7 Posts
      1k Views
      S
      @ankonaskiff17 what’s the problem?
    • ankonaskiff17A

      Setting Default Code Editor

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      2
      0 Votes
      2 Posts
      233 Views
      S
      @ankonaskiff17 https://www.raspberrypi.org/forums/viewtopic.php?t=254208
    • ankonaskiff17A

      For My Nightstand

      Watching Ignoring Scheduled Pinned Locked Moved Show your Mirror
      5
      1
      4 Votes
      5 Posts
      3k Views
      ankonaskiff17A
      @doppelganger It isn’t really that bad. Unfortunately that was an early Fathers Day gift and now at fathers, so I can’t show the exact configuration . But for instance, the below gives you shadows and radiused corners. I just copied from the CSS on @Piranha1605 Black Boxes example and dropped it in my custom.css file. Just delete modules you don’t have, add ones you do have. For me that meant deleting newsfeed, compliments and both the weatherforecast and currentweather since the weather module takes place of current and forecast. /** module.color_border_shadow */ .module.clock, .module.calendar, .module.newsfeed, .module.weatherforecast, .module.currentweather, .module.compliments { padding:8px; border-radius: 10px; box-shadow: 0 2em 6em #000; background: transparent; } So mine is: module.clock module.calendar module.weather module.MMM-SmartWebDisplay { padding:8px; border-radius: 15px; box-shadow: 0 2em 6em #000; background: transparent; } The iFrame was a roll of dice on my part but it worked with no problems I increased border-radius: to 15px (I think) but may be 12px and got more of a radius than in the original example. I copy/pasted his header from the #3 example neomorphism to get the headers on the weather and calendar to get shadowed look. Clock has no header so no effect.
    • ankonaskiff17A

      Saving file causing MM to reload

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      4
      0 Votes
      4 Posts
      566 Views
      S
      @ankonaskiff17 and said yes to use pm2?
    • ankonaskiff17A

      Bedside Display

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      9
      0 Votes
      9 Posts
      2k Views
      H
      @cowboysdude Sweet, i looked at what everyone had done to get ideas and see whats possible
    • ankonaskiff17A

      Setting z-index on two iFrames

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      211 Views
      ankonaskiff17A
      I have two iFrames and I need to set z-index so one overlaps and hides a portion of the other iFrame. Is that something I do in config.js or custom.css. Both iFrames are there, functioning fine but the css for that module is minimal and I need to flip which one lays over the other. I’ve tried changing the order in which they are positioned in the config.js file and it makes no difference.
    • ankonaskiff17A

      iFrame border properties

      Watching Ignoring Scheduled Pinned Locked Moved Custom CSS
      1
      0 Votes
      1 Posts
      434 Views
      ankonaskiff17A
      I have an iFrame to hold a weather radar image. Default for iFrame is no border but I wanted one to act as border for radar image. Got border no problem and I defined color also but it behaved as if it had some sort of bevel type property that I don’t understand. For example if I chose hex value for red, the bottom and right borders would be red, the top and left borders would be a darker red. Anyone got any thoughts on what is going on there?
    • ankonaskiff17A

      Trouble converting to a config.js or CSS parameter

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      5
      0 Votes
      5 Posts
      651 Views
      ankonaskiff17A
      I read through you code and reasonably easy to follow along and you gave everything unique names which helps. The WeatherChart OTOH that uses the same block of code but doesn’t really lay out the underlying chart.js stuff which in that case I have failed to make work. Obviously if I can change it in the script itself I should be able to make it work in config.js but that has not been the case after trying oodles of different combinations.
    • ankonaskiff17A

      Distinguishing CSS from Config

      Watching Ignoring Scheduled Pinned Locked Moved Custom CSS
      4
      0 Votes
      4 Posts
      725 Views
      S
      @ankonaskiff17 this.config. says u can add variables to config section. Or use the default for it. color: And fillcolor:
    • 1 / 1