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

    Smotx

    @Smotx

    4
    Reputation
    1.1k
    Profile views
    66
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Smotx Unfollow Follow

    Best posts made by Smotx

    • RE: MMM-Hue

      @sirdizzle said in MMM-Hue:

      Can anyone assist me in configuring the module correctly?

      I have it set up, but having trouble filtering out more than one group via hideGroupsWithString

      Currently, I have hideGroupsWithString: "Custom group for $lights" and that works, but I’m not sure how to add more groups to the string correctly.

      I know this is an old thread, but any help would be appreciated.

      Thanks

      Same question here.

      I want to hide my dimmer and hgrp.

      Thanks for help

      posted in Utilities
      S
      Smotx
    • RE: MMM-NOAA - Another Weather Module

      Ok. i’m waiting about.

      posted in System
      S
      Smotx
    • RE: MMM-NOAA - Another Weather Module

      Cool, so i think now it’s my town^^.

      posted in System
      S
      Smotx
    • RE: MMM-Page-Selector: A page switcher that can set positions of modules

      Hi,

      Anyone have real exemple to use this ?

      posted in System
      S
      Smotx

    Latest posts made by Smotx

    • RE: MMM-Hue-Lights - new module for your Philips Hue lights!

      Hi,

      Why if i set

      var config = {
      	address: "0.0.0.0",
      

      (To open my MM from another computer)

      I have error on this module :

      Hue api erroe:error ; read ECONNREST
      hue api error: null
      

      Thx

      posted in Utilities
      S
      Smotx
    • RE: MMM-AQI

      Good, after Update header’s OK on screen, thx

      posted in Health
      S
      Smotx
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      what is the right process to follow for a new installation? the github page or the explanation on page 17?

      posted in Utilities
      S
      Smotx
    • RE: MMM-AQI

      @Mykle1

      nothing in MMM-AQI.CSS

      and on custom.css

      .aqi.good {
      	color: #009966;
      	font-size: 35px;
      }
      .aqi.moderate {
      	color: #ffde33;
      	font-size: 35px;
      }
      .aqi.unhealthy-sensitive {
      	color: #ff9933;
      	font-size: 35px;
      }
      .aqi.unhealthy {
      	color: #cc0033;
      	font-size: 35px;
      }
      .aqi.very-unhealthy {
      	color: #660099;
      	font-size: 35px;
      }
      .aqi.hazardous {
      	color: #7e0023;
      	font-size: 35px;
      }
      

      But without, it’s the same.

      posted in Health
      S
      Smotx
    • RE: regions...

      I love that (and you) if you find how to have 5 ragions on the same line, i need to display MM on my TV !

      posted in Development
      S
      Smotx
    • RE: MMM-AQI

      @Mykle1

      The same, it’s stange, on others module, header are ok on screen…

      posted in Health
      S
      Smotx
    • RE: MMM-AQI

      @Mykle1

      ```
      
      {
      			module: 'MMM-AQI',
      			position: 'top_left',
      			header: 'Polution',
      			config: {
      				token: "99860xxxxxxx",
      				city: "@8xxx",
      				iaqi: false,
      				updateInterval: 30 * 60 * 1000, // Every half hour.
      				initialLoadDelay: 0,
      				animationSpeed: 1000,
      				debug: false
      			}
      		},
      
      posted in Health
      S
      Smotx
    • RE: MMM-AQI

      Thx, very good, but why the ‘header’ is not visible ?

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

      Hi here,

      It’s possible to change only this text color ?

      alt text

      posted in Utilities
      S
      Smotx
    • RE: MMM-CalendarExt

      @Sean

      Thx for help, with your indication, i have finally used

      overflowHeight: 200,
      
      posted in Productivity
      S
      Smotx