Solved How to make the GA google logo disappear
-
Hello,
with GA V3 I didn’t have the Google logo always in sight; after updating to V4 it is always visible. How do I make it disappear? -
@cacy82 in a config make icon statment false
-
I must insert:
iconStatement: false,
??
-
@cacy82 no in EXT-Detector module configuration find this line ```
useIcon: true,and change it from true to false
-
in the EXT-Detector module config that parameter I have already set to false (it was the first thing I did), but it keeps showing up
-
restart raspberry pi maybe it would help other wise idk
-
i tried to restart but nothing
-
hi, configuration sample is there
and wiki says there
So to not displayed the icon just set
useIcon: false,
in the configNote:
IftouchOnly
feature is set totrue
icon will be already displayed.
why ? because this feature enable the icon touch screen fonction only with no keyword listenerIf any problem, past your config there
-
Hi bug,
in my config i have set useIcon: false, but I did not also insert the parameter touchOnly;
in this evening I try to inserte this in the config and I will let you know.Thanks!
-
I use
useIcon: false,
feature in my prod mirrorand no icon shown
-
This is mine!
In the config I’ve set useIcon: false, but you can see the logo in bottom-right
-
hello, the problem comes that the line useIcon is not well placed.
it must be in the config:{
module: “EXT-Detector”,
position: “bottom_rigth”,
configDeepMerge: true,
config: {
useIcon: false,
debug: false,
detectors: [
{
detector: “Snowboy”,
Model: “jarvis”,
Sensitivity: null
}
]
}
}, -
Can you compare your config with sample wiki config? (with
)
And naturally find your error
(it’s a game for learning you!) -
Rhaa @bigjojo have send the solution!
-
bugsounet
-
bugsounet
-
bugsounet
-
@cacy82 can you confirm that works now?
-
OMG, that’s right !! I didn’t realize it was out of the config!
Now it’s disappeared.
Thanks everyone and sorry, I should wear glasses
-
no problem ! generaly, you make this mismake just one time
-
bugsounet