• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

read csv-data and put it in an array

Scheduled Pinned Locked Moved Utilities
313 Posts 3 Posters 406.8k Views 4 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    sdetweil @Perlchamp
    last edited by Apr 29, 2020, 7:49 PM

    @Perlchamp log.log only works in the modulename.js (the part loaded in the browser)
    we call it that cause its filename matches the module name

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    1 Reply Last reply Reply Quote 0
    • P Offline
      Perlchamp
      last edited by Apr 29, 2020, 7:51 PM

      ok, thanks again :-)

      1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @Perlchamp
        last edited by Apr 29, 2020, 7:52 PM

        @Perlchamp u can redirect the output of npm start to a file, npm start >somefile

        u can minimize the window with alt-spacebar, n

        u can open the developers window ( for the modulename,js debugging) npm start dev
        or if mirror already running use f12 or ctrl-shift-i on the keyboard

        I debug from my PC, ssh connected to pi, or I run MM on my PC… and debug there

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • P Offline
          Perlchamp
          last edited by Apr 29, 2020, 7:54 PM

          what do you use for debugging on pc ?
          do you have x64 or arm-based pc ?

          S 1 Reply Last reply Apr 29, 2020, 7:55 PM Reply Quote 0
          • S Offline
            sdetweil @Perlchamp
            last edited by sdetweil Apr 29, 2020, 7:56 PM Apr 29, 2020, 7:55 PM

            @Perlchamp x64, run linux or windows (today on linux), doesn’t matter… same debug process… look at console or browser window
            if I need to debug modulename.js on pi, I open browser from PC to the mirror URL and do it there

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • P Offline
              Perlchamp
              last edited by Apr 29, 2020, 7:58 PM

              AND:
              thanks a lot for YOUR time. i hope it will not been wasted … i will working hard to get some results …

              1 Reply Last reply Reply Quote 0
              • P Offline
                Perlchamp
                last edited by Apr 30, 2020, 12:32 AM

                @sdetweil said in read csv-data and put it in an array:

                I open browser from PC to the mirror URL and do it there
                I debug from my PC, ssh connected to pi, or I run MM on my PC… and debug there

                how ?

                S 1 Reply Last reply Apr 30, 2020, 12:41 AM Reply Quote 0
                • S Offline
                  sdetweil @Perlchamp
                  last edited by Apr 30, 2020, 12:41 AM

                  @Perlchamp on MagicMirror, in config, set address:“0.0.0.0”,
                  And ipWhitelist:[],

                  Then u can connect to the mm url from anywhere in your house/office.
                  http://ipaddress:port

                  Then f12 or ctrl-shift-i on the browser keyboard to open the developers window.

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  1 Reply Last reply Reply Quote 0
                  • P Offline
                    Perlchamp
                    last edited by Apr 30, 2020, 12:49 AM

                    ok thank.
                    if i want to test

                        readCSV: fs.readFile('birthdaylist.csv', 'utf8', function (err, data) {
                    	var dataArray = data.split(/\r?\n/);
                    	Log.log(dataArray);
                    
                    

                    or

                    readList: function() {
                    	var JFile=require('jfile');
                    	var myF=new JFile("MMM-birthday.txt");
                    	myF.lines // ["first line","second line"]
                    

                    i have to do this in node_helper right? and first i have to require them and of course to install them … something i forgot ?

                    S 1 Reply Last reply Apr 30, 2020, 1:44 AM Reply Quote 0
                    • S Offline
                      sdetweil @Perlchamp
                      last edited by Apr 30, 2020, 1:44 AM

                      @Perlchamp Log.log is ONLY in the browser, but fs. Is not usable in browser

                      U can test it w node to make sure it works. Then for mm it has to be in node_helper

                      Install library, so that you CAN require

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 7
                      • 31
                      • 32
                      • 5 / 32
                      5 / 32
                      • First post
                        44/313
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy