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

    Posts

    Recent Best Controversial
    • 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
    • RE: Email
              var name = mailObj.sender[0].name.replace(/['"]+/g,"");
              var subject = mailObj.subject.replace(/[\['"\]]+/g,"");    <----- **Here this line**
              var subject = subject.substring(0,30);  <----- **New Line**
      
      posted in Productivity
      H
      Hacksaw
    • RE: Email

      @samydp

      email.js
      search line 59:
      var subject = mailObj.subject.replace(/[['“]]+/g,”");
      among them include:
      var subject = subject.substring(0,30); //This limit of 30 characters

      posted in Productivity
      H
      Hacksaw
    • 1
    • 2
    • 2 / 2