A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Default compliments module - show one and fade to black?

    3
    0 Votes
    3 Posts
    636 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
    4k 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
    376 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
    644 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]
  • Update the Magic Mirror Module

    2
    0 Votes
    2 Posts
    505 Views
    S
    @chris47803 no. sorry
  • 0 Votes
    1 Posts
    293 Views
    R
    Hello, I use the MM-TomTom Traffic module I received this email below from tomtom yesterday, and I am having trouble understanding this email. Will this change something for the module, is there an update to do and which one ? "We’d like to notify you about the deprecation of Traffic Incidents Details API v4, part of the Traffic API family. The deprecation will be effective as of 04/13/2021 under the TomTom deprecation policy. The planned withdrawal date is in one year later, on 04/13/2022. Why is this happening? We’re constantly making improvements in our products based on feedback from the users. In this update specifically, we eliminated superfluous steps, simplifying the overall usage. Here’s the changes to expect with version 5 of the Traffic Incidents Details API: | Only EPSG4326 coordinate system is supported; | Only JSON format is supported; | Flexibility to work with selected attributes only: | Bandwidth optimization (no over- and under-fetching problems) | Adding new attributes is always backward compatible and does not affect existing clients | Support for event codes (Alert-C); | No relation to styles or visualization: | - No shifted geometry provided | - No support for clusters | Different bounding-box limitation | Clearer end-point parameter names" This is the link of TomTom Traffic API : https://developer.tomtom.com/traffic-api/traffic-api-documentation-traffic-incidents/incident-details-v4?utm_source=oneoff&utm_medium=email&utm_campaign=dev_all_trafficincidentdetailsdeprecation_202104_oo_news
  • MMM-Formula1

    2
    0 Votes
    2 Posts
    445 Views
    C
    I’m sorry I restarted the PI 3 times. It works now
  • MMM-AllsvenskanStandings stopped working

    1
    1
    0 Votes
    1 Posts
    285 Views
    FallandeGubbeF
    Suddenly MMM-AllsvenskanStandings doesn’t work any longer. Worked fine before but now no data is loaded: [image: 1618333020294-c7ff2992-5c36-44f0-8d1b-5774b04f4388-image.png]
  • Date Format i n Clock Module

    2
    0 Votes
    2 Posts
    388 Views
    S
    @jack_barnard the items after position need to be in a config section { module: position: config:{ . dateFormat: . } }
  • Where to find Google Assistant device name for setting permissions

    6
    0 Votes
    6 Posts
    844 Views
    S
    Looks like they changed the UI again… no idea where it is… similar problem on Amazon… can’t activate services on a device cause its not recognized as an approved commercial device