MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Looking for Austrian Testers

    Development
    4
    16
    4704
    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.
    • strawberry 3.141
      strawberry 3.141 Project Sponsor Module Developer last edited by

      I created an addon for my module MMM-Fuel.

      Now it also supports Austria’s gas stations.

      To test do the following:

      git clone https://github.com/fewieden/MMM-Fuel.git
      cd MMM-Fuel
      git checkout develop
      npm install --productive
      

      Then add the module to the config file (for Austria there is no API key needed).

      {
          module: "MMM-Fuel",
          position: "top_right",
          config: {
              lat: 48.19659782973711,
              lng: 16.183596614516993,
              types: ["diesel"], // spritpreisrechner.at supports the types "diesel", "e5" and "gas"
              provider: "spritpreisrechner",
              ...
          }
      }
      

      @kurt @schlachtkreuzer6 @flo80 @spedja @cpramhofer @gerbin @Pegasus @schmo90 @miek

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

      K nogE schlachtkreuzer6 3 Replies Last reply Reply Quote 1
      • K
        kurt @strawberry 3.141 last edited by

        @strawberry-3.141
        Hi
        Installed yesterday this modul and it’s working fine, first showing the stations with the lowest prices and after a while the ones which are nearest to the koordinates you gave in under lat: and lng:
        Cool thing for us 🇦🇹 and Thanks a lot strawberry for your help again, as I am not a champ in installing modules 🙄
        Greetings from Vienna
        kurt

                              {
                               module: "MMM-Fuel",
                               position: "top_right",
                         config: {
                               lat: 48.218403,
                               lng: 16.331819,
                               types: ["diesel", "e5"], // spritpreisrechner.at supports the types "diesel", "e5" and "gas"
                               provider: "spritpreisrechner",
                               
                                 } 
        

        0_1491288343571_Spritpreise.jpeg

        1 Reply Last reply Reply Quote 2
        • nogE
          nogE last edited by

          Hi,

          Installed --> startet --> works perfectly, all filling stations around me are visible. Good work!!

          cu
          Egon

          1 Reply Last reply Reply Quote 1
          • nogE
            nogE last edited by

            Hi,

            “normal” Benzin e5 not working

            strawberry 3.141 1 Reply Last reply Reply Quote 1
            • strawberry 3.141
              strawberry 3.141 Project Sponsor Module Developer @nogE last edited by

              @nogE can you send me your config to investigate?

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

              nogE 1 Reply Last reply Reply Quote 0
              • nogE
                nogE last edited by

                Hi,

                please take a look.

                	{
                		"module": "MMM-Fuel",
                		"position": "bottom_right",
                		"config": {
                			"lat": 48.131927,
                			"lng": 13.463719,
                			"types": [
                				"diesel"
                			],
                			"provider": "spritpreisrechner"
                		},
                		"classes": "default for_all"
                	},
                

                thx

                strawberry 3.141 1 Reply Last reply Reply Quote 0
                • nogE
                  nogE @strawberry 3.141 last edited by

                  @strawberry-3.141
                  Hi,
                  wrong config file. sorry

                  {
                  		"module": "MMM-Fuel",
                  		"position": "bottom_right",
                  		"config": {
                  			"lat": 48.131927,
                  			"lng": 13.463719,
                  			"types": [
                  				"diesel",
                  				"e5"
                  			],
                  			"provider": "spritpreisrechner"
                  		},
                  		"classes": "default for_all"
                  	},
                  
                  1 Reply Last reply Reply Quote 1
                  • strawberry 3.141
                    strawberry 3.141 Project Sponsor Module Developer @nogE last edited by strawberry 3.141

                    @nogE if you want diesel and benzin you have to do

                    types: [
                      "diesel",
                      "e5"
                    ]
                    

                    EDIT ok i will check it

                    EDIT2 ok found an issue, trying to fix it now.

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

                    nogE 1 Reply Last reply Reply Quote 0
                    • nogE
                      nogE @strawberry 3.141 last edited by

                      @strawberry-3.141
                      maby it could help: my config.js file is created with MMM-Admin-Interface

                      strawberry 3.141 1 Reply Last reply Reply Quote 0
                      • strawberry 3.141
                        strawberry 3.141 Project Sponsor Module Developer @nogE last edited by

                        @nogE the problem was related to the code not the config

                        should be fixed now, get the changes with git pull inside the MMM-Fuel directory.

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

                        nogE 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 1 / 2
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy