A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • OpenWeatherForcast - AggregateError?

    Unsolved Troubleshooting
    18
    0 Votes
    18 Posts
    2k Views
    S
    @cricket awesome!!
  • How to Swipe between pages

    Unsolved Troubleshooting
    19
    0 Votes
    19 Posts
    2k Views
    N
    @seabass For me the following cofiguration ist working fine with every Touch Display I’m using. (Surface, Dell Touch Monitor, HP AIO Touch) I using this module. MMM-Touch and also MMM-Pages { module: "MMM-Touch", position: "top_center", classes: "", disabled: false, config: { debug: false, useDisplay: false, autoMode: false, defaultMode: "default", gestureCommands: { "default":{ "TAP_1": (commander) => {commander.sendNotification("USER_PRESENCE", true);}, "SWIPE_RIGHT_1": (commander) => {commander.sendNotification("PAGE_DECREMENT", null);}, "SWIPE_LEFT_1": (commander) => {commander.sendNotification("PAGE_INCREMENT", null);}, "SWIPE_DOWN_1": (commander, gesture) => {commander.sendNotification("ARTICLE_PREVIOUS")}, "SWIPE_UP_1": (commander, gesture) => {commander.sendNotification("ARTICLE_NEXT")}, "SWIPE_DOWN_2": (commander, gesture) => {commander.sendNotification("BACKGROUNDSLIDESHOW_PREV")}, "SWIPE_UP_2": (commander, gesture) => {commander.sendNotification("BACKGROUNDSLIDESHOW_NEXT")}, //"DOUBLE_TAP_1": (commander) => {commander.sendNotification("LOAD_NEXT_WALLPAPER", null);}, "SWIPE_LEFT_2": (commander) => {commander.sendNotification('CX3_GET_CONFIG', {callback: (before) => {commander.sendNotification('CX3_SET_CONFIG', {monthIndex: before.monthIndex + 1,callback: (after) => {setTimeout(() => { commander.sendNotification('CX3_RESET') }, 60_000)}})}})}, "SWIPE_RIGHT_2": (commander) => {commander.sendNotification('CX3_GET_CONFIG', {callback: (before) => {commander.sendNotification('CX3_SET_CONFIG', {monthIndex: before.monthIndex - 1,callback: (after) => {setTimeout(() => { commander.sendNotification('CX3_RESET') }, 60_000)}})}})}, }, } }, },
  • MMM-PublicTransportHafas - Error when loading - DeparturFetcher.mjs

    Unsolved Troubleshooting
    43
    0 Votes
    43 Posts
    7k Views
    V
    Hey together, it is working now. The last bug was a known issue. link Issue 193 Thanks all for helping to fix my problem!
  • MMM-OctoMonV2

    Unsolved Troubleshooting
    6
    0 Votes
    6 Posts
    442 Views
    B
    @sdetweil thanks appreciate the help. Ill have to connect the Keyboard tomorrow, so will reply again… thanks again
  • Module stuck on loading?

    Unsolved Troubleshooting
    11
    0 Votes
    11 Posts
    1k Views
    S
    @croc_dad72 can you install MMM-LogExt or MMM-Logging to send the browser logs to npm start logs, so we have them in one place
  • Modul MMM-GoogleTasks

    Unsolved Troubleshooting
    2
    0 Votes
    2 Posts
    276 Views
    S
    @Future.Mirror are those list names in your google tasks cloud? or are they in your MagicMirror config for this module?
  • Module to display customized To-Do lists (driven by Node-RED)?

    Unsolved Requests
    2
    0 Votes
    2 Posts
    1k Views
    S
    @JS999 quite impressive ideas, there is nothing that does all that, but its doable mqtt see the 3rd party module list, linked in the header above there are a number of mqtt related modules, just put mqtt in the search field display a table, json or database?, again search 3rd party list display a web page see MMM-Embedurl
  • MMM-OpenWeatherForecast bigger fonts and icons

    Unsolved Troubleshooting
    5
    0 Votes
    5 Posts
    549 Views
    S
    @briantogo see the second link in my signature below on how to use the developers window elements tab to discover and test css styles
  • MMM-GoogleCalendar auth expiring after a week

    Unsolved Troubleshooting
    7
    0 Votes
    7 Posts
    581 Views
    K
    @BKeyport no doubt, not knocking the module, it works great. I just followed along with Auth steps…kind of black0box for me. I think a cheap wireless keyboard will be good any way.
  • Camera on screen

    Unsolved Troubleshooting
    3
    0 Votes
    3 Posts
    334 Views
    M
    @sdetweil i’m using a pi cam v2 and i have tried using the camera modules from the 3rd party modules it only display a black screen on the magic mirror but it opens a different tab for the camera
  • Need help with MMM-MQTTbridge not "communicating" with MMM-RTSPStream

    Unsolved Troubleshooting
    68
    0 Votes
    68 Posts
    13k Views
    R
    @Cr4z33 OH… All the best! Ralf
  • MMM-AccuWeatherForecast

    Unsolved Troubleshooting
    3
    2
    0 Votes
    3 Posts
    257 Views
    T
    @sdetweil I don’t recall I would have to pull up the original config. I might have added it trying to fix the temps.
  • Update Master Branch

    Unsolved Troubleshooting
    19
    0 Votes
    19 Posts
    2k Views
    R
    @sdetweil :-) Dear Sam, for all of your effort and all of your deep knowledge, all the kindness you are constantly showing for me you ARE the Master Mind! THANKS for all of this! Ralf
  • How to install Guide for beginners

    Unsolved Troubleshooting
    2
    0 Votes
    2 Posts
    295 Views
    S
    @Bobba86 flash the SD card, use the installer script, listed as alternative
  • Nextcloud calendar error

    Unsolved Troubleshooting
    15
    0 Votes
    15 Posts
    2k Views
    S
    @theaddies said in Nextcloud calendar error: maximumEntries: 5, if you try 100 instead of 5 does it make a difference?
  • Electron.js error

    Unsolved Troubleshooting
    3
    0 Votes
    3 Posts
    249 Views
    S
    @anonymous321 can you do this cd ~/MagicMirror/vendor npm install cd ../fonts npm install and restart MagicMirror
  • Pollen module

    Unsolved Requests
    2
    0 Votes
    2 Posts
    1k Views
    J
    I use MMM-Pollen: https://github.com/vincep5/MMM-Pollen
  • magic mirror wont start

    Unsolved Troubleshooting
    2
    0 Votes
    2 Posts
    218 Views
    S
    @tink8909 whatever you are starting needs to get to the MagicMirror folder before doing npm start you are in the user home folder
  • V2.31.0 unable to start

    Unsolved Troubleshooting
    29
    0 Votes
    29 Posts
    6k Views
    S
    @rkorell oops, never can remember when i need to use underscore vs dash! thanks for the catch!
  • After a power failure, the config.js file disappeared

    Unsolved Troubleshooting
    3
    0 Votes
    3 Posts
    314 Views
    S
    @sdetweil ok, thx