A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-RNV not sisplaying :-(

    Unsolved
    7
    2
    0 Votes
    7 Posts
    894 Views
    JalibuJ
    @kusselin as already written on GitHub: Please make sure that you don’t quote Numbers and Boolean values in your config. Please also note, that there are multiple implementations of MMM-RNV. The one above only works with Jupadin’s version. My implementation has another object structure.
  • Stopping MM

    Unsolved
    2
    0 Votes
    2 Posts
    320 Views
    S
    @mbelew mmos sets up a fairly complicated environment. it runs docker on top of raspi-os and the starts a docker container (Linux os) which then runs MagicMirror the mm config and modules are stored outside the container on the raspi-os file system in differently named ( as compared to normal ) folders. so none of the instructions to maintain them are the same you will have to learn and follow the mmos commands for all that.
  • Update MM Electron Question

    Unsolved
    2
    1
    0 Votes
    2 Posts
    350 Views
    S
    @ankonaskiff17 never ever run audit fix. please use my upgrade script, with force instead of apply https://github.com/sdetweil/MagicMirror_scripts
  • Thingspeak with MMM-REST

    Solved
    7
    1 Votes
    7 Posts
    935 Views
    S
    @Roadrunner451 said in Thingspeak with MMM-REST: > format: '%d<span class="wi wi-celsius"></span>', … format: '%1f<span class="wi wi-celsius"></span>',
  • How to update node.js and npm and problem to update MagicMirror

    Unsolved
    1
    2
    1 Votes
    1 Posts
    745 Views
    R
    Hello, How to update node.js and npm ? my MagicMirror screen shows that an update is available but I have nothing to install on my Pi , what I have do ? [image: 1666340461453-sans-titre.png] [image: 1666340511091-sans-titre1.png]
  • MMM-News and BBC

    Solved
    40
    0 Votes
    40 Posts
    10k Views
    M
    So, the best solution would be modifying the source to ignore the capital letter of key identifiers on the resulting feed. I think it would be somewhat annoying but not impossible.
  • Display monthly calendar and entries

    19
    0 Votes
    19 Posts
    6k Views
    BKeyportB
    @betinaj FWIW, that module is where I got the inspiration to start MMM-Multimonth (I needed 3 months at a time, one forward, one back). If you don’t care about events on the calendar, you could use my module and set it to one month (although, I’m playing with adding events from calendar). If you do, there’s a much more elegant solution in MMRize’s MMM-CalendarExt3Agenda - it’ll take over display of both the built in calendar and a month of data in a mini calendar form, and is much more configurable. Both of these are fully functional, will remain so, and are fully supported.
  • MMM-Fuel black screen

    Solved
    20
    1 Votes
    20 Posts
    2k Views
    strawberry 3.141S
    @Arzeg I looked into your issue with Error: Cannot find module 'fs/promises'. I installed the same node version as you 16.15.1 and did a fresh install of MagicMirror and MMM-Fuel. The problem does not appear, the module is already available since node 14, see the documentation. https://nodejs.org/dist/latest-v16.x/docs/api/fs.html#promises-api How did you install nodejs, which versions had you before on this system? How do you run the mirror? I currently assume that you might run the mirror in a way that it picks an older installation of nodejs on your system. [image: 1666193872826-b8be2e14-ee0c-4b88-ae59-2ab884250693-image.png]
  • BME280

    Unsolved
    3
    0 Votes
    3 Posts
    487 Views
    P
    Hello I have a value of 981.1 hPa on my mirror and I should have 1015 hPa thank you
  • Calendar ...in X number of days

    Unsolved
    1
    0 Votes
    1 Posts
    192 Views
    B
    ive been trying with out luck to have my cadenday display the absolute ie. Oct 16, then when its 20 days out it switches to relative, via the urgency option ie event in X days, then when 24 hours out it switches to event in X hours via get relative. ive mucked about in my config from reading the docs but cant get it working, maybe im not understanding or missreading the docs. heres my calendar config below… Thanks { module: 'calendar_monthly', position: 'top_left', config: {} }, { module: 'calendar', header: "stuff comin' up...", position: 'top_left', config: { colored: true, coloredSymbolOnly: true, maxTitleLength: 25, fade: false, timeFormat: 'absolute', urgency: 20, getRelative: 24, calendars: [ { symbol: 'calendar', color: '#4287f5', url: 'my url' }, { symbol: 'apple-alt', color: '#ffffff', url: 'my url' }, { symbol: 'robot', color: '#6dd300', url: 'my url' } ] } },
  • notifications & logging

    Unsolved
    6
    0 Votes
    6 Posts
    828 Views
    S
    @BKeyport ther are two logs the node_helper logs to stdout from npm start or pm2 (which does an npm start via the script pm2 starts) the modulesname.js runs in the browser and logs to the browser log
  • [newsfeed] no description with ARTICLE_MORE_DETAILS notification

    Unsolved
    1
    0 Votes
    1 Posts
    2k Views
    S
    Same issue posted on github Hello everyone, Do you know why I need to call twice the notification ARTICLE_MORE_DETAILS to the MM to display the current news in an IFRAME ? The first call is just blinking once the title with no more effect. The second consecutive call display the article in fullscreen page. So, I need to call twice the ARTICLE_MORE_DETAILS if I want to read the news… Documentation : When received the first time, shows the corresponding description of the currently displayed news title. The module expects that the module's configuration option showDescription is set to false (default value). When received a second consecutive time, shows the full news article in an IFRAME. The showDescription option isn’t defined on my config.js so the default value is false. I think the articles doesn’t contains any description as requested by the module. But in this case, is it possible to directly show the article is an IFRAME ? Or maybe do you know how to have a description ? What the module is expected to display it ? (News from https://actu.fr/toulouse/rss.xml if you want to test it) Thank you
  • MMM-Remote-Control actually

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    kusselinK
    @BKeyport thanks…
  • MMM-Carousel (global)

    Solved
    25
    0 Votes
    25 Posts
    6k Views
    S
    @kusselin cool…
  • Extra Text in Weather Module Header

    Solved
    6
    2
    1 Votes
    6 Posts
    849 Views
    S
    @EHelberg88 ‘true’ is a string which evaluates to true… boolean 1 ‘false’ is also a string which evaluates to true, boolean 1 false, no quotes, is a boolean , 0
  • MagicMirror am PI 7" Monitor

    Unsolved
    17
    0 Votes
    17 Posts
    3k Views
    kusselinK
    Danke Dir
  • new MM Version

    Solved
    3
    0 Votes
    3 Posts
    336 Views
    S
    @kusselin there are multiple things on that page
  • MMM-OpenmapWeather

    Unsolved
    2
    0 Votes
    2 Posts
    408 Views
    S
    @kusselin I commented out location and locationID (and let it locate me) and provided my key and it worked open the developers window, ctrl-shift-i and select the console tab and enter part of the module name in the filter field to get just the related messages
  • MMM-Remote-control all working except for monitor on and off

    12
    1
    0 Votes
    12 Posts
    3k Views
    T
    @diemen112 @karsten13 For bullseye I needed to change the display driver to the fake kms one (dtoverlay=vc4-fkms-v3d in /boot/config.txt) to have any effect of vcgencmd. Afterwards vcgencmd only worked from the host, but not from @karsten13’s docker container. There I ran into the same problem with my MMM-Gestures module: [09.10.2022 17:54.49.927] [LOG] Sun Oct 09 2022 17:54:49 GMT+0200 (Central European Summer Time): exec error: Error: Command failed: vcgencmd display_power 0 vcgencmd: error while loading shared libraries: libvchiq_arm.so.0: cannot open shared object file: No such file or directory I fixed it by mounting two more files from the host, my volume mounts now are: volumes: - ../mounts/config:/opt/magic_mirror/config - ../mounts/modules:/opt/magic_mirror/modules - ../mounts/css:/opt/magic_mirror/css - /tmp/.X11-unix:/tmp/.X11-unix - /opt/vc:/opt/vc/:ro - /usr/bin/vcgencmd:/usr/bin/vcgencmd - /usr/lib/arm-linux-gnueabihf/libvchiq_arm.so.0:/usr/lib/arm-linux-gnueabihf/libvchiq_arm.so.0 - /usr/lib/arm-linux-gnueabihf/libvcos.so.0:/usr/lib/arm-linux-gnueabihf/libvcos.so.0 - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
  • 0 Votes
    2 Posts
    2k Views
    S
    @vatonerd see https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues?_=1665279628363 color is text, background-color is background font-size is for size of text