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

    Posts

    Recent Best Controversial
    • RE: Starting from an existing module?

      @sdetweil

      Thanks for the reply.

      The JSON command works from a browser.

      This is the command
      http://192.168.1.9/JSON?request=getstatus&ref=260,175,233

      260,175,233 would be the IDs I would like to pass

      posted in Development
      sifuhallS
      sifuhall
    • Starting from an existing module?

      I saw in this post a couple of people recommend starting with an existing module when attempting to create your own module.

      I have a JSON command that returns information I was to display on my Magic Mirror.

      The only two variables I want to specify in the config are the device IDs to pass to the JSON command and the amount of time (in minutes?) I would like to refresh this data.

      What would be a good module to start with for these requirements?

      posted in Development
      sifuhallS
      sifuhall
    • RE: MMM-MyScoreboard

      @sdetweil

      Yes, this was it exactly. Once I added the request module everything was fine.

      However, I do have one question.

      How can I add the West Ham United Football Club?

      posted in Sport
      sifuhallS
      sifuhall
    • RE: MMM-DynamicWeather

      First, this is a great module!

      Second, how can I use the “holiday” option? It appears to be looking for a string and not an array so how can I pass multiple holidays?

      posted in Fun & Games
      sifuhallS
      sifuhall
    • RE: MMM-PaprikaMenu: Displays your weekly meal menu from the Paprika Recipe Manager app

      Much thanks to @DolphinScientist for all the help!

      The issue was my ignorance.

      I was creating menus and expecting them to show up instead of adding to meals.

      Thanks again.

      posted in Utilities
      sifuhallS
      sifuhall
    • RE: MMM-Snow - Yet another Snow Module

      For those interested in a dynamic weather module check here:

      https://github.com/scottcl88/MMM-DynamicWeather

      posted in Fun & Games
      sifuhallS
      sifuhall
    • 4th Magic Mirror Complete!

      I really don’t see how I got along with one before. it’s became a must-have!

      signal-2022-01-04-071214_001.jpeg

      posted in Show your Mirror
      sifuhallS
      sifuhall
    • RE: No display with MMM-cryptocurrency

      @sdetweil Thank you! it was missing request.

      posted in Troubleshooting
      sifuhallS
      sifuhall
    • No display with MMM-cryptocurrency

      I’ve added MMM-cryptocurrency but I only get a blank display.

      I’ve checked my config.js and it passes validation.
      And I have created an API key as instructed.

      Here is my config section for MMM-cryptocurrency. If I delete or comment this out everything works. But when I include it all I get is a blank screen.

      		{
      				module: "MMM-cryptocurrency",
      				position: "bottom_center",
      				config: {
      						apikey: 'xxxxxxxxxxxx',
      						currency: ['ethereum', 'bitcoin'],
      						conversion: 'EUR',
      						headers: ['change24h', 'change1h', 'change7d'],
      						displayType: 'logoWithChanges',
      						showGraphs: true
      				}
      		},```
      posted in Troubleshooting
      sifuhallS
      sifuhall
    • RE: MMM-PaprikaMenu: Displays your weekly meal menu from the Paprika Recipe Manager app

      I am trying this again because it seems so cool.

      I see “Loading” and it never updates.

      posted in Utilities
      sifuhallS
      sifuhall
    • 1 / 1