A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-Pages not able to get it to be consistent all modules on page one

    Unsolved
    2
    0 Votes
    2 Posts
    1k 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
    833 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
    43k 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
    928 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]
  • Modules not loading

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    A
    @evroom haha glad you liked it… the code looks very scrambled without it in my opinion … And i dont want the compliments module at all… but for the “sport” in it, i tried to do it with the compliment, and still none… just the calendar and clock. calendar is twice because i use 2 calendars (private&work) but they both work and worked just fine any further ideas? with the original config file everything works perfectly. after i change even a bit or even the RSS source, same error.
  • Weatherforecast module problem

    Solved
    7
    1
    0 Votes
    7 Posts
    3k Views
    Mykle1M
    @charley I get 7. I’m special. :-)
  • MMM-Facial-Recognition-Tools & PiCam

    3
    1 Votes
    3 Posts
    2k Views
    M
    sudo pip install picamera
  • MMM-NOAA V2 doesn't start (Unexpected token < in JSON at position 0)

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    cruunnerrC
    @sean said in MMM-NOAA V2 doesn't start (Unexpected token < in JSON at position 0): request({ url: “http://ip-api.com/json”, method: ‘GET’ }, (error, response, body) => { console.log(body) // Try logging suspicious point. info = JSON.parse(body); lat = info.lat; lon = info.lon; }); OMG thank you so much… I am a dumbass XD My PiHole blocked the ip-api.com domain, so i put this to the whitelist and its running. Sorry guys
  • MMM-AssistantMk2: error on authentication test

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    ?
    @mc_landin Try these; sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade Then, try again.