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

    Posts

    Recent Best Controversial
    • RE: How to Remove old Module

      @nobita not the entire directory, but rather directory that contains your module inside of MagicMirror/modules

      For example if you have MagicMirror/modules/module_to_delete

      You would do:

      cd ~/MagicMirror
      rm -rf modules/module_to_delete
      
      posted in Troubleshooting
      morozgrafixM
      morozgrafix
    • RE: How to Remove old Module

      General suggestion on that would be:

      1. backup your config.js file
      2. Remove that module entry from config.js
      3. Remove directory for that module under MagicMirror/modules
      posted in Troubleshooting
      morozgrafixM
      morozgrafix
    • RE: IE11 / Edge browser black screen

      I don’t have a windows tablet or running MM on windows. I was able to load MM running on my RasPi from Windows 10 IE edge (whatever the latest version) without any problems and need to go into developer mode. Sorry can’t really reproduce the issue that you are experiencing.

      posted in Troubleshooting
      morozgrafixM
      morozgrafix
    • RE: starter problem # 2

      if you are comfortable with using ssh and scp you may not even need any GUI tools to transfer files.

      posted in Troubleshooting
      morozgrafixM
      morozgrafix
    • RE: Settings in config.js aren't loaded after reboot of RasPi

      cool, glad you managed to get it resolved and up and running.

      posted in Troubleshooting
      morozgrafixM
      morozgrafix
    • RE: starter problem # 2

      @kurt said in starter problem # 2:

      from the Raspberry with the npm start I get some error messages.

      What error messages are you getting when you running npm start from the RasPi terminal? (I’m assuming that you still have PIXEL loaded at that time)

      I would hold off on auto starting for now, until you can start it cleanly from the shell.

      posted in Troubleshooting
      morozgrafixM
      morozgrafix
    • RE: starter problem # 2

      @kurt are you running raspbian jessie or Jessie lite?

      If you are running regular jessie with graphical interface then I believe you need to run npm start in the terminal. DISPLAY=:0 npm start is used when you are connected over SSH from remote system, if I’m not mistaken.

      If you are running jessie lite then make sure you have minimal X window GUI installed. Full guide is here https://github.com/MichMich/MagicMirror/wiki/Jessie-Lite-Installation-Guide

      posted in Troubleshooting
      morozgrafixM
      morozgrafix
    • RE: How to load a <script> src = " " </script> into my mirror?

      @nbrenn sounds good. Good luck!

      posted in Development
      morozgrafixM
      morozgrafix
    • RE: How to load a <script> src = " " </script> into my mirror?

      @nbrenn I’ve reworked the code to follow that logic outline to get Your sum is 37 to show up in the middle of the MM. You can find a PR on GitHub or just look at my fork of your repo. Most of the code is commented and hopefully easy to follow. I also added some configuration options for better flexibility.

      0_1485341408447_upload-7b56fda4-6a24-42d5-8a75-8fc10ccd0dc4

      Since you didn’t need a table any longer, I took some shortcuts with processing the data and just calculating the sum of all numeric values from the file. You can add the module to the MM and then as it runs update the datafile with new values, MM should update in about a minute or whatever your updateInterval is set to.

      Let me know if you have any questions.

      P.S. I didn’t run it on RasPi, but it should work without a problem. :fingers_crossed: Also if you are planning to make this module available for others it may be worth renaming it to MMM-datafeed to follow the standard naming conventions.

      posted in Development
      morozgrafixM
      morozgrafix
    • RE: How to load a <script> src = " " </script> into my mirror?

      @nbrenn perfect!!! i can now see your full code and have better idea what you are trying to achieve.

      Your data file is not really a CSV (Comma Separated Values) file, just a text file with values on each line, so you were correct to remove that line.split(",") part. I already spotted a few things where your code will not work correctly. I will take a closer look at it later tonight and hopefully together we can get this resolved.

      posted in Development
      morozgrafixM
      morozgrafix
    • 1
    • 2
    • 6
    • 7
    • 8
    • 9
    • 10
    • 13
    • 14
    • 8 / 14