MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. bugsounet
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 3
    • Topics 13
    • Posts 249
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: node generate_token_v2 error

      @BKeyport : the structure of the token is not the same

      The "E" in "Javascript" stands for "Easy" is not always true ;/

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: node generate_token_v2 error

      Hi,
      I haven’t noticed any issues creating tokens.
      I don’t use the same method (mine is web app) and I use one credentials file (MMM-GoogleAssuistant credentials) for generate any token (Google Photo, Youtube, …)

      This is my Terminal return:

      bugsounet@PC-Bugsounet:~/MagicMirror/modules/EXT-GooglePhotos$ npm run token
      
      > EXT-GooglePhotos@1.4.4 token
      > installer/token.sh
      
      Welcome to EXT-GooglePhotos Token generator!
      
      Do you want to install/reinstall EXT-GooglePhotos token? [Y/n] 
      Your choice: y
      [GPHOTOS] Check credentials.json...
      [GPHOTOS] credentials.json found in /home/bugsounet/MagicMirror/modules/MMM-GoogleAssistant/credentials.json
      [GPHOTOS] config: {
        CREDENTIALS: '/home/bugsounet/MagicMirror/modules/MMM-GoogleAssistant/credentials.json',
        TOKEN: '/home/bugsounet/MagicMirror/modules/EXT-GooglePhotos/tokenGP.json'
      }
      (node:3839) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
      (Use `node --trace-deprecation ...` to show where the warning was created)
      [GPHOTOS:AUTH] Opening OAuth URL.
      
      https://accounts.google.com/o/oauth2/v2/auth?access_type=offline&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fphotoslibrary%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fphotoslibrary.sharing&prompt=consent&response_type=code&client_id=XXXX&redirect_uri=https%3A%2F%2Fgoogleassistant.bugsounet.fr
      
      Return here with your code.
      > Paste your code: 4/0ATx3LY7fxmvgcDJ2qZrx...........
      
      [GPHOTOS:AUTH] Token is refreshed.
      [GPHOTOS] TokenGP is generated.
      

      So I think author have to review his token generator

      @bugsounet

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: Modification to MMM-Pir module

      Hi,

      The MMM-Pir module is a module ported from several EXTs plugins of MMM-GoogleAssistant
      Some features are not intentionally recoded inside and unfortunately this is one of them

      I prefer to keep exclusives for MMM-GoogleAssistant, sorry

      Thank you however for your interest in MMM-Pir

      @bugsounet

      posted in Requests
      bugsounetB
      bugsounet
    • RE: Where have I seen this??

      Really, in photo it’s fine

      But… in reality:

      • Price wow… too expensive (screen only 13.3 inch)
      • Very outdated sources of MagicMirror! (use node v10 !? … we have to use node >= v18)
      • wiki outdated
      • Snowboy website is closed since Mar. 18th, 2020
      • Assistant will never works (pubnub website close assistant query)
      • This website can’t sell a product with Assistant SDK Project

      This Chinese product scares me!
      If the hardware is bad: it would be theft :/

      I have done, for my kitchen, the same (and functional) for ~200€ with 24 inch screen and pi5 !

      posted in General Discussion
      bugsounetB
      bugsounet
    • [FR] MMM-PrixCarburants

      MMM-PrixCarburants

      Ce module permet d’afficher le prix des carburants des stations services.

      Screenshot

      Informations

      Consultez MMM-PrixCarburants sur GitHub

      posted in Transport
      bugsounetB
      bugsounet
    • RE: Execute bash command/Turn off GPIO (LED) from mirror

      ah sorry, so exec your code it when all modules are started.

      with ALL_MODULES_STARTED incoming system notification, you can send a notification to node_helper for exec your bash script

      For execute it in node_helper, you can use exec command of child_process library

      See:

      • system notification: about all system notification
      • sendSocketNotification for send a notification to node_helper
      • socketNotificationReceived for read notification in node_helper
      posted in Requests
      bugsounetB
      bugsounet
    • RE: Execute bash command/Turn off GPIO (LED) from mirror

      tip: try to use gpiozero ;)

      posted in Requests
      bugsounetB
      bugsounet
    • RE: MMM-MyCalendar install problem

      @Freddy_boy said in MMM-MyCalendar install problem:

      [2024-05-03 16:05:14.891] [LOG] [MMM-Pir] [LIB] [SCREEN] See you soon !
      [2024-05-03 16:05:14.893] [LOG] [MMM-Pir] [LIB] [SCREEN] @bugsounet

      Really… I have to delete this…

      In all case, I’m happy that’s resolved.

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: Screen doesn't turn off

      @JeffBuilds said in Screen doesn't turn off:

      Pir Error Detected: EINVAL: invalid argument, write

      Hi, Generally this error happen with Raspbian 12 (bookworm)

      So you can use:

      • mode: 2 - use dpms (For raspbian 10/11 or raspbian 12 with x11 compositor)
      • mode: 9 - use xrandr use xrandr (For raspbian 11 or raspbian 12 with x11 compositor)
      • mode: 10 - use wlr-randr (For rapsbian 12 with wayland compositor)

      Note: By default bookworm use wayland compositor

      posted in Troubleshooting
      bugsounetB
      bugsounet
    • RE: [FR] MMM-Freebox

      Freebox Testé:

      • Ultra
      • Revolution
      • Delta
      • Pop

      Freebox Non Testé:

      • One
      posted in Utilities
      bugsounetB
      bugsounet
    • 1 / 1