A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 1 Votes
    16 Posts
    9k Views
    S
    @celliott the module hasn’t been updated in 5 years. who knows if it still would work
  • MMM-cryptocoin

    8
    1 Votes
    8 Posts
    3k Views
    S
    @unfriendlydevice @mumblebaj thanks guys. send me text messages if u think I’ve missed some other troublesome users
  • 4 Votes
    38 Posts
    17k Views
    S
    @nicoh I do not know, sorry…
  • MMM-Bluelinky (Hyundai EV battery display) Based on MMM-Tesla2 module

    12
    1
    1 Votes
    12 Posts
    4k Views
    S
    @cyw00d Nice! I will definitely be installing this when my Ioniq 5 eventually arrives. Thank you.
  • MMM Modules not loading

    3
    0 Votes
    3 Posts
    388 Views
    C
    @sdetweil Thank for the links. It really helped. My issue was not installing the modules within the modules folder. I reinstalled MagicMirror entirely as the program was acting buggy when I manually deleted the folders. Thank you!
  • MMM-OneCallWeather

    24
    0 Votes
    24 Posts
    6k Views
    N6NGN
    @sdetweil thanks
  • MMM-ping

    voice control modal ping online offline hosts network
    7
    0 Votes
    7 Posts
    5k Views
    W
    Could someone give an example how to activate / deactivate the monitor (hdmi) with dependency to the ping order? Like: if pinged device = onlinte then set hdmi := online if not hdmi := offline Thanks a lot
  • MMM-MysqlQuery module just released!

    7
    2 Votes
    7 Posts
    2k Views
    sifuhallS
    @chris47803 I have the same issue. Only the headings are displayed
  • Calendar Text Distance to Icon

    1
    1
    0 Votes
    1 Posts
    260 Views
    S
    Hi there, I need your help. I’m not very sure about CSS, and I haven’t found a solution to my problem after a long search. The distance between the symbol and the calendar title is always different. How do I line this up so everything looks the same? Many thanks for your help!! [image: 1645465384842-bildschirmfoto-2022-02-21-um-18.31.52.jpg] Here the config and custom.css /*************** AUTO GENERATED BY REMOTE CONTROL MODULE ***************/ var config = { address: '0.0.0.0', ipWhitelist: [], language: 'de', modules: [ { module: 'alert', config: {} }, { module: 'updatenotification', position: 'top_bar', config: {} }, { module: 'clock', position: 'top_bar', header: '', config: {} }, { module: 'calendar', header: 'Familien Termine', position: 'top_left', config: { maximumEntries: 3, colored: true, coloredSymbolOnly: true, calendars: [ { symbol: 'calendar-check', color: '#FEFB41', url: 'http://localhost:8080/modules/calendars/xxx.ics' } ] } }, { module: 'calendar', header: 'xxx1', position: 'top_left', config: { maximumEntries: 3, colored: true, coloredSymbolOnly: true, calendars: [ { symbol: 'calendar-check', color: '#ED732E', url: 'http://localhost:8080/modules/calendars/xxx.ics' } ] } }, { module: 'calendar', header: 'xxx2', position: 'top_left', config: { maximumEntries: 3, colored: true, coloredSymbolOnly: true, calendars: [ { symbol: 'calendar-check', color: '#331B8E', url: 'http://localhost:8080/modules/calendars/xxx.ics' } ] } }, { module: 'calendar', header: 'xxx3', position: 'top_left', config: { maximumEntries: 3, colored: true, coloredSymbolOnly: true, calendars: [ { symbol: 'calendar-check', color: '#E8A7BF', url: 'http://localhost:8080/modules/calendars/xxx.ics' } ] } }, { module: 'calendar', header: 'xxx4', position: 'top_left', config: { maximumEntries: 3, colored: true, coloredSymbolOnly: true, calendars: [ { symbol: 'calendar-check', color: '#A06B23', url: 'http://localhost:8080/modules/calendars/xxx.ics' } ] } }, { module: 'calendar', header: 'xxx5', position: 'top_left', config: { maximumEntries: 3, colored: true, coloredSymbolOnly: true, calendars: [ { symbol: 'calendar-check', color: '#ED732E', url: 'http://localhost:8080/modules/calendars/xxx.ics' } ] } }, { module: 'calendar', header: 'xxx6', position: 'top_left', config: { maximumEntries: 3, colored: true, coloredSymbolOnly: true, calendars: [ { symbol: 'calendar-check', color: '#33C759', url: 'http://localhost:8080/modules/calendars/xxx.ics' } ] } }, { module: 'calendar', header: xxx7', position: 'top_left', config: { maximumEntries: 3, colored: true, coloredSymbolOnly: true, calendars: [ { symbol: 'calendar-check', color: '#479FFF', url: 'http://localhost:8080/modules/calendars/xxx.ics' } ] } }, { module: 'compliments', header: '', config: {} }, { module: 'weather', position: 'top_right', config: { location: 'yyy', locationID: 'sss', apiKey: 'xxx' } }, { module: 'weather', position: 'top_right', header: 'Vorhersage', config: { type: 'forecast', location: 'yyy, locationID: 'sss', apiKey: 'sss' } }, { module: 'MMM-Remote-Control', config: { apiKey: 'xxx' } }, { module: 'newsfeed', header: '', config: { feeds: [ { title: 'New York Times', url: 'https://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml' } ] } } ] } /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== 'undefined') {module.exports = config;} custom.css body { zoom: 125%; } .region.top.left { height: 2300px } currentweather .wi-sunrise { color: #ffd700; } .currentweather .wi-sunset { color: #ffa500; } .currentweather .wi-day-sunny { color: #ffff00; } .currentweather .wi-night-showers { color: #55acee; } .currentweather .wi-degrees { color: #fff; } .currentweather .wi-rain { color: #55acee; } .currentweather .wi-showers { color: #55acee; } .currentweather .wi-night-showers { color: #55acee; } .currentweather .wi-night-alt-cloudy-windy { color: #aaa; } .currentweather .wi-night-cloudy { color: #aaa; } .currentweather .wi-cloudy { color: #aaa; } .currentweather .wi-day-cloudy { color: #aaa; } .currentweather .wi-cloudy { color: #aaa; } .currentweather .wi-cloudy-windy { color: #aaa; } .currentweather .wi-showers { color: #55acee; } .currentweather .wi-thunderstorm { color: #ff00ff; } .currentweather .wi-snow { color: #fff; } .currentweather .wi-fog { color: #999; } .currentweather .wi-night-clear { color: #fff; } .currentweather .wi-night-rain { color: #55acee; } .currentweather .wi-night-thunderstorm { color: #ff00ff; } .currentweather .wi-night-snow { color: #fff; } .weatherforecast .wi-sunrise { color: #ffd700; } .weatherforecast .wi-sunset { color: #ffa500; } .weatherforecast .wi-day-sunny { color: #ffff00; } .weatherforecast .wi-night-showers { color: #55acee; } .weatherforecast .wi-degrees { color: #fff; } .weatherforecast .wi-rain { color: #55acee; } .weatherforecast .wi-showers { color: #55acee; } .weatherforecast .wi-night-showers { color: #55acee; } .weatherforecast .wi-night-alt-cloudy-windy { color: #aaa; } .weatherforecast .wi-night-cloudy { color: #aaa; } .weatherforecast .wi-cloudy { color: #aaa; } .weatherforecast .wi-day-cloudy { color: #aaa; } .weatherforecast .wi-cloudy { color: #aaa; } .weatherforecast .wi-cloudy-windy { color: #aaa; } .weatherforecast .wi-showers { color: #55acee; } .weatherforecast .wi-thunderstorm { color: #ff00ff; } .weatherforecast .wi-snow { color: #fff; } .weatherforecast .wi-fog { color: #999; } .weatherforecast .wi-night-clear { color: #fff; } .weatherforecast .wi-night-rain { color: #55acee; } .weatherforecast .wi-night-thunderstorm { color: #ff00ff; } .currentweather .wi-night-snow { color: #fff; } #module_3_calendar .module-header { color: #FEFB41; /* Header color. */ } #module_4_calendar .module-header { color: #D03A20; /* Header color. */ } #module_5_calendar .module-header { color: #331B8E; /* Header color. */ } #module_6_calendar .module-header { color: #E8A7BF; /* Header color. */ } #module_7_calendar .module-header { color: #A06B23; /* Header color. */ } #module_8_calendar .module-header { color: #ED732E; /* Header color. */ } #module_9_calendar .module-header { color: #33C759; /* Header color. */ } #module_10_calendar .module-header { color: #479FFF; /* Header color. */ } .calendar .symbol { display: flex; flex-direction: row; justify-content: flex-start; padding-left: 0; padding-right: 10px; font-size: var(--font-size-small); } Thanks!!!
  • [MMM-GmailFeed] - Simple Gmail unread messages list/notification

    20
    3 Votes
    20 Posts
    7k Views
    S
    @plainbroke said in [MMM-GmailFeed] - Simple Gmail unread messages list/notification: that alone fixed almost all my install issues… Could hardly believe something so simple fixed so much this is because the author didn’t record request being used in his package.json, cause it ‘worked’ without it…, because MM supplied it… but MM removed it because the library has been discontinued) (deprecate) and is exposed the security issues. oops… module didn’t declare, and its not there anymore… boom
  • MMM-crypto-portfolio

    26
    1
    2 Votes
    26 Posts
    13k Views
    MarosM
    Is it possible to add to this API from Helium network ? so i will be able to see current amount in my helium wallet ? I don’t want to manually write amount as this is changing. I tried to search modules but i don’t see any suitable module. Maybe edit MMM-Coinbase module to show only Helium wallet from (explorer.helium.com)
  • OpenWeather hangorazvan / onecall

    troubleshoot hangorazvan onecall
    4
    0 Votes
    4 Posts
    783 Views
    N6NGN
    So sorry… Your right of course…I don’t know how I got it confused either… I’ll check it again and won’t make that mistake again… Again I apologize for the error… I should know better than that and be more careful. Thank you for replying. Dennis N6NG
  • Calendar text alignment other than module alignment?

    3
    0 Votes
    3 Posts
    489 Views
    D
    @hango Thanks! Works like a charm.
  • MMM-Buienalarm

    10
    1 Votes
    10 Posts
    2k Views
    S
    @tinus playwrite is for mm testing. but you used the wrong command in the module folder do npm install request --save all the other stuff is things u can’t do anything about ( and we can’t suppress the messages) to redo the mm npm insta with developer tools do npm install --only=prod in the MagicMirror folder
  • MMM-PersonalConfig: Persist personal config to GitHub

    4
    2
    1 Votes
    4 Posts
    764 Views
    S
    @cfenner no, not at this time
  • New weather module (weather forecast)

    1
    1
    2 Votes
    1 Posts
    753 Views
    O
    I changed the default weatherforecast to weather like described in the official docu. It didnt load the forecast. What can i change? [image: 1642078765534-5984459f-35e9-4a68-8114-d77ccc056f5a-image.png] My config.js: { module: 'weather', position: 'top_right', header: 'Wetter Vorhersage für', config: { type: 'forecast', location: 'Bramfeld, Hamburg', locationID: '2945498', appid: '9401ca284xxxxxxxx48a208ac' } }, This seems to be the error: 0|MagicMir | [13.01.2022 13:42.39.124] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? 0|MagicMir | [13.01.2022 13:42.39.124] [ERROR] If you think this really is an is sue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/iss ues 0|MagicMir | [13.01.2022 13:42.39.128] [ERROR] Whoops! There was an uncaught exc eption... 0|MagicMir | [13.01.2022 13:42.39.129] [ERROR] TypeError: Cannot read properties of undefined (reading 'type') 0|MagicMir | at Timeout.fetchStandings [as _onTimeout] (/home/pi/MagicMirror /modules/MMM-Formula1/node_helper.js:48:57) 0|MagicMir | at listOnTimeout (node:internal/timers:557:17) 0|MagicMir | at processTimers (node:internal/timers:500:7) 0|MagicMir | [13.01.2022 13:42.39.129] [ERROR] MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection? 0|MagicMir | [13.01.2022 13:42.39.130] [ERROR] If you think this really is an is sue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/iss ues 0|MagicMir | [1293:0113/134506.677270:ERROR:command_buffer_proxy_impl.cc(292)] G PU state invalid after WaitForTokenInRange. 0|MagicMir | [940:0113/134507.415223:ERROR:gpu_process_host.cc(968)] GPU process exited unexpectedly: exit_code=139 0|MagicMir | [1293:0113/135506.957531:ERROR:command_buffer_proxy_impl.cc(292)] G PU state invalid after WaitForTokenInRange. 0|MagicMir | [940:0113/135507.713471:ERROR:gpu_process_host.cc(968)] GPU process exited unexpectedly: exit_code=139 0|MagicMir | [1293:0113/140025.310512:ERROR:command_buffer_proxy_impl.cc(292)] G PU state invalid after WaitForTokenInRange. 0|MagicMir | [940:0113/140028.204170:ERROR:gpu_process_host.cc(968)] GPU process exited unexpectedly: exit_code=139
  • MMM-VigiCrues

    14
    3 Votes
    14 Posts
    4k Views
    S
    Its interesting info about MMM-VigiCrues. I also want to know about. Regards: isabella
  • MMM-CalendarExtTimeline - Display timeline table.

    3
    2 Votes
    3 Posts
    3k Views
    D
    How did you configure the weekly view in the bottom half of this screen? I’m trying to to what you have in the photo but in reverse order (weekly view at the top, daily/timeline view at the bottom). I can get the timeline view but I’m struggling to get the weekly view as clean as you have it here.
  • MMM-Jeedom Display presence on same line

    6
    0 Votes
    6 Posts
    1k Views
    E
    @selyjohns Oui une idée mais à la c… j’essayerais d’indexer le tout : Voici ton code modifié : { module: 'MMM-Jeedom', header: 'Informations Maison', position: "bottom_right", config: { updateInterval: 3000, jeedomAPIKey: "XXX", jeedomURL: "X.X.X.X", jeedomPORT: 80, jeedomHTTPS: false, jeedomAPIPath: "/core/api/jeeApi.php", sensors: [ { idx: "473", symbolon1: "fa fa-user-check", symboloff1: "fa fa-user-times", customTitle1: "Josselyn", boolean1: true, sameLine1 : true, }, { idx: "481", symbolon2: "fa fa-user-check", symboloff2: "fa fa-user-times", customTitle2: "Stéphanie", boolean2: true, sameLine2 : true, }, { idx:"1183", sameLine1: true, unit : "°C", }, { idx:"1184", customTitle: "Salon", symbol: "fa fa-thermometer-half", sameLine2: true, unit : "%", }, Et voici mon bout de code pour exemple : sensors: [ { idx: "778", //customTitle: "Trajet 1 : ", sameLine1: true, unit : "min.", }, { idx: "777", customTitle: "Trajet 1 : ", sameLine2: true, }, { idx: "780", //customTitle: "Trajet 2 : ", sameLine1: true, unit : "min.", }, { idx: "779", customTitle: "Trajet 2 : ", sameLine2: true, },
  • [MMM-MieleAtHome] - Show the status of your Miele@Home Devices

    31
    1 Votes
    31 Posts
    12k Views
    O
    @vidibi Hi, noch ne Frage- gibts auch irgendeine Möglichkeit (custom-css etc.) die Überschrift linksbündig zu machen? Ok, found it: .MMM-MieleAtHome header { text-align: left }