A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-News-QR doesn't ACTUALLY work.

    3
    1
    0 Votes
    3 Posts
    645 Views
    F
    @j0539h That sounds odd, I know that saying so is about as constructive as your post, but it works fine here. My config looks like this: { module: "newsfeed", position: "bottom_bar", classes: "day_schedule", config: { feeds: [ { title: "Ekstra Bladet", url: "https://ekstrabladet.dk/rssfeed/all/" }, { title: "DR nyheder", url: "https://www.dr.dk/nyheder/service/feeds/allenyheder" }, { title: "BT", url: "https://www.bt.dk/bt/seneste/rss" }, { title: "Berlingske.dk", url: "https://www.berlingske.dk/content/3/rss" }, { title: "TV2 Øst", url: "https://www.tv2east.dk/rss" } ], updateInterval: 30000, showSourceTitle: true, showPublishDate: true, broadcastNewsFeeds: true, broadcastNewsUpdates: true } }, { module: "MMM-News-QR", position: "bottom_bar", classes: "day_schedule", config: { updateType : "push", animationSpeed: 2500, colorDark: "#fff", colorLight: "#000", imageSize: 100 } },
  • Problem mit MMM-Fuel (Textausrichtung)

    12
    0 Votes
    12 Posts
    4k Views
    C
    Ich klatsch mir vor die Stirn. :) Bei ShortenText habe ich nun statt true oder false den Wert 50 eingetragen. Nun passt es. LG, Chris
  • MMM- Remote Control help

    16
    0 Votes
    16 Posts
    5k Views
    N
    @digidadbod That’s great. Thank you for the tip
  • Motioneyes does not work

    2
    0 Votes
    2 Posts
    664 Views
    O
    I had the same problem. After 1 hour or so, the stream was gone. Also- you have to enable access to the mirror via address: “0.0.0.0” and whitelist Then the commands http://mirror:8080/motioneye and http://mirror:8080/motioneye/hide are working.
  • Hello-Lucy Not shown, NO ERROR

    8
    1
    0 Votes
    8 Posts
    1k Views
    Mykle1M
    Sorry, this is a double post but it may be connected to the OP’s issues and this is the most recent Lucy topic. Actually, there was a dependency issue. It took me some time to figure out how to correct the issue. I took the simplest route. The issue was with the dev dependencies which are not necessary for Lucy to run but caused the installation of necessary dependencies to fail. I’ve removed the installation of the dev dependencies from the dependency installer. I trashed my installation of Lucy (and her dependencies) and did a fresh installation. Everything seems to be working correctly here now. Sorry for the long delay in investigating the problem.
  • Resize content to fit position?

    4
    0 Votes
    4 Posts
    910 Views
    S
    @cheapdad well, right is right… length needs to be shorter, so that might take css
  • Default compliments module - show one and fade to black?

    3
    0 Votes
    3 Posts
    717 Views
    C
    @sdetweil Thank you!
  • 0 Votes
    5 Posts
    1k Views
    S
    @oldsunguy yeh… it should support using the identifier as well as the name… that would make things a lot easier…
  • how to put my code into QRCode?

    11
    0 Votes
    11 Posts
    5k Views
    S
    @CheapDad there is a wifipassword module to get u connected to the wifi… but not MM…
  • MMM Pages turn Pages manually

    9
    0 Votes
    9 Posts
    4k Views
    T
    @acethefire On https://github.com/edward-shen/MMM-pages#notifications the usable events are described. I use them for example here: https://github.com/thobach/MMM-Gestures/blob/094ef30fe4a7e9204846a4f77d6314b61ee1d758/MMM-Gestures.js#L85
  • weather module just shows loading?

    7
    0 Votes
    7 Posts
    2k Views
    F
    Ok, I found out what was wrong, despite the confusion with the ’ or " use. It’s the appid, it’s called apiKey in the weather module. So after changing that (and also changing all ’ to " in the config), removing quotes around numbers, only have the locationID instead of both location and locationID and other cleanup stuff, it is shows properly :-) So I replaced both my currentweather and YrThen modules with two weather modules: { module: "weather", position: "top_right", classes: "day_schedule", config: { weatherProvider: "openweathermap", type: "current", units: "metric", timeFormat: 24, decimalSymbol: ",", initialLoadDelay: 0, onlyTemp: false, locationID: 2621215, apiKey: "xxx" } }, { module: "weather", position: "top_right", classes: "day_schedule", config: { weatherProvider: "openweathermap", type: "forecast", units: "metric", timeFormat: 24, decimalSymbol: ",", initialLoadDelay: 0, onlyTemp: true, maxNumberOfDays: 7, colored: true, appendLocationNameToHeader: false, locationID: 2621215, apiKey: "xxx" } }, Looks very nice indeed [image: 1619260038283-72f6ceb8-742c-4a07-8b3f-61bb47375ee4-image.png]
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    24 Views
  • MMM-Carousel Hide Mousecursor

    5
    0 Votes
    5 Posts
    1k Views
    F
    Hi @arus, no, i dont have the mmm-pages and page-indicator folder in /MagicMirror/modules removed. I only comment the modules it in the config.js out. ok, when i have a littel more time this weekend i test it out. Thank you for your hints. I get in touch here, wen im finish with the test. Greetings Torsten
  • MMM-GooglePhotos Unhandled promise rejection

    9
    0 Votes
    9 Posts
    2k Views
    V
    @sdetweil I’ve added ‘debug: true,’ inside the config block but I don’t seem to get any other errors regarding the MMM-GooglePhotos module (or any other errors at all in fact) apart from this one below. This is after restarting MM using pm2: pm2 restart mm && pm2 logs --lines=100 I’ve also tried it without limiting the lines and I just get this same 429 error over and over. 0|mm | [23.04.2021 00:07.26.515] [ERROR] 0|mm | (node:14901) UnhandledPromiseRejectionWarning: Error: Request failed with status code 429 0|mm | at createError (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/createError.js:16:15) 0|mm | at settle (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/core/settle.js:17:12) 0|mm | at IncomingMessage.handleStreamEnd (/home/pi/MagicMirror/modules/MMM-GooglePhotos/node_modules/axios/lib/adapters/http.js:236:11) 0|mm | at IncomingMessage.emit (events.js:327:22) 0|mm | at endReadableNT (_stream_readable.js:1220:12) 0|mm | at processTicksAndRejections (internal/process/task_queues.js:84:21) 0|mm | [23.04.2021 00:07.26.518] [ERROR] 0|mm | (node:14901) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2) 0|mm | [23.04.2021 00:07.26.521] [ERROR] (node:14901) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. Thanks so much for the help by the way!
  • [MMM-RTSP] Module is only showing half of the stream?

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    R
    Hello everybody, i have the same problem. The stream works, but the right quarter of the picture is black. I´ve got problem is only when i rotate the display vertical. Is there anybody, who had solved such a problem? Best regards Richard_Fish
  • SD Card - Full

    5
    0 Votes
    5 Posts
    1k Views
    G
    @sdetweil , I have no idea what I’m using. The software was installed by my son, I only know how to install and configure modules :(
  • How can I turn the 'count down' display off.

    2
    2
    0 Votes
    2 Posts
    426 Views
    L
    To answer my own question, I commented out the urgency: line
  • MMM-RemoteControl: Can't see remote in MM and can't access

    3
    0 Votes
    3 Posts
    727 Views
    C
    @sdetweil That did it; thank you! Interestingly, I still don’t see a control menu on the mirror. I can access it through another device, though, so that’s good.
  • My MM set up now need help with Wifi

    10
    2
    0 Votes
    10 Posts
    2k Views
    M
    @sdetweil i tried GB, US and IN
  • Sentences not loaded in hello-Lucy

    19
    1
    0 Votes
    19 Posts
    3k Views
    N
    @sdetweil [image: 1618561705042-f8d02dbf-023d-4344-ac2e-88d9352e7baf-image.png] [image: 1618561762596-3e519fa0-919d-45c9-911b-8ac11ccd84ec-image.png] It works fine when i dont load the RemoteControl, no error -Module… But the error with the RemoteControl is pointing to line 15, thats strange… [image: 1618561838403-b2f65f49-11d7-4936-9dcc-20c23ba130a8-image.png]