MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Smotx
    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 0
    • Topics 7
    • Posts 66
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: MMM-CalendarExt

      Hi,

      Little help please,

      how to reduce the height of the module?

      It adapts automatically to the content, but suddenly exceeds the top one

      alt text

      Thx a lot.

      posted in Productivity
      S
      Smotx
    • RE: MMM-DarkSkyForecast - Yet ANOTHER weather module

      Hi,

      I have test to modify every lines on original CSS and i can’t found how to reduce space top and under ‘day’

      alt text

      Thx for help

      sorry, I knew stupid, I had already asked this question and already had the answer ^^

      For help others who wants to redure space :

      .MMM-DarkSkyForecast .module-header {
        margin-bottom: 20px; /* adjust to taste */
      }
      
      .MMM-DarkSkyForecast .module-header.forecast-header {
        margin-bottom: 20px; /* adjust to taste */
      }
      
      .MMM-DarkSkyForecast .wrapper.tiled .forecast-container .forecast-item .time,
      .MMM-DarkSkyForecast .wrapper.tiled .forecast-container .forecast-item .day-name {
      line-height: 20px; /* adjust to taste */
      }
      
      Thx to module designer
      
      posted in Utilities
      S
      Smotx
    • RE: Animated rainbow color gradient for the default clock module

      @ganget said in Animated rainbow color gradient for the default clock module:

      {
      module: “clock”,
      position: “top_center”,
      classes: “clock-time-only”, //this line
      config: {
      timeFormat: 24,
      showPeriod: true,
      displaySeconds: false
      }

      Ok but it’s not ok on mine :(.

      {
      			module: "updatenotification",
      			position: "top_bar"
      		},
      		{
      			module: "clock",
      			position: "top_left",
      			classes: "clock-time-only"
      		},
      
      posted in Showcase
      S
      Smotx
    • RE: Animated rainbow color gradient for the default clock module

      I have set on custom.css but no result on MM :(.

      body {
      	margin: 5px;
         height: calc(100% - 10px);
         width: calc(100% - 10px);
         background: #000;
         color: #FA72A8;
      }
      .dimmed {
       color: #BCDDFF;
      }
      .normal {
       color: #D4FDED;
      }
      .clock .time {
         font-size: 98px;
      }
      .clock .seconds {
         color: #985F8E;
      }
      .clock .date {
         color: #F0C8DA;
      }
      .clock-time-only-color {
         background-image: linear-gradient(to left, #ff0000,#ff4000,#ff8000,#ffbf00,#ffff00,#bfff00,#80ff00,#40ff00,#00ff00,#00ff40,#00ff80,#00ffbf,#00ffff,#00bfff,#0080ff,#0040ff,#0000ff,#4000ff,#8000ff,#bf00ff,#ff00ff,#ff00bf,#ff0080,#ff0040,#ff0000);
         -webkit-background-clip:  text;
         -webkit-animation: animate 60s linear infinite;
         background-size: 1000%;
         color: transparent;
         
      }
      @-webkit-keyframes animate {
         0%	{background-position: 0% 500%;}
         100%	{background-position: 500% 1000%;}
      }
      .region.upper.third {
       top: 38%;
      }
      
      .region.middle.center {
       top: 48%;
      }
      
      .region.lower.third {
       top: 60%;
      }
      
      posted in Showcase
      S
      Smotx
    • RE: Animated rainbow color gradient for the default clock module

      hi,

      in custom.css ?

      posted in Showcase
      S
      Smotx
    • RE: MMM-Domiticz

      Hi,

      Thx for this module.

      How to exclude Xiaomi doors sensors ?

      Thx for help.

      posted in Utilities
      S
      Smotx
    • RE: MMM-Hue-Lights - new module for your Philips Hue lights!

      @michael5r

      ```
      

      {
      module: “mmm-hue-lights”,
      position: “lower_third”, // pick whichever position you want
      config: {
      bridgeIp: “192.168.1.156”,
      user: “xxxxxxxxx”,
      displayType: “grid”,
      displaymode: “groups”,
      hideFilter: [“Bloom”, “V3”, “SDB”],
      // … and whatever else configuration options you want to use
      }
      },

      posted in Utilities
      S
      Smotx
    • RE: after reboot, not start with pm2 but ok with npm start

      @MrDondoT

      Re: [after reboot](not start with pm2 but ok with npm start)

      I have make a new clean install, and after 1 reboot : Same situation… i have juste install raspbian and empty of modules MM session…

      posted in Troubleshooting
      S
      Smotx
    • after reboot, not start with pm2 but ok with npm start

      Hello,

      (sorry my english is bad)

      everyday my MM start alone with boot of Rasp.

      everyday, i have freeze and i reboot rasp.

      This day, i reboot Rasp but MagicMirror don’t start on my display.

      i launch ‘PM2 restart MagicMirror’ and nothing
      I launch ‘PM2 stop MagicMirror’ and 'PM2 start MagicMirror and nothing…

      So, i’m going to /MagicMirror/ and i launch a ‘npm start’, MagicMirror start and i can view on my display !

      CTRL+C for stop the npm start

      and go to : ‘PM2 start Magic Mirror’ and nothing

      But no error message :(

      alt text

      alt text

      can you help me please ?

      posted in Troubleshooting
      S
      Smotx
    • 1 / 1