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

    Hacksaw

    @Hacksaw

    1
    Reputation
    632
    Profile views
    13
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Age 67

    Hacksaw Unfollow Follow

    Best posts made by Hacksaw

    • RE: Icon einfügen

      @Hacksaw said in Icon einfügen:

      Sorry forgot the picture

      Luftdaten.jpg

      Luftdaten_en.jpg

      posted in Utilities
      H
      Hacksaw

    Latest posts made by Hacksaw

    • RE: Icon einfügen

      @Hacksaw said in Icon einfügen:

      Sorry forgot the picture

      Luftdaten.jpg

      Luftdaten_en.jpg

      posted in Utilities
      H
      Hacksaw
    • RE: Icon einfügen

      I managed it :-)

      Greeting Peter

      posted in Utilities
      H
      Hacksaw
    • RE: Icon einfügen

      I would like to integrate in the module MMM air data an icon that expresses the current value.
      e.g. for values of AQI 0-50 (green smilie) from 50-100 (yellow smilie) … and so on.

      posted in Utilities
      H
      Hacksaw
    • RE: Icon einfügen

      @KristjanESPERANTO said in Icon einfügen:

      Try again in English and describe more precisely what you want. This is not clear from your current text.

      Sorry,

      Ich würde gerne in das Modul MMM-Luftdaten ein Icon integrieren, welches den aktuellen Wert ausdrückt.
      zB. bei Werten von AQI 0-50 (Grünes Smilie) von 50-100 (gelbes Smilie) … u.s.w.

      Greeting Peter

      posted in Utilities
      H
      Hacksaw
    • Icon einfügen

      Re: MMM-Luftdaten

      Ich würde gerne ein Icon einfügen.

      		if(pm10.value <= 54){
      		this.defaults.color =" green";
      		}else{......
      

      sorry ich Kann kein Englisch. :-(

      posted in Utilities
      H
      Hacksaw
    • RE: MMM-Advent - Advent Candle

      {
      module: “MMM-Advent”,
      position: “bottom_center”,
      config: {
      marks: 0,
      candleColor: “#EE1111”,
      start: [“2018-12-02 14:00:00”, “2018-12-09 14:00:00”, “2018-12-16 14:00:00”, “2018-12-23 14:00:00”],
      end: [“2018-12-24 22:00:00”, “2018-12-24 22:00:00”, “2018-12-24 22:00:00”, “2018-12-24 22:00:00”]
      }
      },

      posted in Fun & Games
      H
      Hacksaw
    • RE: Calendar 'line' - where is the code?

      currentweather.js

      Line 307:

      	temperature.className = "bright"; <-- this Line
      

      change to:

                  temperature.className = "brightt";
      

      in the custom.css

      Insert:

      .brightt {
      color: #FF0000;
      }

      Reboot

      posted in Troubleshooting
      H
      Hacksaw
    • RE: Monthly Calendar

      @yawns

      Thank you for translating

      posted in Utilities
      H
      Hacksaw
    • RE: Monthly Calendar

      @fragator ,

      Ich schreibe es mal in Deutsch, vieleicht habt ihr ein besseres Übersetzungsprogramm.

      In Deutschland haben wir die Sommerzeit und die Winterzeit. https://de.wikipedia.org/wiki/Sommerzeit
      Am 30.10.2016 ist wieder auf Winterzeit umgestellt worden. Seit dem schaltet der Kalender erst um 01:00Uhr auf den nächsten
      Tag um.

      Gruß Peter

      posted in Utilities
      H
      Hacksaw
    • RE: Monthly Calendar

      Hello
      Since the changeover from daylight saving time to winter time in Germany the calendar switches until 01:00 on the next day. You can change where un what must, for this to work correctly?
      Thank you.
      Sorry, as I kan only little English, I have translated it into Bing.

      Greeting Peter

      posted in Utilities
      H
      Hacksaw