A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Use a local JSON file with MMM-JsonTable Module

    Solved
    8
    0 Votes
    8 Posts
    4k Views
    REBR
    @sdetweil said in Use a local JSON file with MMM-JsonTable Module: @reb those characters are called the BOM (Bill of Material)… added by advanced word processing editors… u can use Notepad++ to remove them too… u need to change editors to make sure you don’t add them back accidentally… @sdetweil Thanks for the info about removing the BOM (Byte Order Mark). I use an Explorer replacement program called Directory Opus which is awesome and one of the developers wrote a script that can be attached to a toolbar button that can add, remove or toggle the Byte Order Mark.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    8 Views
  • MMM-GoogleAssistant Custom Actions not working

    Solved google assistant actions google tasks google
    2
    0 Votes
    2 Posts
    2k Views
    Lorenzo_ZappaL
    No one? Please help
  • How to avoid screen turnin on (ServerRequest) PIR-Sensor

    Unsolved
    1
    0 Votes
    1 Posts
    837 Views
    C
    Hi guys, maybe you have a solution for my problem. I am running a Wordpress Site on my MagicMirror Pi. The PIR Sensor is working fine and turns screen on on movement and also turns off again. The problem is, every time someone visits my website (based on wordpress, apache 2), the screen turns on too. Is there a chance I can avoid this? Best Clemy
  • MM module loading stale data??

    Unsolved
    1
    0 Votes
    1 Posts
    671 Views
    M
    I have a node helper file that is doing this: const NodeHelper = require("node_helper"); const fs= require("fs"); module.exports = NodeHelper.create({ //here comes the part of the nodehelper after the 3 dots as posted above socketNotificationReceived: function(notification, payload) { if(notification === "START"){ this.config = payload; this.readData(); setInterval(() => { this.readData(); }, this.config.updateInterval); } }, readData: function (){ //to read a file to do the following fs.readFile('/container.html', 'utf8', (err, data) => { if (err) throw err; this.sendSocketNotification('DATA', data); }); } }) This seems to present the same info… despite changing what it is in the file: container.html Why is that? Isn’t think loading up on every npm start?
  • MMM-Pages not able to get it to be consistent all modules on page one

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    A
    @GeckospotNixie i think there is an bug in the latest version of MMM-pages, see Issues. I have the same behavior you described after updating MMM-pages today. I restored the folder MMM-pages from my backup to an older version and now it is working again. AxLED
  • MMM Screencast auto log off

    Solved mmm-screencast
    2
    0 Votes
    2 Posts
    1k Views
    E
    Solved, the problem occurs in raspberry pi 2 when the fake kms GUI is used.
  • Animate only part of the DOM on updateDom()

    Unsolved
    1
    0 Votes
    1 Posts
    900 Views
    M
    Hi, My getDom function for a module I am working on is able to update the module properly, but when I add an animation speed, it refreshes the entire module rather than just the parts of the DOM that change. Is there a way to target only a part of the DOM to refresh with the animation, rather than the entire thing? Thanks.
  • Problem with Weather forecast

    47
    0 Votes
    47 Posts
    45k Views
    MarosM
    is it possible to show in weatherforecast units ? it’s still showing just number f.e. 22 but i want to see 22°C i tried to add units and also decimalSymbol but it still only numbers no sign of Celsius.
  • google assistant works in sample but not in magic mirror

    Unsolved
    2
    0 Votes
    2 Posts
    986 Views
    E
    the sample works fine ! i have added the config properly no error ! added the pubnub keys in config and in assistant.py file ! but when the magic mirror launches the google logo is seen but nothing works
  • MMM-PublicTransportHafas brings up ERRORs `fetchDepartures`

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    J
    I got the same issue. But there are other errors as well since I installed PublicTransportHafas. Is there any clue why this happens? Best, Jan
  • Module Scheduler Question

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    S
    When I use: {notification: ‘REMOTE_ACTION’, schedule: ‘30 22 * * *’, payload: {action: “MONITOROFF”}}, The monitor is suppose to turn off at 22:30 everyday. But when I check the logs I can see the first action is at friday the 31st of august? Is there somebody who can explain why it does this? Why does it not work everyday before the 31st of august? Is it a crontab thing?
  • Birthdays

    Moved
    2
    0 Votes
    2 Posts
    1k Views
    Mykle1M
    @wiejken Something like . . . { disabled: true, module: "calendar", header: "US Holidays", position: "top_left", config: { calendars: [{ symbol: "calendar-check-o ", url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics", }, { symbol: "calendar-check-o ", url: "YOUR BIRTHDAY CALENDAR ICS FILE URL", }, ] } },
  • MMM-AssistantMk2

    Unsolved
    6
    0 Votes
    6 Posts
    3k Views
    D
    Paste in the jshint site. It will give you the exact line where an error is and what is expected. 90pc of the time it is correct. Other method: remove completely the section, paste it in a text only editor like text pad and the paste it back. The rules for json are simple but it can get complicated with indents and nesting
  • MMM-Swipe how to swipe

    Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    F
    Hello, i installed the module, MMM-Swipe and it works first of all. i can see my act with my hands until now everything fine. now I want change the site with a swipe, how can i do this work? is there some how knows about that? thanks
  • Pull older commit

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    ?
    @a94marbo Sorry, omit ‘[‘ and ‘]’. And You can find revision hash here https://github.com/paviro/MMM-PIR-Sensor/commits/master
  • Issue with calendar module

    Unsolved
    2
    1
    0 Votes
    2 Posts
    1k Views
    A
    @Thomas2990 Have you tried another calendar, maybe something is wrong in the format of your .ics calendar? The link in you error Screenshot contains one / (slash) to much. AxLed
  • Home assistant, magic mirror addon

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    Mykle1M
    In case this is what you are looking for. https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners
  • My config does not work when i add it

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    ?
    @alienwarez123 No. Config is not array([]) but object ({}).
  • MMM-voice commands/Page selector help

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    ?
    @sgault You can convert or relay notifications from one to another with MMM-NotificationTrigger [card:eouia/MMM-NotificationTrigger]