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

    Posts

    Recent Best Controversial
    • RE: Default Weather Module Icon Position

      @sdetweil

      ok, so since this isn’t working, do I change the item “classes” or “type” ?

      Screenshot 2024-03-30 at 3.43.19 PM.png
      Screenshot 2024-03-30 at 3.43.27 PM.png

      let’s say I change it to “weatherDAY” and “weatherWEEK”
      in the css do I change it to

      .weatherDAY .weathericon {
      .weatherWEEK .weathericon {
      

      so on and so forth?

      Screenshot 2024-03-30 at 3.50.03 PM.png

      posted in Troubleshooting
      G
      greedyvegan
    • RE: Default Weather Module Icon Position

      (currently reading)
      https://forum.magicmirror.builders/topic/6808/css-101-getting-started-with-css-and-understanding-how-css-works?_=1602611995137

      posted in Troubleshooting
      G
      greedyvegan
    • RE: Default Weather Module Icon Position

      I have this issue too, the dev window says they’re the same class
      Screenshot 2024-03-30 at 3.42.19 PM.png
      but the classes are already different/labeled as forecast and weather in config
      Screenshot 2024-03-30 at 3.43.19 PM.png
      Screenshot 2024-03-30 at 3.43.27 PM.png

      when I open everything in the developer window,
      this is the one that highlights the icon I want to move “</span> == $0”
      Screenshot 2024-03-30 at 3.47.41 PM.png

      Screenshot 2024-03-30 at 4.03.40 PM.png
      the current weather “sun” icon in the top module is the one I want to move,
      but its labeled as the current weather condition, NOT the icon I want to move
      when I uncheck the one I need, both icons from current weather and “today” from forecast both change
      Screenshot 2024-03-30 at 3.50.51 PM.png
      Screenshot 2024-03-30 at 3.48.32 PM.png

      it’s labeled as “weather weather” , when I change that, they both change (current weather and forecast)
      Screenshot 2024-03-30 at 3.50.03 PM.png

      what am I doing wrong?

      posted in Troubleshooting
      G
      greedyvegan
    • RE: set the calendar day to a short version

      @skyzuma

      check out this site
      https://www.npmjs.com/package/dateformat
      then play around with these settings

      Screenshot 2024-03-29 at 4.06.36 PM.png

      posted in Troubleshooting
      G
      greedyvegan
    • RE: New icons not showing up - default MM-Weather modules

      I have a joke:

      After HOURS of reading, research and testing,
      I FINALLY got the weather icons to change,
      THEN I spent hours trying to find out why I am missing an icon

      missingicon.gif

      the cloud icon is white.
      the background is white.
      so it’s “invisible”

      I changed the size of the icon in the developer window and saw six icons and fixed my problem.
      I bring this up to share a lesson, spend a little more time trying to figure it out.

      posted in Troubleshooting
      G
      greedyvegan
    • RE: [MMM-OnThisDayWikiApi] - Get Wikipedia's OnThisDay using the Wikimedia API

      @imdickie said

      The title seems to ignore the forced maxWidth. Is there any way to force the title to align to the body?!

      I’ve had this issue before
      try the developer view in a browser to see your options
      the default settings doesn’t prohibit you

      .MMM-OnThisDayWikiApi 
      {max-width:100vh;height:auto;max-height:auto;line-height:1em;}
      .MMM-OnThisDayWikiApi .title 
      {text-align:justify;margin-bottom:0.5em;text-transform:uppercase;}
      .MMM-OnThisDayWikiApi-single .title 
      {text-align: center; text-transform: capitalize;}
      .MMM-OnThisDayWikiApi ul 
      {padding: 0; margin-top: 0.5em;}
      .MMM-OnThisDayWikiApi-list
      {list-style: none; padding: 0;}
      .MMM-OnThisDayWikiApi-list li
      { text-align: justify; margin-bottom: 0.5em;}
      

      post your custom.css to assist you further

      posted in Showcase
      G
      greedyvegan
    • RE: My custom mirror

      @sdetweil ok, thanks. I need to look up web developers for dummies now.

      posted in Show your Mirror
      G
      greedyvegan
    • RE: My custom mirror

      @sdetweil I understood you here but I’m asking about priority overall, the developer window doesn’t display that.

      posted in Show your Mirror
      G
      greedyvegan
    • RE: My custom mirror

      @MMRIZE
      thank you very much, what’s the hierarchy levels as far as region, container, module in css?

      posted in Show your Mirror
      G
      greedyvegan
    • RE: MMM-SimpleBackgroundSlideshow

      can I add a flash drive and use that as a source of images?

      posted in Entertainment
      G
      greedyvegan
    • RE: My custom mirror

      @MMRIZE
      how do I get the news article image to have a permanent position, whether it appears/loads or not?? just like in your image.

      is that float or margin?

      |(image) (text text text text) |

      posted in Show your Mirror
      G
      greedyvegan
    • RE: My custom mirror

      @BerkSmash1984 https://github.com/ngnijland/MMM-text-clock

      posted in Show your Mirror
      G
      greedyvegan
    • RE: My custom mirror

      @MMRIZE nice, I like that; thank you

      posted in Show your Mirror
      G
      greedyvegan
    • My custom mirror

      Raspberry Pi 4 connected to a 40" tv, mounted on a wall, vertically.
      I built a box around the tv and used paint stirrers for the front of the frame

      Modules:
      MMM-anotherNewsFeed (default newsfeed with image of article)
      MMM-Breathwork (a reminder to inhale and exhale)
      MMM-CalendarExt3Agenda (mini month view and agenda)
      MMM-Chuck-Norris (silly Chuck Norris ‘jokes’)
      MMM-Chess-Daily (visibly hidden until you play a game)
      MMM-Dad-Jokes
      MMM-GooglePhotos (slideshow of google photos folder)
      MMM-iHaveBeenThere (the places that my wife &. I have visited
      MMM-OnSpotify (displays the currently playing song)
      MMM-OnThisDayWikiApi (things that happened on today’s date)
      MMM-Snake (play vintage snake game in full screen)
      MMM-text-clock (the current time written in words)
      Screenshot 2024-03-24 at 4.07.05 PM.png

      Here’s what gives each module its own “floating” background.
      (you have to modify the positions & regions in custom.css)

      /* css/custom.css */

      html {
        cursor: default;
        overflow: hidden;
        background: #c4c4c4;
      }
      
      
      body {
        margin: 10px;
        position: absolute;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        margin-bottom: -10px;
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.5;
        color: black;
        background: transparent;
      }
      
      header {
        background: transparent;
        padding: 0.5rem;
        text-align: center;
        border-bottom: 0.7px solid rgba(0, 0, 0, 0.1);
        color: black;
        font-size: 20px;
      }
      .dimmed {
        color: black;
      }
      
      .normal {
        color: black;
      }
      
      .bright {
        color: black;
      }
      
      /**
       * module.color_border_shadow
       */ 
       .module.clock,
       .module.calendar,
       .module.newsfeed,
       .module.weatherforecast,
       .module.currentweather,
       .module.compliments {
        padding:8px;
        border-radius: 10px;
        box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 55px 50px -35px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1);
        background: white;
      }
      
      .clock .time {
       font-size: 80px;
       text-align: center;
       margin-top: 25px;
       color: black;
       padding: 15px;
      }
      .clock .date {
        background: transparent;
        padding: 5px;
        text-align: center;
        border-bottom: 0.7px solid rgba(0, 0, 0, 0.1);
        color: black;
        font-size: 20px;
      }
      
      
      /**
       * module.width_height
       */
      .module.calendar {
        width:450px;
        height: 320px;
      }
      .module.weatherforecast {
        width:400px;
        height: 220px;
      }
      .module.currentweather {
        height: 180px;
        width:400px;
        text-align: center;
      }
      
      

      thank you @MMRIZE & @sdetweil for your assistance.

      posted in Show your Mirror
      G
      greedyvegan
    • RE: MMM-CalendarExt3 not syncing automatically with icloud

      even though the module loads, I see this error all the time; even after a refresh.
      Should I ignore it?

      Screenshot 2024-03-24 at 3.25.01 PM.png

      posted in Troubleshooting
      G
      greedyvegan
    • RE: MMM-NewsFeedTicker.

      @greedyvegan said in MMM-NewsFeedTicker.:

      @sdetweil

      thank you, I’m going to try it now

      I tried it and didn’t like it, so I removed it.
      thank you.

      posted in Troubleshooting
      G
      greedyvegan
    • RE: Developer Wanted To Modify Default Newsfeed Module

      @sdetweil

      agreed. I’ve scrapped the newsfeedticker, I like his module better

      posted in Requests
      G
      greedyvegan
    • RE: A New Chapter for MagicMirror: The Community Takes the Lead

      @MichMich

      even though I’ve only been exposed to your project in the last year I thank you for all you’ve done. IF I’ve spent hours/days/weeks on my mirror I can only imagine what you’ve gone through. Again, thank you.

      I always want to give a special acknowledgement to @MMRIZE & @sdetweil (and the others)
      for their assistance and contributions to the community and myself.

      posted in MagicMirror
      G
      greedyvegan
    • RE: Developer Wanted To Modify Default Newsfeed Module

      @sdetweil said newsfeedticker designed to be bottom bar ,
      full width . takes a lot of space to display all that and make it readable

      I totally understand what you’re saying, but:

      • some news articles only have seven words in their event
      • every newsfeed does not display an image

      Screenshot 2024-03-24 at 1.45.59 PM.png

      is there a way that I can force the module to remain and not animate/blink, so the background is always visible?
      And can I force the article to be on the right side of the article image whether it is displayed or not?
      Screenshot 2024-03-24 at 2.01.47 PM.png

      forgive me, I’m still learning, is that the display: block/flex/inline or margin:left/right % px?

      posted in Requests
      G
      greedyvegan
    • RE: Developer Wanted To Modify Default Newsfeed Module

      @MMRIZE said

      thank you, copied and pasted your code and it’s working.
      the screenshoScreenshot 2024-03-23 at 10.36.59 PM.png

      posted in Requests
      G
      greedyvegan
    • 1 / 1