I’m working around for v4

bugsounet
@bugsounet
Best posts made by bugsounet
-
2023 Planning !
Hi, since now 3 days. i have some new plan !
last year, you have discover
MMM-GoogleAssistant
v4,Gateway
and EXTsIn 2023:
Better way, i think, Is working with Google
I have planed to code (with google ?):- an real MM³ device with control with any google assistant [under Coding: EXT-SmartHome]
- real cast device [with google helping]: youtube, netflix, windows desktop, , amazon …
- all others google service what i can add
Close or send some modules that I have don’t many time to maintened !
- MMM-Weather
- MMM-Pronote
- MMM-XBox
- MMM-AirParif
- MMM-FranceInfo
- MMM-Ecowatt
- MMM-Freebox
- MMM-FreeBox4G
- MMM-Netatmo-Thermostat
- MMM-NewsFeed
- MMM-PrixCarburants
- MMM-Saint
- MMM-Shom
- MMM-SpeedTest
- MMM-Tools
MMM-TelegramBot will be embed as an EXT
Yes… You have read !
@bugousnet will code exclusively with Google in 2023 for MM² -
Gateway v2 is scheduled to be released on 2022-06-01
Hi guys,
I have some good news for you
I’m really like you… I lazy for update … I’m lazy for configure too
For auto updating modules and plugins, yeah I have coded
EXT-UpdateNotification
!
But I have not coded something for configure kindly your EXT pluginsIt will be solved soon will
Gateway
v2 !Gateway will be able to install and configure your EXT plugins !
Kindly ? how ?
You don’t have to connect to your pi !
Gateway v2 will have an web app for doing job !
This web app will be reachable from all device from your local network
So Gateway will be available from an http link
Naturally, it will be protect with an username and passwordThis app will detect:
- actual MM config
- actual EXT plugins installed (in MM)
- actual EXT plugins configured (in config)
I have planned this:
- [Done] create an entire module config (module, position, disabled, configDeepMerge, config)
- [Done] make a real interface to configure it !
- [Done] make description of all features !
- [Done] install EXT plugin need with an (fake) terminal callback
- [Done] save new config to MagicMirror (with old config saving)
- [Done] modify config of an EXT
- [Done] restart your mirror
- [95% Done] add multi-language
Add callback for EXT-Alert (login/ bad login)will not be coded- [Done] add nologin feature
- [Done] manage config of Gateway with setting
- [Done] move all callbacks (error/success) to top navbar
- make an safe app to load last best conf?
- [Done] finish to Code all EXT schema/template
- code some post install needed for EXT
- [Done] check if webwiew code is enabled in MM Config
You want to follow my job ?
Try the
Gateway v2 branch
for beta testing (during coding !)cd ~/MagicMirror/modules/Gateway git checkout -f v2 npm run update
follow the link offer in console, something like this:
[23.04.2022 12:09.52.198] [LOG] [GATEWAY] Start listening on http://192.168.0.167:8081
default login and password:
admin
You want to quit this version and go to master branch:
cd ~/MagicMirror/modules/Gateway git checkout -f master npm run update
Notes:
- Tell me what do you think about this
- Any help is welcome !
- There is an nighlty build (everyday ?)
config: (since rev 22/05/07)
{ module: "Gateway", config : { debug: false, // debug mode ? port: 8081, // connecting port for HTML username: "admin", // your username for connecting password: "admin", // your prefered password usePM2: false, // if you use pm2 app for start MagicMirror set it to `true` ! PM2Id: 0 // ID of the pm2 app [ `pm2 status` can help to define it ] } },
It can be changed directly in the app !
Update:
use
npm run update
inGateway
directory
Naturally if you useEXT-UpdateNotification
: You have nothing to do, It’s automatic ! -
RE: [Coded for GA v4] Google assistant need permission.
Confirmed:
It will be fixed on v4
-
Just test:
show photos
,add calendar event
,add to shopping list
-
Not working: no spotify link on natural search,
-
Not really wotking: sometime natural seach have some youtube links
-
Works: home automation
Can’t do better actually
-
-
RE: Gateway v2 is scheduled to be released on 2022-06-01
2022/05/13:
- Done: schema validation and translate of all plugins
- Fix: EXT-Detector model rules (initial / modify config)
2022/05/12:
- Add: 2 new button in EXT config modification:
- Reload default config
- Merge default config with actual config
- Add: translate/ add/ update schema validation of
- EXT-GooglePhotos
- EXT-Governor
- EXT-Internet
- EXT-Librespot
- EXT-MusicPlayer
- EXT-Photos
- EXT-Pir
- EXT-RadioPlayer
- EXT-Screen
- EXT-ScreenManager
- EXT-Spotify
- EXT-UpdateNotification (needed review)
-
RE: [Coded for GA v4] Google assistant need permission.
@bmachina : naturally yes
GA v4 will be coded for all RPI
-
Auto-Installer for new install of MagicMirror
MagicMirror installer with MMM-GoogleAssistant Suite (optional)
Pre-require:
- Raspberry pi 3 and more
Raspberry Pi OS with desktop
fromraspberrypi.com
website there- Fresh install with update done
What’s this script will do ?
- Scan All needed dependencies for MagicMirror using (node / npm for exemple)
- Fetch and install Last MagicMirror version
- Install pm2 app and link MagicMirror on it (optional)
- disable screen saver (optional)
- install MagicMirror splashscreen (optional)
- install default
config.js
file - install default GoogleAssistant suite (optional)
- install default
config.js
file with GoogleAssistant Suite - update properly MagicMirror
- update properly GoogleAssistant Suite
Installing:
curl
andgit
tools
sudo apt-get install curl git -y
- Cloning and installing this repository
cd ~ git clone https://github.com/bugsounet/installer cd installer ./install
It will install MagicMirror² app properly with all dependencies needed !
- Pre-Installing the MMM-GoogleAssistant suite
After install MagicMirror², installer will ask to you:
Do you want to preinstall MMM-GoogleAssistant? [Y/n] Your choice:
by responding
Y
, it will install:- MMM-GoogleAssistant
- Gateway
- EXT-Detector
- EXT-Alert
- New default
config.js
file
Updating Magicmirror and @bugsounet electron based modules
When an update of MagicMirror is available, you can use this tool:
cd ~/installer npm run update
Installer will do an proper update of MagicMirror and will scan if some @bugsounet modules need to be reinstalled in accord with new electron version
Thanks
@sdetweil: MagicMirror installer/updater tools
-
RE: Is webserver access mandatory to generate the token?
Note: I will try to create Tokens directly with Gateway app without the “googleassistant” website soon
-
EXT-Pages coding
Hi,
I think, you know
MMM-pages
andMMM-page-indicator
I purpose to edward-shen to maintened his module because it’s actually abandonned.
Purpose conditions are not really good for me and not in accord tobugsounet coding
.I decide to import this projects and refresh/recoding with new cool feature
In some days, you will discover this new version
Wait and see!
-
RE: EXT-SmartHome is under coding!
it will be launched:
- when it finish to code it (really not finish)
- when i write wiki
- when all test are ok
- …
I think in 2023
Latest posts made by bugsounet
-
RE: Erreur lors du chargement de l'url ! Comment mettre l url dans payload?
Malgrès que je bosse avec l’équipe de google (mais pas pour eux hein ! je ne bosse pas chez google mdr), je ne peux pas passer autre les regles de l’assistant SDK
Pour le moment, c’est desactivé de leur coté
Il faudrair que je code un “truc” pour faire cette fonction … -
RE: Erreur lors du chargement de l'url ! Comment mettre l url dans payload?
Et tu pourra avoir:
Dispo ce week-end, je pense
-
RE: Erreur lors du chargement de l'url ! Comment mettre l url dans payload?
oui, a condition que:
- Jarvis soit enregistré sur GoogleHome
- Que la recherche personalisée soit activée
-
RE: Erreur lors du chargement de l'url ! Comment mettre l url dans payload?
apres tu peux envoyer automatiquement les selfies prisent sur google photos si tu le desire avec EXT-SelfiesSender
(mais il fautEXT-GooglePhotos
pour les envoyer) -
RE: Erreur lors du chargement de l'url ! Comment mettre l url dans payload?
ben tu as
EXT-SelfiesViewer
Ici
il va afficher les photos prises des selfies -
RE: Erreur lors du chargement de l'url ! Comment mettre l url dans payload?
bon …
c’est en local :
OUI
comment le repertoire est alimenté ? (manuellement, par un module, par un plugin)
comment veux tu les afficher ? (plein ecran … fenetre) -
RE: Erreur lors du chargement de l'url ! Comment mettre l url dans payload?
va au bout stp… (ou il va faloir quer je pose toute les questions ?)
-
RE: Erreur lors du chargement de l'url ! Comment mettre l url dans payload?
Si je ne sais pas ce que tu cherche a faire… je ne peux pas te guider