MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    mmm fuel infinite loop

    Scheduled Pinned Locked Moved Solved Troubleshooting
    2 Posts 2 Posters 247 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P Offline
      Plasmire
      last edited by sdetweil

      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
          }
      },
      
      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @Plasmire
        last edited by sdetweil

        @Plasmire sorry, I screwed on on your prior posts…

        anyhow

        I did this

        {
            module: "MMM-Fuel",
            position: "top_right",
            config: {
            		provider:"autoblog",  // (and "gasbuddy" 
            		zip:"78660",
                        types: ["regular", "mid-grade", "premium","diesel"],
            }
        }
        

        and got this
        Screenshot at 2023-11-17 10-34-17.png

        also, ‘not supported’ means these settings will not be used , but some are incorrect, as showDistance default is true, (as shown) and showDistance: false, turns off that column

        Screenshot at 2023-11-17 10-40-58.png

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        • First post
          Last post
        Enjoying MagicMirror? Please consider a donation!
        MagicMirror created by Michael Teeuw.
        Forum managed by Sam, technical setup by Karsten.
        This forum is using NodeBB as its core | Contributors
        Contact | Privacy Policy