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

    4
    0 Votes
    4 Posts
    844 Views
    O
    Hello J’ai semble-t-il le meme soucis … j’ai ajouté 3 fois le module MMM-Ratp pour avoir les infos sur le une ligne de bus, ensuite pour un rer et enfin le metro… Ceci donne : { module: 'MMM-Ratp', position: 'top_right', header: 'Bus 113 (vers la gare)', // the title that will be displayed on top on the widget config:{ apiURL:'https://api-ratp.pierre-grimaud.fr/v4/schedules/buses/113/place%2Bde%2Bla%2Bresistance/R', } }, { module: 'MMM-Ratp', position: 'top_right', header: 'RER A (vers Nation)', // the title that will be displayed on top on the widget config:{ apiURL:'https://api-ratp.pierre-grimaud.fr/v4/schedules/rers/A/neuilly%2Bplaisance/A', } }, { module: 'MMM-Ratp', position: 'top_right', header: 'Metro 9 (vers Grands Boulevards)', // the title that will be displayed on top on the widget config:{ apiURL:'https://api-ratp.pierre-grimaud.fr/v4/schedules/metros/9/nation/R', } }, Tout fonctionne nicke mais les headers ne s’affichent pas … QUand je regarde le code html, je vois undefined en lieu et place de la valeur (avec en plus style=“display:none” … ) Bref Si qq’un peut m’aider ;) Merci :p
  • playing spotify but sound isn't comming

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    ?
    @vincentyyl : sorry to remind you that we code in legality and not in illegality actual for playing music, we have to use librepost or raspotify (legality) we can’t ripping the DRM (illegality) thank to your comprehension
  • Executing python in js - troublshooting/development

    18
    0 Votes
    18 Posts
    2k Views
    S
    @beejay22 do you see this output from the node_helper in the terminal window where you do npm start? console.log(data.toString()) from your python script
  • pjestico/MMM-GoogleTrafficTimes Address Format?

    11
    0 Votes
    11 Posts
    4k Views
    S
    @Fonfon open the developers window on the mirror, ctrl-shift-i on the keyboard, then select the console tab and scroll up to see any errors, usually red text. you should see a message about the API usage
  • Read local txt file from node_helper.js

    12
    0 Votes
    12 Posts
    3k Views
    S
    @Aphamguin well, you think about what you are trying to accomplish, I changed the file to Linux line ends. then realized u might get it from somewhere as windows line end. so added to make it work either way.
  • MMM-RemoteCompliments does not appear

    18
    0 Votes
    18 Posts
    4k 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
    402 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
    2
    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
  • Installed Module - Powerwall - But the graphs don't display correctly

    1
    1
    0 Votes
    1 Posts
    285 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
    228 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
    1k 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
    12k 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
    42k 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
    633 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
    775 Views
    S
    @Mauro-1998 did that solve the problem?
  • Put RSS module in two places?

    8
    0 Votes
    8 Posts
    1k 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