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

    Posts

    Recent Best Controversial
    • RE: How to implement specific module?

      @yawns
      I pulled a request, let’s see what will come.

      Thanks for your hint and the other modul.
      I’ll give it a try

      posted in Troubleshooting
      J
      Jeff
    • 24h weather forecast graph

      Hello,
      I found a weahter modul, where the 24h weather forecast is shown in a graph.
      https://github.com/thobach/MagicMirror2/tree/master/web

      Unfortunatelly the modul is not coded the “normal” way and I’m not able to get it working.
      I’m a bloody rooky in prgramming.

      Can somebody have a look at the modul and put it please the easy usable way?

      That would be awsome

      Thanks a lot

      This is how it looks like:
      alt text

      posted in Requests
      J
      Jeff
    • RE: How to implement specific module?

      @yawns
      okay thanks for explaining the languages.

      I like the way it looks, that’s the only reason I’m trying to get it.
      It shows the min and max temp of the next days in a graph

      alt text

      posted in Troubleshooting
      J
      Jeff
    • RE: How to implement specific module?

      Both of you thanks to your reply.

      I can handle adding “normal” moduls, like the instagram modul…

      But I think this one is build in a different way.

      Can somebody try to implement it and tell me how to do it?
      E.g. I’m not sure what to put in the config.js and I can’t find a documentation about it.

      Just have a look, what I meant with html file:
      https://github.com/thobach/MagicMirror2/tree/master/web

      posted in Troubleshooting
      J
      Jeff
    • RE: [ORDER CLOSED] Two way mirror order in Germany

      @gustav1976 Sorry missed it… now changed

      posted in Hardware
      J
      Jeff
    • RE: [ORDER CLOSED] Two way mirror order in Germany

      | # | username | sizes (m) | area (m²) | location | additional comments | pickup/delivery |
      |:-:|-|-|:-:|-|-|-|
      01 | yawns | ~ 0.8 * 0.8 | ~ 0.64 | Germany, Cologne | polished edges | delivery |
      02 | gustav1976 | 0.6 * 1.8 | 1.08 | Germany, Koblenz | polished edges | delivery |
      03 | gustav1976 | 1.0 * 1.2 | 1.20 | Germany, Koblenz | polished edges |delivery |
      04 | gustav1976 | 1.4 * 0.8 | 1.12 | Germany, Koblenz | polished edges | delivery |
      05 | lolobyte | 0.8*0.6 | 0,48 | Germany, Heilbronn | polished edges | pickup |
      06 | Jeff | 1,0 * 0,6 | 0,6| Germany, Karlsruhe | polished edges | pickup |
      07 | | | | | | |
      08 | | | | | | |
      09 | | | | | | |
      10 | | | | | | |
      Total | | | 5,12 | | | |

      posted in Hardware
      J
      Jeff
    • How to implement specific module?

      Hi,
      I’m trying to implement the weather module from thobach (https://github.com/thobach/MagicMirror2.git).
      The module is based on html. That’s new to me for the moduls… well everything is new to me on Magic Mirror.

      How do I get all the stuff in the “web” folder running?
      Where do I put each file and so on?
      Would be great if you will also tell me the commands :)

      Hope you can help me.
      Thanks

      posted in Troubleshooting
      J
      Jeff
    • RE: Problem: npm install && npm start

      Today I reinstalled my Pi.
      This time with Noob style, but with the image itself.

      After that, the automatic MagicMirror installation worked finde. Everything was updated correctly. Yesterday it didn’t work at all.
      Also I had the problem that google clalenders would not show up in the Magic Mirror.
      Today everything works fine.

      Maybe there is a problem with Noob installation?!

      posted in Troubleshooting
      J
      Jeff
    • RE: [ORDER CLOSED] Two way mirror order in Germany

      @Goldjunge_Chriz said in Two way mirror order in Germany:

      I will contact the glass supplier again tomorror. Maybe I can negotiate better terms for min. quantity. I think that could be possible. I will inform you if I know more.

      Great thanks

      posted in Hardware
      J
      Jeff
    • RE: Problem: npm install && npm start

      great! That worked out.
      Thanks alot

      I was trying it that way

      wget https://nodejs.org/dist/v4.0.0/node-v4.0.0-linux-armv7l.tar.gz 
      tar -xvf node-v4.0.0-linux-armv7l.tar.gz 
      cd node-v4.0.0-linux-armv7l
      

      Just for the latest version…

      But okay…

      Now I need to install npm as you said in your first post?

      Edit:
      I think it works now. At least the screen pops up.
      Just the weather forecast isn’t working right now.

      Can you have look at the code if everythin is correct so far?

      pi@raspberrypi:~/MagicMirror $ npm install && npm start
      npm WARN prepublish-on-install As of npm@5, `prepublish` scripts will run only for `npm publish`.
      npm WARN prepublish-on-install (In npm@4 and previous versions, it also runs for `npm install`.)
      npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information.
      
      > magicmirror@2.0.0 prepublish /home/pi/MagicMirror
      > npm run snyk-protect
      
      
      > magicmirror@2.0.0 snyk-protect /home/pi/MagicMirror
      > snyk protect
      
      Successfully applied Snyk patches
      npm WARN grunt-yamllint@0.2.0 requires a peer of grunt@~0.4.0 but none was installed.
      
      > magicmirror@2.0.0 start /home/pi/MagicMirror
      > electron js/electron.js
      
      
      Loading config ...
      Loading module helpers ...
      No helper found for module: alert.
      No helper found for module: clock.
      Initializing new module helper ...
      No helper found for module: compliments.
      No helper found for module: currentweather.
      No helper found for module: weatherforecast.
      Initializing new module helper ...
      All module helpers loaded.
      Starting server op port 8080 ... 
      Server started ...
      Connecting socket for: calendar
      Starting node helper for: calendar
      Connecting socket for: newsfeed
      Starting module: newsfeed
      Sockets connected & modules started ...
      Launching application.
      Create new calendar fetcher for url: http://www.calendarlabs.com/templates/ical/US-Holidays.ics - Interval: 300000
      Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
      pi@raspberrypi:~/MagicMirror $ 
      pi@raspberrypi:~/MagicMirror $ ^C
      pi@raspberrypi:~/MagicMirror $ sudo npm install && npm start
      npm WARN prepublish-on-install As of npm@5, `prepublish` scripts will run only for `npm publish`.
      npm WARN prepublish-on-install (In npm@4 and previous versions, it also runs for `npm install`.)
      npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information.
      npm WARN lifecycle magicmirror@2.0.0~prepublish: cannot run in wd %s %s (wd=%s) magicmirror@2.0.0 npm run snyk-protect /home/pi/MagicMirror
      npm WARN grunt-yamllint@0.2.0 requires a peer of grunt@~0.4.0 but none was installed.
      
      > magicmirror@2.0.0 start /home/pi/MagicMirror
      > electron js/electron.js
      
      Loading config ...
      Loading module helpers ...
      No helper found for module: alert.
      No helper found for module: clock.
      Initializing new module helper ...
      No helper found for module: compliments.
      No helper found for module: currentweather.
      No helper found for module: weatherforecast.
      Initializing new module helper ...
      All module helpers loaded.
      Starting server op port 8080 ... 
      Server started ...
      Connecting socket for: calendar
      Starting node helper for: calendar
      Connecting socket for: newsfeed
      Starting module: newsfeed
      Sockets connected & modules started ...
      Launching application.
      Create new calendar fetcher for url: http://www.calendarlabs.com/templates/ical/US-Holidays.ics - Interval: 300000
      Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
      posted in Troubleshooting
      J
      Jeff
    • 1 / 1