A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Subcategories

  • clock module shows 1 week wrong. think it uses calendar for 2020

    bug
    2
    1
    0 Votes
    2 Posts
    411 Views
    S
    @paarak I would open an issue in the MagicMirror GitHub repo. mm clock uses the moment() library to get this value
  • Updated to 2.17 but MM not launching

    28
    0 Votes
    28 Posts
    7k Views
    StoffbeuteluweS
    @sdetweil OK thank you very much Sam……but it works fine
  • No JavaScript experience - Config.js not working

    16
    0 Votes
    16 Posts
    4k Views
    S
    @olesoncrypto yes, that will get you general rules for config.js the thing to the left of : does not need quotes for the thing to the right of : if it is a number (9, -1.234) or true/false , no quotes if it contains a letter 12ff234, bob, then needs quotes, single or double doesn't matter as long as they are the same start and end every { needs a matching } every [ needs a matching ] [] is a list [ 1,2,3,4] or [ first,second,third] {} is a structure/object with name/value pairs { x: value, y: othervalue } u can write lists and objects all on one line (what a pain) or across multiple lines... (much more readable) BUT, you STILL need the commas between items in either if u get an error, unexpected token, 99% of the time, u forgot a trailing comma on the line ABOVE the one reported (error on line 45, look at line 44) a good debug process is to join the list or object to a single line in your editor, and get the , between the items, then split it again after each comma... so u have a separate item on each line.
  • MMM-RTSP stopped working on 2.17...help!

    5
    0 Votes
    5 Posts
    1k Views
    swvalentiS
    @sdetweil SOLVED you are the man! Thank you kindly Sam
  • 0 Votes
    5 Posts
    501 Views
    B
    @sdetweil It did the job. Had two more Errors with modules: “has-binary2” “after” But I could install them with npm install. Thank you very much!
  • Stream Mjpeg-Cam?

    1
    0 Votes
    1 Posts
    348 Views
    O
    Hi, i currently using MMM-Motioneye to stream from a Motioneye stream (mjpeg). Unfortunatly sometime its not properly loaded on start (some “broken” icon is shown). But after some hours, the module didint show up anthing. There is the option via http-request to show the stream… if this was hidden. But at that moment- its not showing anything. I switched to MMM-RemoteControl to hide/ show the module. But like i described- it stops working after some time. WIth that experience- i want to switch to another mudule. Any suggestions?
  • calendar module: "displayRepeatingCountTitle" doesn't show peoples age

    5
    0 Votes
    5 Posts
    516 Views
    T
    @sdetweil said in calendar module: "displayRepeatingCountTitle" doesn't show peoples age: @thefoster I’m just repeating what the code is expecting… I added the ’ years’ just to demonstrate a string as required. i didn’t get that requirement from the documentation I don’t know where the firstYear comes from… event is a manipulated object after parsing not just the text as shown in the ics. this is yearly repeating events only, so maybe firstYear comes from the start of the repeating event (but if u make it oh, since feb of this year then the count will be wrong for anyone born before then …) but, if you don’t supply a template for the title string, you get nothing Thanks, indeed even the string " " (one blank) makes the year appear, without the need for “firstYear” in ICS. I think now i can switch to finish the MM hardware :) Again trhanks for the fast reply and solution :-D
  • default Weather, current with wethergov issues

    16
    0 Votes
    16 Posts
    4k Views
    phodges7727P
    I think the weather.gov API using /points/ has been deprecated. It switched to gridpoints/{wfo}/{x}/{y}. I am not skilled enough to know what to switch in the config file to make it work.
  • MM crashing (after pi os update?)

    14
    0 Votes
    14 Posts
    3k Views
    W
    @sdetweil yes, this is the only module I’m using that generates a graph/chart. My config.js is sent to you by mail.
  • Development Branch -- MMM-Unsplash

    19
    0 Votes
    19 Posts
    5k Views
    D
    @yk said in Development Branch -- MMM-Unsplash: obj.urls.custom for all out there as stupid as I am… :-) its this which has to be modified from .custom to .raw (row 130 in my WallberryTheme.js file). from: p.url = photoData.urls.custom; to: p.url = photoData.urls.raw; Cheers and thanks for the hack mates! Patrick
  • Development Branch -- Screen Going Blank

    13
    0 Votes
    13 Posts
    3k Views
    Y
    @sdetweil let’s close this one. There was a need to pass through a height or width value when using MMM-Unsplash. Passing nothing seems to have grabbed the raw file and chewed up a good deal of memory. I’m still monitoring. I’d love to setup a log element that drops memory usage into the pm2 logs. Just fear monitoring memory may eat up too much memory ;) (but I should have plenty of it) I’m using MMM-Tools to display stats, may leverage that.
  • Keyboard doesnt work im MM (no CTRL+q)

    1
    0 Votes
    1 Posts
    291 Views
    K
    Hello, Im trying Raspbian Desktop in VirtualBox to do some debugging faster. Everything works so far except for the keyboar shortcuts. When MM is in fullscreen no CTRL+q / CTRL+m / CTRL+SHIFT+i is working. Only ALT+space does work. Tested it with hardware keyboard and VirtualBox’s screen keyboard. Is there a setting or is it something with virtualbox?
  • Google Calendar Sat Evening Shift

    4
    0 Votes
    4 Posts
    667 Views
    S
    @memphismark thanks for the cal entries… the ‘problem’ is the time in the cal entries… according to the ICAL spec IF the timezone is specified (yes) then the CLOCK value MUST BE UTC time. but these entries don’t have Z on the end… so its confusing without the Z the cal entries are on the 19th, but sat is the 20th. add the Z on the end of the clock and it works correctly
  • Unreliable sockets

    2
    0 Votes
    2 Posts
    407 Views
    S
    @mystara yes it’s possible for the socket to die without informing the application layer. I spent about a year debugging a hang on one of my modules in a similar situation. I added MMM-WatchDog, which also exhibited the same problem. in the end I replaced the networking w a google wifi cluster and have not seen the problem since. altho I could never trace down to a network failure. I don’t know if socket.io can inform the application layer of a problem. it does all kinds of recovery under the covers.
  • Calendar is ending/hiding "all day event" soon on the day

    7
    0 Votes
    7 Posts
    1k Views
    S
    @pade2204 also, as soon as an event starts it is not upcoming. you could turn on showEnd… and split the event into a start and end event, and the end will be an upcoming event all day
  • 0 Votes
    20 Posts
    6k Views
    0m4r0
    @chethan I suggest you contact the module developer. Can’t help with it :)
  • MMM Google assistant i get error

    3
    1
    0 Votes
    3 Posts
    897 Views
    C
    @sdetweil yes everything is complete at the end i get this error
  • MMM-MplayerRadio - No sound

    4
    0 Votes
    4 Posts
    918 Views
    T
    I confirm that your workaround worked fine. customCommand: “/usr/bin/cvlc”, customCommandArgs: [“###URL###”], Thanks !
  • MMM-Spotify is not connected to my phone

    1
    0 Votes
    1 Posts
    215 Views
    C
    hello Everyone I was facing some issues I successfully install the spotify and the icon is also showing in magic mirror but i cant able to connect to my phone why please help me any one I post lot of quirey but didnt get any solution from this forum i hope i will get responce for this post Thanks Chethan P
  • .region table in main.css

    2
    0 Votes
    2 Posts
    387 Views
    S
    In the main.css is: .region table { width: 100%; border-spacing: 0; border-collapse: separate; } shouldn’t it look like this? : .region.table { width: 100%; border-spacing: 0; border-collapse: separate; }