MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. Recent
    Log in to post
    • All categories
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • S

      UNSOLVED ChatGpt intergration
      Requests • • SILLEN 0

      38
      1
      Votes
      38
      Posts
      967
      Views

      S

      @sdetweil hey. I’m sorry for not being able too answer but i have other stuff going on and a math test coming up. The text is sent over as a string and the module does recieved the string and gets a response from the API it is after that the issue is caused. I Google the error and people say that there is probably a loop in the code somewhere. I will try with the debug module when i have time. I really want too get this too work.

    • L

      MMM-urbandictionary
      Education • • leabs

      1
      1
      Votes
      1
      Posts
      6
      Views

      L

      Description:

      A MagicMirror Module to show a random word from urbandictionary.com. This shows the word, definition, example, and author and updates every 3 minutes.

      Screenshots:

      MMM-urbandictionary screenshot

      Download:

      https://github.com/leabs/MMM-urbandictionary

    • N6NG

      PIR and config.js
      Utilities • • N6NG

      16
      0
      Votes
      16
      Posts
      228
      Views

      N6NG

      @sdetweil Oh… ok… thanks… I’ll do that.
      Dennis

    • B

      UNSOLVED MMM-InternetMonitor
      Troubleshooting • • Bungle68

      17
      1
      Votes
      17
      Posts
      367
      Views

      R

      @sdetweil Here’s the script I’m running

      !/bin/bash if [ ! -f ../../node_modules/.bin/electron-rebuild ]; then cd ../.. npm install electron-rebuild >/dev/null 2>&1 cd - fi ../../node_modules/.bin/electron-rebuild -b

      Here’s the result

      richard@raspberrypi:~/MagicMirror/modules/internet-monitor $ sudo ./buildit ./buildit: line 8: ../../node_modules/.bin/electron-rebuild: Permission denied
    • L

      MM shuts down after an hour
      Bug Hunt • • Lazershrimp

      18
      0
      Votes
      18
      Posts
      184
      Views

      S

      @Lazershrimp awesome detective work!!

    • Q

      Maintaining modules - security updates
      Development • • qistoph

      3
      0
      Votes
      3
      Posts
      67
      Views

      BKeyport

      @qistoph I’m moving the stuff I do to no dependencies. 🙂

    • J

      MMM-OpenWeatherForecast - Replacement for MMM-DarkSkyForecast
      Utilities • • j.e.f.f

      152
      9
      Votes
      152
      Posts
      13078
      Views

      S

      @DDE12 the API url is in the node_helper.js

      we recently add a Parm to enable picking v3 of the API vs 2.5 (old free).

      the add on modules need to do the same

    • D

      UNSOLVED Default Calendar not updating with new info
      Troubleshooting • • dkhorse74

      7
      0
      Votes
      7
      Posts
      123
      Views

      S

      @dkhorse74 do you see a unique VEVENT
      with recurrence-id set to the base VEVENT datetime?

      this indicates a modified recurrence

    • A

      UNSOLVED Weekly recurring calendar events off by 1 day
      Troubleshooting • troubleshoot calendar • • akriegshauser

      6
      0
      Votes
      6
      Posts
      100
      Views

      S

      @akriegshauser sorry, not yet.

      I will be traveling for the next week, and don’t know what kind of time I’ll have after that yet.

      this a particularly difficult one, as we don’t know what the recurring date is SUPPOSED to be, thats RRULE’s job

    • A

      Glass supplier Greece
      General Discussion • • Anthony

      8
      0
      Votes
      8
      Posts
      893
      Views

      E

      @sdetweil said in Glass supplier Greece:

      @Anthony ok, be careful. he takes a number of orders, maybe 10, and if u miss that batch it could be another year or more...

      Thanks for the useful information. I will order soon.

    • G

      MMM-WeatherAlerts
      Utilities • • Gjones93

      20
      2
      Votes
      20
      Posts
      385
      Views

      J

      @Gjones93 - Humm, this is interesting. Thanks for the update. While I might just try moving the alert module to the bottom of the stack of weather modules, the core issue I have with it is it appears to also hold on to horizontal real estate when not actively displaying an alert - with the effect of carrying all the modules in that region with it. In my case, I have the weather modules down the right side of the display, narrowed to 82% in custom.css. Sadly, when running your alerts module, I cannot get custom.css to narrow it using the same code, and it also pads out the other modules from the side of the monitor… FWIW, I also tried controlling the alert module width using an absolute number of pixels, but that also had no effect.

      The weather css code follows:

      .module.weather { background-color:rgba(255,255,255,0.1); border-radius:8px; padding:8px; text-align: left !important; width: 82%; max-width: 82%; min-width: 82%; }
    • J

      UNSOLVED MM Default Calendar Filter Full-Day Event Question
      Troubleshooting • • jccjj

      4
      0
      Votes
      4
      Posts
      33
      Views

      S

      @jccjj yes, ext3 uses the info from the default calendar module. it’s a pain to parse the calendar, the author decided to use what we found

    • E

      SOLVED JSON request module
      Requests • • ELMAGO

      41
      0
      Votes
      41
      Posts
      953
      Views

      E

      @wishmaster270

      ok, i test

    • N

      UNSOLVED REQUEST : SEMS PORTAL for Magic Mirror
      Requests • • nkc

      7
      0
      Votes
      7
      Posts
      176
      Views

      JerryP

      Meterstand.jpeg

      More to show…

    • P

      UNSOLVED modules
      Troubleshooting • • pat59

      8
      0
      Votes
      8
      Posts
      124
      Views

      S

      @pat59

      node:internal/process/task_queues:84:21) { code: ‘EADDRINUSE’, errno: -98, syscall: ‘listen’, address: ‘0.0.0.0’, port: 8080

      that means something else.is running using that address port combination

      usually this means starting another mm instance without stopping the prior one.

    • P

      UNSOLVED I have 4 magic mirror's and all of them shut off after 5-10 Mins
      Troubleshooting • • pjcrux

      4
      0
      Votes
      4
      Posts
      56
      Views

      S

      @pjcrux npm is installed needed.

      however it starts mm, find the output of that

    • C

      More of a Smart Display than a Magic Mirror..
      Show your Mirror • • Camthalion

      15
      6
      Votes
      15
      Posts
      977
      Views

      S

      @BKeyport yes, first found wins

      order loaded sets that up

    • A

      Upgraded to rasp pi 4B and new modules. But my old tv is having a harder time displaying through mirror.
      Hardware • • anhanyoung91

      1
      0
      Votes
      1
      Posts
      1127
      Views

      A

      The mirror size itself is approx 35.5x27.5. It’s used for a vanity for my wife. What TV would you recommend? Does having a 4K tv help with displaying through the mirror? It is completely blacked out behind it.

    • kai

      SOLVED v2.22.0 | default calendar: no symbols with customEvents
      Troubleshooting • • kai

      25
      0
      Votes
      25
      Posts
      1459
      Views

      karsten13

      @lmhmm

      meanwhile the fix is merged on develop. You can try the develop branch or wait for official release in April.

    • S

      UNSOLVED Nextcloud Calendar and MM
      Troubleshooting • • scoot76

      4
      0
      Votes
      4
      Posts
      78
      Views

      M

      I had create a public share link for my calender in Nextcloud in order to use it with MM. That’s an info I have not found anywhere. My config looks like this:

      { module: "calendar", header: "Upcoming Birthdays", position: "top_left", config: { timeFormat: 'absolute', urgency: 0, getRelative: 0, showEnd: false, dateFormat: 'Do MMM', fullDayEventDateFormat: 'Do MMM', calendars: [ { symbol: "calendar", url: "https://User:Password@your_url/remote.php/dav/public-calendars/xxxxxxxxxxxxx?export", }, ], titleReplace: { "Upcoming Birthdays": "", },

      This is finally working for me after trying all possible URL methods before.

    • 1
    • 2
    • 3
    • 4
    • 5
    • 9
    • 10
    • 1 / 10