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

    Posts

    Recent Best Controversial
    • RE: MMM-NINA

      @Jalibu Danke für die Updates. Funktioniert bei mir auch.

      posted in Utilities
      B
      bill22
    • RE: MMM-NINA

      @Jalibu
      Danke für das Update.
      Ich kann bestätigen das das Filtern (exclude) funktioniert. Meldung erscheint dann nicht mehr.
      Thanks for the update. I can confirm that the filter (exclude) is working for me.

      Das Downgrade der Warnstufe scheint aber immer zu erfolgen. Auswahl funktioniert nicht.
      Downgrade of Warning is applied always. Selection true false does not work.

      downgradeLhpServerity müsste aber ohne das r sein = downgradeLhpSeverity. Vielleicht deshalb.
      Maybe because of typo “r” in Severity.

      @requiemmg
      Exclude:
      Nach ändern in Großschreibung “LHP” und Neustart ging es bei mir.
      After changing to capital “LHP” and restart, it worked for me.

      posted in Utilities
      B
      bill22
    • RE: MMM-NINA

      @Jalibu

      Den Versender zu filtern wäre schon mal eine Möglichkeit.

      Alternativ:
      Hochwasserinformation als (Vor)-Info sehen, bei Gefahr folgt wohl eh eine separate Gefahren-Meldung.
      Zumindest scheint es beim aktuellen ags 065350015015 Beispiel so.

      Falls dem so ist, könnte man als wählbare Option alle (“Severe”) Meldungen, sofern sie vom LHP kommen, vor Ausgabe in “Minor” konvertieren um normal anzuzeigen.

      "headline": "Hochwasserinformation Rheinland-Pfalz",
                      "provider": "LHP",
                      "severity": "Severe", //>>wird automatisch in "Minor" gewandelt
      

      –

      Noch ein anderer Punkt. Siehst Du eine Möglichkeit den Corona Warn Status mit entsprechender aktueller Übersicht und Zusammenfassung anzuzeigen?

      f76f8r64ee867urg6535473684798576.png

      Link zum Beispiel auf BBK Seite

      Geht ja auch per iFrame, schicker wäre es natürlich direkt im Modul…

      posted in Utilities
      B
      bill22
    • RE: MMM-NINA

      @jalibu alles klar, dann bin ich nicht alleine :-) Danke.

      Vielleicht kann man das über das Filtern der verschiedenen BBK Warnstufen abfangen.

      (Auf der Seite findet sich auch ein Bezug auf die entsprechenden DWD Stufen)

      Hochwasserinformationen sollten demnach separat sein.

      posted in Utilities
      B
      bill22
    • RE: MMM-NINA

      Hi @jalibu,

      Thank you for this very useful module!

      I am using v1.3.0 and found that “Warnstufe: Hochwasserinformation” (normally yellow in NINA App) will also be displayed in red, same as severe level “Gefahr”.

      a4g2hg4qfhw8h085587756g745324237.png
      Not sure if this can be filtered differently, I tried to play around with the CSS file but had no luck.

      You may check this actually with referring to:
      ags: “065350015015” with both active notifications

      • “Gefahr” (red)(Jan 4)
      • “Hochwasserinformation” (yellow)
      posted in Utilities
      B
      bill22
    • RE: Control MMM-Podcast2 with MMM-KeyBindings / MMM-Remote-Control

      Hi guys,
      would like to check again if anybody can help on my described topic to trigger the MMM-Podcast2 with the Fire TV Remote?

      Best regards
      Bill

      posted in Troubleshooting
      B
      bill22
    • Control MMM-Podcast2 with MMM-KeyBindings / MMM-Remote-Control

      Hey there,
      wonder if anybody can help me on the following topic:

      I am running MM 2.10 on a Raspberry Pi 3B+ with various modules updated to the last versions.
      So far all good but struggling with the connection between those three modules:

      • MMM-Podcast2
      • MMM-Remote-Control
      • MMM-KeyBindings

      My objective is to start the Podcast with the Amazon Fire TV Remote.

      At the moment i can start/stop the MMM-Podcast2 by sending a command from a browser:

      (Same works with the other controls options for MMM-Remote-Control (Reboot, Shutdown, Toggle Full Screen,…) either with the command line ior the menu displayed by MMM-Remote-Control in a browser )

      Start Podcast:

      192.168.xxx.xxx:xxxx/remote?action=NOTIFICATION&notification=BUTTON_PRESSED
      

      So far i have connected the Fire TV Remote to the Raspberry and it shows “connected” within the Bluetooth Menu on the Desktop.

      Checking in Terminal with:

      ls /dev/input/
      

      shows:
      event0 mice

      cat /proc/bus/input/devices | grep "Name"
      

      says:
      “Amazon Fire TV Remote Keyboard"

      Therefore i haven’t changed anything in the 99-btremote.rules file of the MMM.KeyBindings module:

      SUBSYSTEM=="input", ATTRS{name}=="Amazon Fire TV Remote", ENV{DEVNAME}=="*event*", SYMLINK+="input/btremote"
      

      i can see also the activity from the Fire TV remote while testing in terminal with

      evtest
      

      I have tried several configs but i was unable to locate the correct settings in the config to execute the Podcast trigger.

      As far as i understood, the standard KeyBinding entry should just like this in the MM config to use the Fire TV Remote:

      {
         module: 'MMM-KeyBindings',
          		config: {
              
         
                                }
       },
      

      In addition there should be an additional KeyBinding entry inside the config part of the MMM-RemoteControl, right?
      (As the notification server function has been discontinued inside the KeyBinding part and it is recommended to do that via MMM-Remote-Control…)

      I have checked the forum discussions and found plenty on information how to link an external keyboard as well as switching screen on/off but no direct discussion about the Fire TV remote to trigger something like the podcast via MMM-Remote-Control module.

      Maybe i missed something here but appreciated if someone can point out the right approach/what to add in the config to make it work.

      Bill

      posted in Troubleshooting
      B
      bill22
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      @evroom

      Hi and sorry for the late response.

      Sounds pretty good and promising!

      How do you “rotate” your SAT channels? Does it change based on time (after x seconds)?
      For me it could be good enough to have a few channels to change, of course better to select from a small list.

      posted in Utilities
      B
      bill22
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      @evroom
      me neither

      posted in Utilities
      B
      bill22
    • RE: [MMM-RTSPStream] - Video Streaming from Live Feeds & Security Cameras

      @evroom

      if we could find one, it could be probably used to start/stop the stream. On the other hand it could be an option to define several “stand alone streams” and call those individually. Position of the streams could be even offset to each other…Just a thought…

      posted in Utilities
      B
      bill22
    • 1 / 1