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

    Tribun

    @Tribun

    1
    Reputation
    219
    Profile views
    23
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Location Austria

    Tribun Unfollow Follow

    Best posts made by Tribun

    • RE: Contribute to a module. Volunteers wanted! Easy!

      n2718, Eisenstadt (Burgenland), Austria , CET - Central European Time

      posted in Troubleshooting
      T
      Tribun

    Latest posts made by Tribun

    • MMM-MktIndex is not working

      The module no longer works for me. Now only the display without numbers or values ​​is shown. Reinstalling the module didn’t help.

      I found the following lines in the logs:
      MagicMirror-error.log

      MKTINDEX] API Error:  Invalid response body while trying to fetch https://consent.yahoo.com/v2/collectConsent?sessionId=3_cc-session_107e0739-baad-498b-8fa5-54ff56f16484: Premature close (/home/pi/MagicMirror/modules/MMM-MktIndex/node_helper.js:59 )
      

      MagicMirror-out.log

      2024-04-07T18:42:17 <log> fetch https://consent.yahoo.com/v2/collectConsent?sessionId=3_cc-session_107e0739-baad-498b-8fa5-54ff56f16484 (/home/pi/MagicMirror/modules/MMM-MktIndex/node_modules/yahoo-finance2/dist/cjs/src/lib/options.js:19 Object.debug)
      [07.04.2024 18:43.09.937] [LOG]   2024-04-07T18:43:09 <log>  payload: undefined (/home/pi/MagicMirror/modules/MMM-Logging/node_helper.js:34 Class.socketNotificationReceived)
      [07.04.2024 18:43.09.955] [LOG]   2024-04-07T18:43:09 <log>  payload: undefined (/home/pi/MagicMirror/modules/MMM-Logging/node_helper.js:34 Class.socketNotificationReceived)
      [07.04.2024 18:44.19.963] [LOG]   2024-04-07T18:44:19 <log>  payload: undefined (/home/pi/MagicMirror/modules/MMM-Logging/node_helper.js:34 Class.socketNotificationReceived)
      [07.04.2024 18:44.19.988] [LOG]   2024-04-07T18:44:19 <log>  payload: undefined (/home/pi/MagicMirror/modules/MMM-Logging/node_helper.js:34 Class.socketNotificationReceived)
      [07.04.2024 18:45.29.960] [LOG]   2024-04-07T18:45:29 <log>  payload: undefined (/home/pi/MagicMirror/modules/MMM-Logging/node_helper.js:34 Class.socketNotificationReceived)
      [07.04.2024 18:45.29.990] [LOG]   2024-04-07T18:45:29 <log>  payload: undefined (/home/pi/MagicMirror/modules/MMM-Logging/node_helper.js:34 Class.socketNotificationReceived)
      [07.04.2024 18:46.39.968] [LOG]   2024-04-07T18:46:39 <log>  payload: undefined (/home/pi/MagicMirror/modules/MMM-Logging/node_helper.js:34 Class.socketNotificationReceived)
      [07.04.2024 18:46.39.987] [LOG]   2024-04-07T18:46:39 <log>  payload: undefined (/home/pi/MagicMirror/modules/MMM-Logging/node_helper.js:34 Class.socketNotificationReceived)
      

      Can someone help me with troubleshooting?

      posted in Troubleshooting
      T
      Tribun
    • RE: MMM-Netatmo updated

      @Laz
      At choose scopes: select “read station” and press generate token, you will get the “refreshToken:” and
      “accessToken:”

      Enter all newly created values ​​in config.js after that it should work again.

      Netatmo.jpg

      posted in Utilities
      T
      Tribun
    • RE: MMM-Netatmo updated

      @Laz Sorry, I got the module wrong, I used RaymondMolenaar’s module. There it was enough to recreate the module data on the Netatmo developer homepage and to exchange the data in config.js. A few months ago I recreated the access data because the module was no longer working properly, something was probably wrong with the API at the time Netatmo changed.
      I have the new data "clientId: "
      "clientSecret: "
      “refreshToken:”
      “accessToken:”
      inserted into the config and the module works again.

      posted in Utilities
      T
      Tribun
    • RE: MMM-Netatmo updated

      @kasperinline Have you tried to create new credentials via the Netatmo web portal?
      https://dev.netatmo.com/ I am using a fork of this module and have clientId,
      clientSecret, accessToken, new
      created. With this, the query of the Netatmo data works again.

      posted in Utilities
      T
      Tribun
    • RE: Size ratio is not correct

      Hello, you should adjust your screen resolution. Try 1280 x 1024 or higher.
      You can change the setting with “sudo raspi-config” under Display options.

      posted in Troubleshooting
      T
      Tribun
    • RE: Contribute to a module. Volunteers wanted! Easy!

      n2718, Eisenstadt (Burgenland), Austria , CET - Central European Time

      posted in Troubleshooting
      T
      Tribun
    • RE: Netatmo - no connection

      @PetterT
      If you only have a spinning circle in the middle, something is wrong with your login details. It may be that one of the values ​​is incorrect: clientId, clientSecret or refreshToken. No error is displayed in the logs if the login did not work. I changed the registration data and was able to reproduce your mistake. If the data is correct, the module works fine for me.

      posted in Troubleshooting
      T
      Tribun
    • RE: Sync private iCloud calendar with MagicMirror

      @jlnxaer
      (/home/pi/.vdirsyncer/status) is a hidden folder in /home/pi

      you can also find the pm2 log in /home/pi/.pm2/logs this is also hidden.

      posted in Tutorials
      T
      Tribun
    • RE: Sync private iCloud calendar with MagicMirror

      @jlnxaer what does the pm2 log show? Are error messages displayed at the log?

      I also had this phenomenon recently, as the calendar did not syncronize automatically. I had an error message in the log. I no longer know the exact wording of the report.
      For me it helped to delete and recreate the files under /home/pi/.vdirsyncer/status and the created * .ics files. after creating the data again with “vdirsyncer sync”, everything now runs automatically as described in the instructions.

      posted in Tutorials
      T
      Tribun
    • RE: MMM-iCloud-Client

      @wuermchen what does the pm2 log show? Are error messages displayed at the log?
      I did not get this module to work when the 2factor authentication is activated.

      mfg

      posted in Utilities
      T
      Tribun