Can you help with Extension Gauge App Inventor?

For what it is worth, I tested the aia in companion and no errors but no gauge displayed.

I tried it in Memu simulator on PC and it didn't give an error, but when I installed it on my Note-5 phone, it gave an error.

See here for alternatives

https://groups.google.com/g/mitappinventortest/c/k20NEzXSBy8/m/XzQis0IBBwAJ

Thank you,
It says you do not have permission to write to this group.

https://groups.google.com/g/mitappinventortest/c/k20NEzXSBy8/m/XzQis0IBBwAJ

That is correct, the google group is now read only

See here https://andrescotes.github.io/
taken from the extensions directory App Inventor Extensions | Pura Vida Apps

Taifun

Thank you, @Taifun
Do you have Mr. Anders Daniel's contact e-mail address?

He has not been active here / elsewhere for several years but you could try a private message - @Andres_Cotes

You don't need an extension, there is a lovely Gauge project available in the gallery:

https://gallery.appinventor.mit.edu/search/time

Look for GaugeGenerator2

Snap4

or try this, same js, no extension

Gauge.aia (16.1 KB)

Thanks for everything.

Hi TIMAI2
I'm new to app inventor. I love this gauge but would like to get rig of the colors and use a progress color.
Do you perhaps know how this is done?

A progress colour ? Do you mean a progress bar / circular progress ? There are several methods and extensions for this to be found on the community (search for progress bar)

Are you using the Gauge.aia provided above?

Yes.l am using the Gauge.aia. I want to get rid of the colors (yellow, red, etc) and then as the gauge value changes, use a color to display from 0 to current (set) value.

It has been three years since I looked at it. Will need to refresh my memory.

[EDIT] - had a look, this is the wrong type of output for what you want.

Search for progress bar as previously suggested, or you can create a simple progress gauge using the canvas and draw arc.

Here is one more complicated example:

uses a GoogleChart Gauge html and a javascript loader stored in Media and a WebViewer

and

is similar.

The first link shows how you can work with the html colors and might be what you would like to do. You would have to modify the html script to make it what you want it to do.

Otherwise you might follow Tim's suggestions.

Did you get your gauge to work as you desire? :slight_smile: . When you do you might post the code that works for you so others might learn.

Thank you. But I need a radial gauge for a water level indicator.
I will try to explain what I am struggling with:
Delete colors
here I want to get rid of the green,pink,yellow and brown.

Progress
I want to add the progress (Pink)

Hope this helps.

Thank you SteveJG.
I like this guage from the aia in the link. I would just like to modify some of the features and have done so. I just dont know where to modify the colors I want to remove and where to add the progress as shown above.

Herewith a simple example

archGauge.aia (2.2 KB)

image

Thank you TIMAI2