A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • show local webpages using iframe

    8
    0 Votes
    8 Posts
    2k Views
    G
    @thgmirror - Thank you very much for your help. This now works.
  • RSS newsfeed ‘en français’

    newsfeed
    5
    0 Votes
    5 Posts
    2k Views
    mumblebajM
    @bugsounet I thought MMM-NewsFeed is your module? NO? :downcast_face_with_sweat:
  • Center Time in default Clock mod

    2
    1
    0 Votes
    2 Posts
    601 Views
    S
    @swvalenti there is no magic. use the developers window, elements tab. change the css styles til u get what u want. centering is a pain in the rear
  • background color change

    2
    0 Votes
    2 Posts
    672 Views
    S
    @6467-973135 change the entry in custom.css, copied from main.css.
  • Update MM von 2.12 nach 2.16

    5
    0 Votes
    5 Posts
    1k Views
    S
    @radioman Wie mache ich eigentlich ein Update. Führen Sie das Upgrade-Skript von meinem Git-Repo aus, wie ich es zuvor beschrieben habe Oder reicht es wenn ich den Magic Mirror Ordner auf dem Raspberry speichere das ist eine gute rückenstrategie
  • Grab article URL from Newsfeed

    2
    0 Votes
    2 Posts
    490 Views
    S
    @fedeche I don’t believe there is any way currently. the notification request and response is between modules inside mm. not to outside parties
  • MMM-Snowboy

    4
    0 Votes
    4 Posts
    2k Views
    bugsounetB
    @bugsounet said in MMM-Snowboy: This module is not yet supported and compatible with this forum i say … this forum not this module ;)
  • Un module de bouton

    4
    0 Votes
    4 Posts
    945 Views
    E
    @rico24 Good evening with my apologies, the translator was in office and therefore the forum in french.
  • MMM-AssistantMk2 (v3)

    135
    4 Votes
    135 Posts
    85k Views
    bugsounetB
    and v3 of GA is under coding… with “ok google”, “hey google” feature :) [image: 1619791460816-1c8dbb3e-b982-4c00-b285-d6a6ce8b7f4e-image.png] oupss… I have not to say it there ! sorry :/
  • MMM-TelegramBot : Control MM on Telegram

    47
    2
    3 Votes
    47 Posts
    24k Views
    lavolp3L
    @sdetweil said in MMM-TelegramBot : Control MM on Telegram: @lavolp3 @bugsounet has taken over quite a few of Sean’s modules. I know. No problem for me as long as the modules get troubleshooting support on this forum or at least on github. Which I don’t think they do anymore.
  • MMM-GroveGestures Parsing error: Parenthesized pattern

    3
    0 Votes
    3 Posts
    627 Views
    jerry11DJ
    @sdetweil to make sure my config contains no errors before I start editing and tweaking, only to be completely baffled whether a syntax error is of my doing or not … case in point.
  • Weather Module Location ID

    1
    0 Votes
    1 Posts
    478 Views
    S
    Hi, FYI I installed the latest MM version on a ‘play’ system. When using the ‘new’ weather module for current and forecast when I enter the ‘LocationID:’ 6 digit number the module only gets as far as loading. If I use ‘appid’ & ‘Location’ (location has to be valid ‘city’ supported by openweathermap) the module loads. Cheers
  • MMM sensor+WS2812b and MM CONFIG RESET button

    4
    1 Votes
    4 Posts
    2k Views
    S
    @bouba830 ok, I see… https://github.com/sergge1/MMM-senorled is no longer available looks like it has been withdrawn
  • weatherforecast for italy

    3
    0 Votes
    3 Posts
    953 Views
    Cr4z33C
    @blasco612 happy reading. :)
  • This topic is deleted!

    Locked
    334
    2 Votes
    334 Posts
    5k Views
  • Full memory after update

    7
    0 Votes
    7 Posts
    2k Views
    saljokeS
    @sdetweil Thanks I solved searching on var/log files very big and I delete syslog.1 and kern.log.1 I don’t know really the cause but 40gb now are free. Thanks again… Solved now but will check if happens again Bye
  • [Remote-Control] Shutdown, Configure and Update your MagicMirror

    Moved
    274
    13 Votes
    274 Posts
    875k Views
    K
    Hello, Im trying to get a custom menu ready to send customized notifications via input fields. Sadly im not into JS. Can someone tell me how to get the value of an input field i added? my custom_menu.json: { "id": "custom", "type": "menu", "icon": "id-card-o", "text": "%%TRANSLATE:CUSTOM_MENU%%", "items": [{ "id": "custom-item-1", "type": "item", "icon": "dot-circle-o", "text": "Next page", "action": "NOTIFICATION", "content": { "notification": "INCREMENT_PAGE", "payload": null } }, { "id": "custom-item-2", "type": "item", "icon": "dot-circle-o", "text": "Last page", "action": "NOTIFICATION", "content": { "notification": "DECREMENT_PAGE", "payload": null } }, { "id": "level2", "type": "menu", "menu": "custom", "icon": "bars", "text": "Send notifications", "items": [ { "id": "custom-item-3", "type": "input", "icon": "dot-circle-o", "text": "Notification", "action": null, "content": null }, { "id": "custom-item-4", "type": "input", "icon": "dot-circle-o", "text": "Payload", "action": null, "content": null }, { "id": "custom-item-5", "type": "button", "icon": "dot-circle-o", "text": "Send", "action": "NOTIFICATION", "content": { "notification": null, "payload": null } } ] } ] } The button (last entry) should now send an notification with the values from the input fields above. something like this: { "id": "custom-item-5", "type": "button", "icon": "dot-circle-o", "text": "Send", "action": "NOTIFICATION", "content": { "notification": "custom-item-3".value, "payload": "custom-item-4".value } } So how can i get the value from my input items? Thanks :) And another question. Is there a security problem when im neither using an ApiKey nor the secureEndpoints? Im using it in my private secured wifi with only me inside.
  • [FR Only] MMM-FranceInfo

    7
    2 Votes
    7 Posts
    2k Views
    C
    Sympa l’idée…hâte de voir cela
  • What Wrong after add module MMM-Remote-Control

    1
    1
    0 Votes
    1 Posts
    457 Views
    N
    Re: [[Remote-Control] Shutdown](Configure and Update your MagicMirror) [image: 1606794219813-screenshot-2020-11-30-233240.jpg] After Add MMM-Remote-Control ,Error Display as Photo What happen?,and How to solve it?, help me please Thanks for all your hint
  • MMM-pages example

    mmm-pages
    1
    0 Votes
    1 Posts
    500 Views
    kusselinK
    Hello, is anyone here who can send me an example of his MMM-Pages module please. with duration time and and… thanks a lot