MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Jopyth
    3. Topics
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    J
    Offline
    • Profile
    • Following 2
    • Followers 6
    • Topics 8
    • Posts 279
    • Groups 3

    Topics

    • J

      [MMM-Buttons] Connect multiple buttons to send configurable notifications

      Watching Ignoring Scheduled Pinned Locked Moved System
      40
      3 Votes
      40 Posts
      34k Views
      cruunnerrC
      @Mykle1 Jap, its called Fritzing :)
    • J

      MMM-Advent - Advent Candle

      Watching Ignoring Scheduled Pinned Locked Moved Fun & Games advent candle module
      3
      3 Votes
      3 Posts
      4k Views
      H
      { module: “MMM-Advent”, position: “bottom_center”, config: { marks: 0, candleColor: “#EE1111”, start: [“2018-12-02 14:00:00”, “2018-12-09 14:00:00”, “2018-12-16 14:00:00”, “2018-12-23 14:00:00”], end: [“2018-12-24 22:00:00”, “2018-12-24 22:00:00”, “2018-12-24 22:00:00”, “2018-12-24 22:00:00”] } },
    • J

      Looking for beta testers for MMM-Remote-Control

      Watching Ignoring Scheduled Pinned Locked Moved Development remote control beta module development
      18
      1 Votes
      18 Posts
      10k Views
      Mr.MeeseeksM
      @rvdgeer do you have pm2 installed and configured? Oh looked above, you do. Well I have noticed even though logs show command error, it still works, I think it’s because node doesn’t surround commands in quotes.
    • J

      Magic Wardrobe

      Watching Ignoring Scheduled Pinned Locked Moved Show your Mirror wardrobe magic wardrobe
      5
      8 Votes
      5 Posts
      5k Views
      J
      Glad you guys like it. :) @Mitchfarino Yes, I use that too, but mostly to show/hide the XKCD or to restart the whole thing. For a shutdown the physical button is my new way to go.
    • J

      [Remote-Control] Shutdown, Configure and Update your MagicMirror

      Watching Ignoring Scheduled Pinned Locked Moved System
      274
      13 Votes
      274 Posts
      802k 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.
    • J

      Split up Utilities?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Forum
      7
      4 Votes
      7 Posts
      4k Views
      paviroP
      @BenRoe @Jopyth I moved two mail modules into productivity. I also split the categories but you can see that yourselves :)
    • J

      MMM-Trello - Another tool for todos connected to the mirror

      Watching Ignoring Scheduled Pinned Locked Moved Productivity
      8
      0 Votes
      8 Posts
      8k Views
      edwardssjE
      I am having to refresh the Token every 24 hrs, is there a way to combat this? Thanks
    • 1 / 1