A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-RemoteCompliments does not appear

    18
    0 Votes
    18 Posts
    5k Views
    T
    @sdetweil Sure. But if I don’t recall what problems I ran into and how I solved them, I won’t k ow what to modify in the documentation until I try following the instructions again.
  • Brightness Slider

    2
    0 Votes
    2 Posts
    475 Views
    S
    @aareben use the remotecontrol web app to send a message to lower the brightness, from your phone
  • MMM-Sonos custom.css question

    4
    0 Votes
    4 Posts
    1k Views
    ?
    [image: 1598289345893-css.png] exemple for MMM-News module position is bottom_bar you have all css value in the right, you have just to tune it :) (it’s a real time editing) I can’t help more, because i don’t use your module
  • 0 Votes
    1 Posts
    329 Views
    D
    So the data does populate - I can see numeric values and they are correct. But the visuals as shown here - https://github.com/MikeBishop/mmm-powerwall - Don’t display like this. Just text/numeric values. What am I missing?![image: 1598268356097-example.jpg]
  • MMM-Awesome-Alexa & MMM-Scoreboard

    Unsolved
    6
    0 Votes
    6 Posts
    3k Views
    D
    @stalker401 did you ever get this resolved? Im having the same issue my others mods get all messed up
  • Calendar maximumEntries still not working?

    1
    0 Votes
    1 Posts
    272 Views
    T
    I have two calendars in the configuration list for the default calendar module. I cannot get the maximumEntries flag to work, either on the global level (i.e., setting it in the module configuration, before configuring individual calendars) or within each calendar’s configuration. I’ve tried setting the global maximumEntries (with quotes around the number and without quotes), and each calendar’s maximumEntries to … I’ve even tried setting the individual calendar maximumEntries to ’1’ each. Whatever I do, it still shows the same number of entries. Any suggestions? Here’s the calendar part of my config file, with the calendar IDs XXX’d out. ���������������{ ������������������������module: "calendar", ������������������������header: "Significant dates", ������������������������position: "top_left", ������������������������showLocation: true, ������������������������wrapEvents: true, ������������������������colored: true, ������������������������maximumEntries: '2', ������������������������config: { ��������������������������������calendars: [ ����������������������������������������{ ������������������������������������������������symbol: "calendar-check", ������������������������������������������������url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics", ������������������������������������������������color: "#0000FF", ������������������������������������������������maximumEntries: '1', ����������������������������������������}, ����������������������������������������{ ������������������������������������������������url: "webcal://localhost:8080/modules/calendars/XXX.ics”, symbol���������������������������������: "calendar", ������������������������������������������������maximumEntries: '1', ����������������������������������������} ��������������������������������] ������������������������} ����������������},
  • [Electron] display, MM faded away

    11
    0 Votes
    11 Posts
    2k Views
    S
    @kayakbabe disabled:true does the same as commenting out. and less possible to have an error.
  • Currentweather and weatherforecast do not stay hidden

    8
    0 Votes
    8 Posts
    2k Views
    kayakbabeK
    @sdetweil Having what you have on hand makes a ton of sense. I would probably go that on route myself except I’m making this as a gift for my Dad. He is an absolute paranoid dude when it comes to cameras especially in his bathroom or bedroom, which is where this will go. And the PIR sensors are cheap. cheaper than even a pi camera. And this mirror will always be on due to the cheap monitor I"m using. I do think something in the currentweather and forecastweather is tossing out dom information that is switching the style css from display off to display block. i have commented out all the other modules except the MMM-grovegestures and the two weather modules. So it’s not coming from elsewhere. From looking at the code, it appears that there is an onIdle somewhere. I want to find that. I wish I had Coda on this pi. I’m used to coding in a Mac environment. I’m being stubborn and trying to do this all on the pi. Is there a graphic code editor which can search files in a project and not just the file you have open?
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
  • MMM-MyCommute not showing up.

    Solved
    31
    0 Votes
    31 Posts
    14k Views
    S
    @spoonek also, if you turn on ssh server on pi, and use winscp or bitvise ssh client, you can double click edit with your favorite windows editor (I use notepad++ for code alignment and indentation) and still issue commands thru the ssh window… if u set address:"0.0.0.0", ipWhitelist:[], in config.js, then you can connect to mm with your windows chrome browser and do all the dev work there too…
  • Changing compliments

    49
    0 Votes
    49 Posts
    47k Views
    S
    @KC5RIL read this https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners?_=1597892229407
  • MMM-GoogleMapsTraffic can't zoom in the map ?

    Moved
    3
    0 Votes
    3 Posts
    752 Views
    F
    @sdetweil said in MMM-GoogleMapsTraffic can't zoom in the map ?: @Fonfon zoom in config.js is for whole page, same as ctrl-+ on keyboard… make text larger or smaller… THANKS !!!very much
  • MMM-Face-Reco-DNN receiving PythonShellError: TypeError

    5
    0 Votes
    5 Posts
    1k Views
    K
    Beautiful! I updated and it appears to be working fine. Thank you, @x3mEr !!!
  • MMM-GoogleAssistant doesn't play sound

    Moved
    4
    0 Votes
    4 Posts
    907 Views
    S
    @Mauro-1998 did that solve the problem?
  • Put RSS module in two places?

    8
    0 Votes
    8 Posts
    2k Views
    S
    @tf2 notice those were both configured to the same position, 1st in config it on top, next is lower, etc they don’t HAVE to be in the same area
  • MMM-Fuel NSW no data

    7
    0 Votes
    7 Posts
    1k Views
    J
    Thanks for the help guys. I didn’t know about the developer window but it has shown me a bunch of errors that i’ll have to work on. I got the fuel module working by changing the type to [“e5”], thanks Raymond. Once this has been changed the info showed up :)
  • move calender down to bar

    1
    0 Votes
    1 Posts
    203 Views
    C
    Hey Guys, I am searching for a way to put my calender down to the frame end… I inserted this calender and it works great but the end of the calender is about 4cm from the bottom up. https://github.com/heskja/MMM-CalendarWeek Is there a way to align it more down towards the bottom bar ?
  • MMM-oebb-station-board pulling from git

    3
    0 Votes
    3 Posts
    591 Views
    C
    thanks i was blind
  • MagicMirror² v2.12.0 & MMM-DHT-Sensor (temperatur & humidity)

    17
    0 Votes
    17 Posts
    2k Views
    S
    @BKeyport Nope i did not experienced that…
  • I can not change module name for MMM-JsonTable

    3
    0 Votes
    3 Posts
    775 Views
    E
    @sdetweil You absolutely right , there is no error it takes time, when I wait 5 minutes it worked properly. Now I have go back my other problem (remotefile.json) thanks @sdetweil ! I will create another post