• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

GasBuddy

Scheduled Pinned Locked Moved Requests
16 Posts 6 Posters 8.5k Views 8 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.
  • D Offline
    dherl0623
    last edited by Jan 18, 2018, 6:39 PM

    Does anyone have any idea on how to implement prices from Gas Buddy. I was thinking that maybe it could be done using MMM-Iframe, but with a bit of Googling I can’t seem to find any sort of Iframe by them. I also checked out this: https://github.com/fewieden/MMM-Fuel But as far as I understand this works for Germany and Austria?

    I do a lot of driving because of work, and I thought such a module could be really neat!

    M 1 Reply Last reply Jan 18, 2018, 9:00 PM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @dherl0623
      last edited by Jan 18, 2018, 9:00 PM

      @dherl0623 said in GasBuddy:

      prices from Gas Buddy.

      Have you looked to see if they offer an API to their data?

      Create a working config
      How to add modules

      1 Reply Last reply Reply Quote 0
      • D Offline
        doubleT Module Developer
        last edited by doubleT Jan 22, 2018, 7:29 PM Jan 18, 2018, 9:11 PM

        I have a similar module where I get the prices from a German gas station. With some small changes it should be possible to show prices from other sources as well. But it’s not looking for different prices in a region, only at one gas station, displaying their current price. If you have one station you’re always going to, check if the brand/station has a website with live prices. Even if you have one favorite station on Gas Buddy, it might work with some changes. But as I saw, that’s a system where other users have to put in the prices (or the station itself), so not very accurate compared to live data.

        D 1 Reply Last reply Jan 19, 2018, 5:17 PM Reply Quote 0
        • D Offline
          dherl0623 @doubleT
          last edited by Jan 19, 2018, 5:17 PM

          @doubleT I would be very interested in this! I do frequent usually three different gas stations.

          1 Reply Last reply Reply Quote 0
          • D Offline
            doubleT Module Developer
            last edited by doubleT Jan 22, 2018, 7:31 PM Jan 19, 2018, 11:46 PM

            I did some digging but wasn’t able to find a usable alternative.


            Company Website (& API)
            I don’t know if the website is down or geo-blocked for me, I can’t reach www.speedway.com
            If I could, I’d check if they have pages for each station with live prices available and if they have an API.


            Google Knowledge Graph
            I searched that station on Google and found the result page had a right hand sidebar (Google Knowledge Graph) with live prices. So I thought I could get it via the Knowledge Graph API (if you have a Google Dev API key (and activated KG), you can try it with this link) but the itemList is empty, or maybe I did something wrong. Wrong queries?


            Google Maps – or Places?
            Then I found out that when you search that station on Google Maps, it’ll also show the live prices in the sidebar on the left. But the latest info I found (some months old) say that there’s no way to access these as they’re not in the Google Maps API (or was it Places?).


            Getting the live price from the actual gas station itself, or at least from Google, would be the best solution, as the GasBuddy price is not really live, it’s only updated when a user shares the newest price.

            1 Reply Last reply Reply Quote 1
            • D Offline
              doubleT Module Developer
              last edited by doubleT Jan 22, 2018, 7:33 PM Jan 21, 2018, 9:48 PM

              @dherl0623

              Here are some mockups how such a module might look:

              • All/selected prices from one station:
                alt text
                (Note: The boxes have classes that identify the fuel and can be highlighted, if wanted.)

              • Prices from several stations:
                alt text

              The reason behind this differentiation: Instead of four calls, like in the second mode, there’s only one call in the first mode. Why is this important? Load time, traffic, …

              At the bottom of each box we see the last time the price was updated. I’m not quite satisfied with the mockup, yet.

              One thing I’m trying to work out in the design at the moment is adding some sort of “advice” that lets you know if the price is good. What I had in mind was an arrow element that would show if the current price is higher or lower (or same) than the last one.
              And similar to that how about adding the highest and the lowest price of the last 7 days so you can make a decission based on that? That’d mean a redesign of the whole thing.

              Is there anything you’d like to see in a module like that, that I didn’t mention? Would you like the address/place of the station somewhere? Let me know what you think.

              D 1 Reply Last reply Jan 22, 2018, 6:38 PM Reply Quote 3
              • M Offline
                Mykle1 Project Sponsor Module Developer
                last edited by Mykle1 Jan 21, 2018, 10:11 PM Jan 21, 2018, 10:03 PM

                @doubleT said in GasBuddy:

                Let me know what you think.

                I think . . . that is one good looking module. Now you’re MY GasBuddy. :-) Well done!

                Edit: Is there a link to the repo? :-)

                Create a working config
                How to add modules

                1 Reply Last reply Reply Quote 0
                • D Offline
                  dherl0623 @doubleT
                  last edited by Jan 22, 2018, 6:38 PM

                  @doubleT I think this looks great! I really like how simple and sleek it looks. Really all I was looking for was a simple gas price display. The price history functionality sounds interesting, and I’m not sure what more could be added beyond that.

                  1 Reply Last reply Reply Quote 0
                  • G Offline
                    Genie
                    last edited by Apr 11, 2018, 10:59 AM

                    Hi

                    i know this topic is old but im curious if someone had manages to succesfully to add module to Magic Mirror to see gas prices like from Gasbuddy.com or from Speedway.com

                    /
                    Genie

                    M 1 Reply Last reply Apr 16, 2018, 1:52 AM Reply Quote 0
                    • M Offline
                      Mykle1 Project Sponsor Module Developer @Genie
                      last edited by Mykle1 Apr 16, 2018, 7:13 PM Apr 16, 2018, 1:52 AM

                      @Genie

                      I wrote a request to Speedway to see if they have an API that I could make use of. I didn’t write to Gasbuddy as their site didn’t make it easy to contact them.

                      In the meantime, I’ll look about for a free API that has accurate results

                      Create a working config
                      How to add modules

                      1 Reply Last reply Reply Quote 1
                      • 1
                      • 2
                      • 1 / 2
                      • 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