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

    Posts

    Recent Best Controversial
    • RE: Stuck on creating a new fetcher

      @cotxwx When you start the MM and it hangs try to access the webpage through another computer/phone. Go to <:8080 (I believe it was). If you are able to see the MM then it correctly starts (this is my assumption).

      If it doesn’t work can you try to just run npm start without the DISPLAY=:0.

      posted in Troubleshooting
      U
      Ultimatum22
    • RE: MMM-SoccerLiveScore no pictures

      @ernst-jan said in MMM-SoccerLiveScore no pictures:

      at Request._callback (/home/pi/MagicMirror/modules/MMM-SoccerLiveScore/node_helper.js:36:30)

      You left out the most important line. The first line says there is something wrong at line 36 character 30 in the file node_helper.js but probably is the error above this. So post a bit more or upload the log somewhere. But this looks more like a bug in the plugin itself and not the core system.

      posted in Bug Hunt
      U
      Ultimatum22
    • RE: Stuck on creating a new fetcher

      DISPLAY=:0 meansyou have a screen at which you show the interface, what do you see on that screen, nothing? I haven’t install MM for a while, is there a log file by any change in the root MM folder?

      Try to run in dev mode, might give you more information

      npm start dev
      
      posted in Troubleshooting
      U
      Ultimatum22
    • RE: region.lower.third move downward

      In your second code example you are missing the . for region.

      Make sure you copy paste the code exactly, dots and hashes are important

      posted in Development
      U
      Ultimatum22
    • RE: News error

      Read the error message, ad.nl is not supported. If you check the sources you see which sources are available

      https://newsapi.org/v2/sources?apiKey=b33df8fffc4f47c6a75926a4bfd40088

      posted in Bug Hunt
      U
      Ultimatum22
    • RE: Attempting To Update

      @lavolp3 Because they are automatically generated files, you don’t include them in a repository.

      package-lock.json is automatically generated for any operations where npm modifies either the node_modules tree, or package.json. It describes the exact tree that was generated, such that subsequent installs are able to generate identical trees, regardless of intermediate dependency updates.
      

      https://docs.npmjs.com/files/package-lock.json

      posted in Troubleshooting
      U
      Ultimatum22
    • RE: Attempting To Update

      Those files are auto created by the system, you can safely remove them.

      rm package-lock.json
      
      rm vendor/package-lock.json
      

      In order to update git requires that no local files have changes, that is what the error message means.
      Those files should really be in a .gitignore file but that is another issues. Removing the files should solve your issue.

      posted in Troubleshooting
      U
      Ultimatum22
    • RE: Exchange SD-card RPi with Zero W

      @MM-Hans That is true, Mykle1 already said that. My post was after you swapped the SD card with an existing installation of MM on it.

      posted in Troubleshooting
      U
      Ultimatum22
    • RE: Exchange SD-card RPi with Zero W

      @MM-Hans Check if this works, haven’t tried it myself but problems looks the same.

      https://blog.miniarray.com/installing-node-js-on-a-raspberry-pi-zero-21a1522db2bb

      posted in Troubleshooting
      U
      Ultimatum22
    • RE: Magic Mirror on Jessie Lite

      @ROMSY Yes that is possible, I have done it too. It is a bit more hastle because the splashscreen didn’t work after the automatic installer and you have to do some manual stuff as linked by broberg earlier in this topic.

      posted in Tutorials
      U
      Ultimatum22
    • RE: Changing ipwhitelist prevents Mirror from loading correctly

      Do you have the master or develop branch? I noticed this issue on the develop branch but “ipWhitelist: []” works for me on the master branch without issues.

      posted in Troubleshooting
      U
      Ultimatum22
    • RE: [MMM-iFrameReload]: iFrame won't load

      @binderth said in [MMM-iFrameReload]: iFrame won’t load:

      No helper found for module: iFrameReload.

      That is no error, the module doesn’t has a node_helper class so this log just tells you it didn’t found one so it won’t load. Not sure about your other problem. It looks like a plain string object in the source code. I’ll try to reproduce it over the weekend, to see if I can get it to work.

      posted in Troubleshooting
      U
      Ultimatum22
    • RE: problem with ipWhitelist in MMM-Remote-Control

      @Barbarian said in problem with ipWhitelist in MMM-Remote-Control:

      192.168.1.1/112

      What is your ip range? Because you are using two different ones, 192.168.100.x and 192.168.1.x I thougth ::fff:192.168.1.1/112 means from 192.168.1.0 to 192.168.1.255, but I could be wrong. Have you tried to enter your own ip address only?

      posted in Troubleshooting
      U
      Ultimatum22
    • RE: MMM-Trakt

      Very nice, looks promising. Will try it out on my mirror.

      posted in Entertainment
      U
      Ultimatum22
    • RE: Error installing MagicMirror

      These are not errors but known warnings. What is your problem, doesn’t it work and what doesn’t work because this is probably not a blocking installation error.

      posted in Troubleshooting
      U
      Ultimatum22
    • RE: Help Translating Word Clock

      I didn’t found that other module, thanks for pointing it out.

      This is what I got so far, still a work in progress. The white square is supposed to be the rest minutes.
      0_1502901524555_MMM-WordClock.png

      posted in Requests
      U
      Ultimatum22
    • RE: Help Translating Word Clock

      Funny, I just started making a module like this myself yesterday because there was none. Looks very good so far.

      12-hour based makes more sense. I solved it by adding two numbers below the clock, 12 and 24. When the hour is less or equal than 12, 12 is lit and if it’s greater than 12 lit up 24 (if that makes any sense).

      I can show a screenshot of my module if you are interested.

      posted in Requests
      U
      Ultimatum22
    • RE: MMM-PublicTransportDB

      Are there any errors in the linux console? And in your browser, open the console with f12 in a chrome browser while you are on your MM page.

      posted in Troubleshooting
      U
      Ultimatum22
    • RE: Trouble with mm on start

      A very fast solution is too remove all desktop icons and set a black background. I used a different desktop then the default to fix this issue. I might do a tutorial if more people want a cleaner solution.

      posted in Troubleshooting
      U
      Ultimatum22
    • RE: Problem after installing MM on Pi Zero W

      @abergy said in Problem after installing MM on Pi Zero W:
      You are missing some linux libraries. Look at this line:

      /home/pi/MagicMirror/node_modules/electron/dist/electron: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory

      It says it is missing library libgconf-2.so.4, install it with sudo apt-get install libgconf-2-4.

      You are probably missing more libraries but it will only show 1 error at a time. So execute above command and then rerun MM. Look for the next missing library and install that. I had this error too and I was missing two libraries, I can’t remember what the other was tho.

      posted in Troubleshooting
      U
      Ultimatum22
    • 1 / 1