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

    Posts

    Recent Best Controversial
    • RE: read csv-data and put it in an array

      to include in my modul i have to do the following ?

      1. go in my module-folder
      2. npm i --save csvtojson

      than i have to include in my module.js:
      // required scripts
      getScripts: function() {
      return [“moment.js”, “csvtojson.js”];
      },

      is this right?
      if so, how to use it in my script ?

      many thanks in advance.
      stay healthy !

      posted in Utilities
      PerlchampP
      Perlchamp
    • RE: read csv-data and put it in an array

      @sdtweil:
      thanks a lot. I will take a look at it.

      so long

      posted in Utilities
      PerlchampP
      Perlchamp
    • read csv-data and put it in an array

      hello,
      i want to read a csv-file and put it in an array. should be like this:
      [line 1, line2, line3, …]
      i don’t know how to handle it. who can help me, please.

      Many thanks in advance

      posted in Utilities
      PerlchampP
      Perlchamp
    • RE: background-image

      goal !
      css-file:
      modulname .image {
      background-image: url (“/modules/…/nnn.png”);
      background-repeat: no-repeat;
      background position: top left;
      }

      posted in Utilities
      PerlchampP
      Perlchamp
    • background-image

      is there a way to place a background image in a table cell?

      css:
      background-image: url (‘nnn.png’);
      background-repeat: no-repeat;
      background position: top left;

      does not work.

      thanks in advance.

      posted in Utilities
      PerlchampP
      Perlchamp
    • RE: [MMM-JaST] Just another Stock Ticker (new: version 2.x)

      something like this for goldprice i could need, whitch display a chart of the last 30 days …

      posted in Utilities
      PerlchampP
      Perlchamp
    • NOOB wants to code a birthdaylist - looking for a tutor

      hello, i am an absolute newcomer when it comes to programming and raspberry. I would like to create a birthday list from a calc table (columns: name; month of birth; birthday; year of birth), i.e. the names (first and last name) and the age of those who have birthdays in the current month should be displayed. Furthermore, those whose birthday is already over should not be shown. A corresponding .odt file is on the Raspberry Pi under home / user / documents. it should look something like this

      Thank you in advance !
      stay healthy !

      so long
      perlchamp

      posted in Utilities
      PerlchampP
      Perlchamp
    • RE: current weather

      the apikey took more time then i expected. now it works, but looks not so good i hoped …

      posted in Troubleshooting
      PerlchampP
      Perlchamp
    • current weather

      current weathewr is not displayed. why? it’ a standard module. i have installed mm today. so what’s wrong ?

      posted in Troubleshooting
      PerlchampP
      Perlchamp
    • 1 / 1