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

    Posts

    Recent Best Controversial
    • This code for MMM Lice is making my magic mirror shut off completely.

      Not sure where the code is wrong, but when i load this in my config the app shuts off and doesn’t turn back on. I delete the code and it starts back up just fine.

      {
          module: 'MMM-LICE',
          position: 'top_right',                 // Best in left, center, or right regions
          config: { 
      		accessKey: "I put my code in here", // Free account & API Access Key at currencylayer.com
      		source: "USD",                    // USD unless you upgrade from free account
      		symbols: "JPY,SGD,EUR,CAD,THB",       // Currency symbols
      		useHeader: false,                 
      		header: "Show me the money",
      		maxWidth: "300px",
          }
      },
      
      posted in Troubleshooting
      P
      Plasmire
    • Is there a way to make my calendar centered

      Is there a way to make my calendar ext3 the size of the yellow bars? Not sure where to look or what I need to adjust. Thanks for any input in advanced. IMG_6770.jpg

      posted in Troubleshooting
      P
      Plasmire
    • mmm fuel infinite loop

      So my code is working, but it isn’t loading the prices. Here is my code. If anyone can see why I’d appreciate it. I’m located in the US and checked the forums with anyone else with these issues and nothing came up. I have about 0 coding experience. I’ve tried autoblog as well with same results.

      {
          module: "MMM-Fuel",
          position: "top_left",
          config: {
      provider: "gasbuddy",
              zip: 98003,
      radius: 1,
              types: ["premium", "diesel",],
      showDistance: false,
      lat: undefined,
      lng: undefined,
      open: false,
      showOpenOnly: false,
      showBrand: false,
      // all your config options, which are different than their default values
          }
      },
      
      posted in Troubleshooting
      P
      Plasmire
    • 1 / 1