A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 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
    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
    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.
  • iFrame setting

    9
    0 Votes
    9 Posts
    3k Views
    ?
    @justjim1220 I think it could be case-by-case. If the result you expect is just simply showing some contents, iFrame is enough. But, more than that, it depends on what you expect.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    240 Views
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    490 Views
  • MMM-SORT

    Solved
    10
    0 Votes
    10 Posts
    4k Views
    Mykle1M
    @bhepler said in MMM-SORT: No kidding. Interesting. How so? 'Tis true. :-)
  • iFrame module not showing content

    4
    0 Votes
    4 Posts
    3k Views
    ?
    @ooskay How about using this? [card:eouia/MMM-HTMLBox] You can put your iframe tag into the content or external file.
  • I can't get my mic and HDMI to work together...

    Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    B
    This is probably repetitive, but I can’t get my USB microphone and my HDMI speakers to be enabled simultaneously… I have already tried changing the “/etc/modprob/alsa.config” to “bcm2835” after snd_usb_audio (idk if that’s what it is word for word because I’m not looking at my Pi over frustration…) Also, when I do switch my device to “snd_usb_audio”, MagicMirror sends an error and doesn’t start. I’m a straight rookie at this. I literally used the Magic Mirror project to start learning how to code. Thank you in advance, Bryan :(