• 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.9k 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.
  • 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
          • D Offline
            dherl0623
            last edited by May 16, 2018, 3:00 PM

            @doubleT Did send me his Repo for the GasBuddy module. He didn’t want it published as he did not get permission to pull from their API. I can not get it to work unfortunately. I sent a message to doubleT, but he hasn’t been active in a while. @Mykle1 Maybe I can send you the repo and take a look at it? I can’t seem to figure out what I’m doing wrong!

            1 Reply Last reply Reply Quote 1
            • D Offline
              dherl0623
              last edited by dherl0623 May 18, 2018, 10:48 AM May 16, 2018, 3:09 PM

              @Mykle1 Maybe you can help me decipher this error:

              /home/pi/.pm2/logs/mm-error-0.log last 10 lines:
              0|mm       | SyntaxError: Unexpected end of JSON input
              0|mm       |     at /home/pi/MagicMirror/modules/GasStation/node_helper.js:44:22
              0|mm       |     at ChildProcess.exithandler (child_process.js:225:5)
              0|mm       |     at emitTwo (events.js:106:13)
              0|mm       |     at ChildProcess.emit (events.js:191:7)
              0|mm       |     at maybeClose (internal/child_process.js:877:16)
              0|mm       |     at Socket. (internal/child_process.js:334:11)
              0|mm       |     at emitOne (events.js:96:13)
              0|mm       |     at Socket.emit (events.js:188:7)
              0|mm       |     at Pipe._handle.close [as _onclose] (net.js:493:12)
              
              [STREAMING] Now streaming realtime logs for [mm] process
              

              Should I be looking at line 44 char 22 for something ?

              M S 2 Replies Last reply May 17, 2018, 3:11 AM Reply Quote 1
              • M Offline
                Mykle1 Project Sponsor Module Developer @dherl0623
                last edited by May 17, 2018, 3:11 AM

                @dherl0623 said in GasBuddy:

                Unexpected end of JSON input

                The problem seems to be with line 44 of the node_helper, not necessarily character 22 itself. I think you should concentrate on the explanation of the error.

                Create a working config
                How to add modules

                1 Reply Last reply Reply Quote 1
                • S Offline
                  strawberry 3.141 Project Sponsor Module Developer @dherl0623
                  last edited by May 17, 2018, 5:22 AM

                  @dherl0623 you should log the response of gasbuddy, sounds like you are not getting a valid json response from the api

                  Please create a github issue if you need help, so I can keep track

                  1 Reply Last reply Reply Quote 1
                  • D Offline
                    dherl0623
                    last edited by May 17, 2018, 10:30 AM

                    @strawberry-3-141 Going to the site https://www.gasbuddy.com/assets-v2/api/stations/26220/fuels which is the response that GasBuddy gives outputs the following
                    {"station_id":26220,"fuels":[{"id":1,"fuelType":"Regular","stationId":26220,"prices":[{"isCash":false,"price":3.01,"reportedBy":"kayChanh","postedTime":"2018-05-17T08:21:56.359Z"}]},{"id":2,"fuelType":"Midgrade","stationId":26220,"prices":[{"isCash":false,"price":3.31,"reportedBy":"Fklem","postedTime":"2018-05-17T01:34:26.786Z"}]},{"id":3,"fuelType":"Premium","stationId":26220,"prices":[{"isCash":false,"price":3.61,"reportedBy":"Fklem","postedTime":"2018-05-17T01:34:26.797Z"}]},{"id":4,"fuelType":"Diesel","stationId":26220,"prices":[{"isCash":false,"price":3.35,"reportedBy":"crazykyser116","postedTime":"2018-05-17T07:35:33.984Z"}]}]}

                    Can I share the download link to the module? I haven’t gotten a response back from @doubleT and as far as I know no one has gotten permission from GasBuddy to use their API in this way.

                    1 Reply Last reply Reply Quote 1
                    • Y Offline
                      yawns Moderator
                      last edited by May 17, 2018, 12:01 PM

                      If you want to, send it to me. I can take a look today or tomorrow.

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