A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • calendar module - format today events with time

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    spitzlbergerjS
    @sdetweil Thanks a lot for your help! I’ll try it in this way
  • CORS policy

    Solved
    20
    0 Votes
    20 Posts
    5k Views
    S
    @bicolorbore586 thanks for the key the error is Your request count (159) is over the allowed limit of 50 per day - Upgrade your key, or retry after 670.2 minutes and u have 2 modules configured, so each will fetch separately, so u have to change the update cycle to once/hour in both modules, (default 10 mins) updateInterval: 60 * 60 * 1000 and every MM restart sends 2 requests, 1 for each module change the new code to look like this… if(!data || (data && data.error) || data.status_message){ Log.error("Could not load data ... ", data?(data.error|| data.status_message): "no data returned"); } else { if (!data || !data.data[0] || typeof data.data[0].temp === "undefined") { // No usable data? return; } const currentWeather = this.generateWeatherDayFromCurrentWeather(data); this.setCurrentWeather(currentWeather); } crappy api implementation… should set error for all errors, not put error info in good data returns
  • not possible to update my MM

    Unsolved
    9
    1
    1 Votes
    9 Posts
    2k Views
    R
    ok, thank you.
  • MMM-RNV not sisplaying :-(

    Unsolved
    7
    2
    0 Votes
    7 Posts
    1k 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
    348 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
    417 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
    1k 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
    791 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
    13k 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
    7k 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
    3k 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
    599 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
    253 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
    943 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
    8k Views
    S
    @kusselin cool…
  • Extra Text in Weather Module Header

    Solved
    6
    2
    1 Votes
    6 Posts
    1k 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
    4k Views
    kusselinK
    Danke Dir
  • new MM Version

    Solved
    3
    0 Votes
    3 Posts
    460 Views
    S
    @kusselin there are multiple things on that page