A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Help with Progress Bar for Music

    Moved
    7
    0 Votes
    7 Posts
    1k Views
    lavolp3L
    I would search for an npm progress bar module(there’s one for sure). Then install it via npm. Include it in your code via the getScript() method. Use it in your code as described in the npm module. From my point of view it’s the easiest way in this environment without doing all on your own.
  • 4 Votes
    76 Posts
    61k Views
    M
    Hi. There is a way to call, i.e, module controls/carousel/next slide from url?
  • annual calendar current year

    Moved
    3
    0 Votes
    3 Posts
    544 Views
    BKeyportB
    In order to get anything onto my calendar, I’d need to have notification support, Please stand by, I’ll get it running as soon as I can. In the mean time, You can show the module in a different way, and use something like MMM-CalendarExt2 to display an ICS with the school calendars in a list. In the image here, I have my public events listed in a couple of different ICS files, and shown here. [image: 1604014516669-capture.png] If you’d like to know how I did it, please let me know.
  • [WANTED] new ownership of modules.

    32
    6 Votes
    32 Posts
    11k Views
    K
    You cant help me with the volvo module? Getting problem when i´m typing voc list Get the message "init () missing 2 required positonal arguments: username and password I opened the voc.conf file and writed the username and password Whats wrong! New car and wants this so mutch working
  • Store data that's accessible after restart of MM²

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    C-sonC
    @sdetweil ok, thanks. I’m trying to solve this by save the timestamp in a file with fs :)
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
  • Use Javascript to modify the module header

    3
    0 Votes
    3 Posts
    395 Views
    W
    @C-son said in Use Javascript to modify the module header: this.data.header = ‘My header is awesome’; Thanks
  • How can I integrate a Caldav calendar

    Moved
    2
    1
    0 Votes
    2 Posts
    339 Views
    S
    @MsHyper many people use a script to fetch the caldav as an ics with curl, into the calendar module folder and use that file in a local url { url: “http://localhost:port/modules/default/calendar/???.ics” }
  • How to change icon and payload by notification?

    7
    0 Votes
    7 Posts
    1k Views
    MrCoffeeM
    @sdetweil Guess you are right. I just cloned your sample module. Thanks for helping me out.
  • 0 Votes
    5 Posts
    535 Views
    S
    @skuethe so the request to get the data is done by the browser, and u don’t have to do anything special in getDom() specify the url (pointing to the node_helper path and it gets the data and does the encoding and returns it to the browser
  • MM2 with dynamic configuration and style

    6
    0 Votes
    6 Posts
    781 Views
    S
    @mohamed-elleuch i don’t know if you can hide the port number, after the redirect, and so, the value of the redirect is minimal… just use the port in the browser for each room and be done with it… (no one will see it but you)
  • Looking for a European weather provider

    6
    0 Votes
    6 Posts
    1k Views
    StoffbeuteluweS
    @cowboysdude Hi, I use openweathermap.org for my default weather module…works fine. I’m from Germany.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
  • Chore List Based By The Week and Calander

    1
    0 Votes
    1 Posts
    470 Views
    C
    So I was hoping that someone may have made a module for this, but I think I am not looking in the right spot or I am just dreaming too big. What I would like to do is I have my outlook calendar set up, So when Sunday rolls around I have an Event put on there that lasts a week, now I can get that to appear on the side, what I was hoping was that I could take the information typed in the description part (I am using outlook web) Have that display in the middle of the screen. Now in the .ics file from outlook it has the description so seems like I maybe able to pull that date, but I am not sure if this is even possible. Or if something like this has already been done. Or do I need to figure out another way to have the information change weekly, Before I start trying to figure out how to code this was just wondering if it is possible or not Thanks
  • Integrate Pipedrive with graphs in MagicMirror

    1
    0 Votes
    1 Posts
    197 Views
    S
    Hi. Im interested in creating a module, where i can take data from a pipedrive dashboard, and showcase some of the figures in a Magic Mirror. I have been looking at the MMM-JsonGraph module, but im not extremly comfrotable in Java. Therefore, are there anyone who has an idea of how to adapt this module to work for me? Or have a better idea? Thx.
  • mergeConfig() function

    11
    0 Votes
    11 Posts
    2k Views
    ?
    Waiting… and Waiting …
  • Convert bytes to megabytes - JSON

    8
    0 Votes
    8 Posts
    2k Views
    M
    Thanks for the replies :thumbs_up_light_skin_tone: I’ve got the bytes string converting to a number, so that’s all good. Now the next question, @Bugsounet how do I use your function within the JSON.parse function? var payload = JSON.parse(payload, function (key, value) { if ( key === 'down_rate' ) { var num = Number(value); return (num/(1024*1024)).toFixed(2); } Just to add, I had tried the following and receive a this.convert is not a function var downrate = this.convert(value,0); return downrate;
  • How to support multiple translations in different UI and API?

    1
    0 Votes
    1 Posts
    210 Views
    W
    My modules would like to support multiple languages (e.g. zh-hk and zh-tw). But actually both language uses the same set of language (Traditional Chinese). UI I could support both language in the following function: getTranslations: function () { return { ... "zh-hk": "translations/zh-tw.json" "zh-tw": "translations/zh-tw.json" }; Is it possible that I could pre-map zh-hk to zh-tw so that I only need to keepzh-tw in getTranslations? API The API also returned the localized value based on the language parameters. Therefore I would like to convert zh-hk and zh-tw into zh-hant required by the API (in two different lines). Currently I am doing the conversion in a hard-code way. Is it possible that I could pre-map zh-hk to zh-tw so that I could translatezh-tw into zh-hant in the API code?
  • Editing files outside of MM

    10
    0 Votes
    10 Posts
    1k Views
    S
    @aareben if u haven’t made any progress, see my sample module, which provides a node_helper and uses socket notifications for communications with the modulename.js https://github.com/sdetweil/SampleModule
  • Some Modules are showing up, but not on their right pages

    9
    0 Votes
    9 Posts
    351 Views
    R
    @sdetweil any suggestions?