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

    gauka12345

    @gauka12345

    1
    Reputation
    879
    Profile views
    20
    Posts
    0
    Followers
    1
    Following
    Joined
    Last Online

    gauka12345 Unfollow Follow

    Best posts made by gauka12345

    • RE: MM wont start after install

      @Mykle1 - you are star thank you so much x

      posted in Troubleshooting
      G
      gauka12345

    Latest posts made by gauka12345

    • RE: MMM-sort wont load help needed

      Sam, you are totally right by changing the port number it fixed the issue ;-)
      thanks you are genius!

      Kind regards
      Lukas

      posted in Troubleshooting
      G
      gauka12345
    • RE: MMM-sort wont load help needed

      thank you Sam ,

      hmm, i have got a XRPD running on this pi , so i could access it from my main PC

      also i have got another pi connected as the retro PI

      with the script nothing is happening

      pi@raspberrypi:~ $ sudo netstat -a | grep 8080
      pi@raspberrypi:~ $ sudo netstat -a | grep 8080
      pi@raspberrypi:~ $

      posted in Troubleshooting
      G
      gauka12345
    • RE: MMM-sort wont load help needed

      Hi Sam,

      pi@raspberrypi:~ $ pm2 status
      bash: pm2: command not found
      pi@raspberrypi:~ $ sudo pm2 status
      sudo: pm2: command not found
      pi@raspberrypi:~ $ pm2 stop 0
      bash: pm2: command not found
      pi@raspberrypi:~ $

      posted in Troubleshooting
      G
      gauka12345
    • RE: MMM-sort wont load help needed

      Hi Sam, please see below :

      i@raspberrypi:~/MagicMirror $ npm start

      magicmirror@2.12.0 start /home/pi/MagicMirror
      DISPLAY=“${DISPLAY:=:0}” ./node_modules/.bin/electron js/electron.js

      [2020-09-06 18:45:02.435] [LOG] Starting MagicMirror: v2.12.0
      [2020-09-06 18:45:04.939] [LOG] Loading config …
      [2020-09-06 18:45:05.050] [LOG] Loading module helpers …
      [2020-09-06 18:45:05.115] [LOG] No helper found for module: alert.
      [2020-09-06 18:45:05.127] [LOG] No helper found for module: clock.
      [2020-09-06 18:45:29.773] [LOG] Initializing new module helper …
      [2020-09-06 18:45:29.931] [LOG] Module helper loaded: MMM-DarkSkyForecast
      [2020-09-06 18:46:00.633] [LOG] Initializing new module helper …
      [2020-09-06 18:46:00.802] [LOG] Module helper loaded: MMM-SORT
      [2020-09-06 18:46:01.052] [LOG] No helper found for module: MMM-xiaomi.
      [2020-09-06 18:46:01.058] [LOG] No helper found for module: MMM-Remote-Control.
      [2020-09-06 18:46:01.062] [LOG] No helper found for module: MMM-NetworkConnection.
      [2020-09-06 18:46:01.281] [LOG] No helper found for module: MMM-WorldTides.
      [2020-09-06 18:46:01.296] [LOG] No helper found for module: MMM-Lunartic.
      [2020-09-06 18:46:01.301] [LOG] No helper found for module: calendar_monthly.
      [2020-09-06 18:46:06.074] [LOG] Initializing new module helper …
      [2020-09-06 18:46:06.076] [LOG] Module helper loaded: calendar
      [2020-09-06 18:46:06.157] [LOG] No helper found for module: MMM-AirQuality.
      [2020-09-06 18:46:07.196] [LOG] Initializing new module helper …
      [2020-09-06 18:46:07.201] [LOG] Module helper loaded: newsfeed
      [2020-09-06 18:46:07.204] [LOG] All module helpers loaded.
      [2020-09-06 18:46:14.610] [LOG] Starting server on port 8080 …
      [2020-09-06 18:46:15.474] [LOG] Server started …
      [2020-09-06 18:46:15.477] [LOG] Connecting socket for: MMM-DarkSkyForecast
      [2020-09-06 18:46:15.480] [LOG] ====================== Starting node_helper for module [MMM-DarkSkyForecast]
      [2020-09-06 18:46:15.481] [LOG] Connecting socket for: MMM-SORT
      [2020-09-06 18:46:15.483] [LOG] Starting node_helper for: MMM-SORT
      [2020-09-06 18:46:15.484] [LOG] Connecting socket for: calendar
      [2020-09-06 18:46:15.488] [LOG] Starting node helper for: calendar
      [2020-09-06 18:46:15.495] [LOG] Connecting socket for: newsfeed
      [2020-09-06 18:46:15.498] [LOG] Starting node helper for: newsfeed
      [2020-09-06 18:46:15.504] [LOG] Sockets connected & modules started …
      [2020-09-06 18:46:28.584] [ERROR] Whoops! There was an uncaught exception…
      [2020-09-06 18:46:28.598] [ERROR] Error: listen EADDRINUSE: address already in use 127.0.0.1:8080
      at Server.setupListenHandle [as _listen2] (net.js:1226:14)
      at listenInCluster (net.js:1274:12)
      at GetAddrInfoReqWrap.doListen [as callback] (net.js:1413:7)
      at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:65:10) {
      code: ‘EADDRINUSE’,
      errno: ‘EADDRINUSE’,
      syscall: ‘listen’,
      address: ‘127.0.0.1’,
      port: 8080
      }
      [2020-09-06 18:46:28.810] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
      [2020-09-06 18:46:28.819] [ERROR] If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
      [2020-09-06 18:46:28.911] [LOG] Launching application.

      posted in Troubleshooting
      G
      gauka12345
    • MMM-sort wont load help needed

      ![alt text](image url)Hi every one…

      i have got an issue with MMM-SORT - the module wont load,

      is stuck on ( first the tide rushes in… )

      does anyone know why this is happened. i have valid key and also bough a credits so it should work correctly.

      posted in Troubleshooting
      G
      gauka12345
    • RE: Automatic installation

      can you please show the link ? did you managed to sot this ?

      posted in Troubleshooting
      G
      gauka12345
    • RE: MMM-xiaomi - Temperature and Humidity from your smarthome

      Hi
      You can get token by installing older version of mi home app on you mobile
      https://www.apkmirror.com/apk/xiaomi-inc/mihome/mihome-5-0-19-release/mihome-5-0-19-android-apk-download/
      Then you will need to follow this tutorial to obtain the token
      https://www.youtube.com/watch?v=Q4QV8tMI8H4
      however so far i have swap the tokens but with no luck. i think the device need to be discovered by MIiio.

      posted in Utilities
      G
      gauka12345
    • RE: MMM-xiaomi - Temperature and Humidity from your smarthome

      pi@raspberrypi:~/miio $ miio discover
      INFO Discovering devices. Press Ctrl+C to stop.

      Device ID: 72558327
      Model info: lumi.gateway.v3
      Address: 192.168.0.9
      Token: ???
      Support: At least generic

      posted in Utilities
      G
      gauka12345
    • RE: MMM-xiaomi - Temperature and Humidity from your smarthome

      HI there i have got same problem the gateway was turned off
      then i have tried to reconnect all the temperature sensors and tokens shows with ??? question marks… can some one help please!

      posted in Utilities
      G
      gauka12345
    • RE: MMM-xiaomi - Temperature and Humidity from your smarthome

      fix -

      sudo npm install -g miio

      posted in Utilities
      G
      gauka12345