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

Posts

Recent Best Controversial
  • RE: Mi Temperature2 with xiaomi hygromether

    @rubinho101 said in Mi Temperature2 with xiaomi hygromether:

    @rubenix said in Mi Temperature2 with xiaomi hygromether:

    Thanks @rubinho101 I’ve the LYWSD03MMC version not the LYWSDCGQ so I don’t know if this actually will work…
    Instructions are detailed but seems quite confusing for a newbie like me…:confused_face:

    To my understanding there are some fundamental differences between the LYWSDCGQ and LYWSD03MMC. Whereas the former sends the data in the Advertisement Channels (so basically anyone can read the values), your sensor requires (a more privacy friendly) actual connection. I assume while this connection is established no other BLE devices can be parsed. https://github.com/JsBergbau/MiTemperature2 should work for your sensor. Maybe I find some time to integrate this library as well and a concept for BLE balancing depending on the type and number of sensors.

    yeah thats it, thats the link I posted on the 1st post actually, and it works with that indeed (read first post)

    posted in Requests
    R
    rubenix
    Dec 11, 2020, 10:00 AM
  • RE: Mi Temperature2 with xiaomi hygromether

    Thanks @rubinho101 I’ve the LYWSD03MMC version not the LYWSDCGQ so I don’t know if this actually will work…
    Instructions are detailed but seems quite confusing for a newbie like me…:confused_face:

    posted in Requests
    R
    rubenix
    Dec 11, 2020, 9:21 AM
  • RE: MMM-CARDS

    @Mykle1 :face_with_tears_of_joy: :face_with_tears_of_joy: :face_with_tears_of_joy: :face_with_tears_of_joy:

    posted in Fun & Games
    R
    rubenix
    Oct 3, 2020, 4:34 PM
  • RE: MMM-CARDS

    @Mykle1 Im also using it on a test MM environment inside a docker container!! hahah
    would be nice to implement a blackjack game with notifications & playing with voice :dizzy_face:

    posted in Fun & Games
    R
    rubenix
    Oct 3, 2020, 8:42 AM
  • RE: MMM-RAIN-MAP (new: version 2.x)

    @sdetweil i agree with that and sure it helps; but a pi 4 4Gb goes so smoth!!
    pi3 1gb its ok for a simple magic mirror; for a complex one with transitions / animations it needs more gauge!

    posted in Utilities
    R
    rubenix
    Jul 21, 2020, 5:33 PM
  • RE: MMM-RAIN-MAP (new: version 2.x)

    @Jalibu & @requiemmg was tempted to go for the 8GB one, but I can confirm 4Gb is more than enought; go for it and use the pi3 for another project :love-you_gesture_light_skin_tone:

    posted in Utilities
    R
    rubenix
    Jul 21, 2020, 4:33 PM
  • RE: MMM-RAIN-MAP (new: version 2.x)

    @requiemmg since I updated the pi to a Pi 4 4GB have no issues at all…came from a pi3 1GB too

    posted in Utilities
    R
    rubenix
    Jul 21, 2020, 11:19 AM
  • RE: grafana module for bar graphs display.

    @Piranha1605 Thanks tried that already, it trows:
    ‘The play method is not allowed by the user agent or the platform in the current context, possibly because the user denied permission.’

    posted in Requests
    R
    rubenix
    Jun 22, 2020, 6:09 AM
  • RE: grafana module for bar graphs display.

    @doubleT Im on the same boat;
    i can display the grafana playlist on every single device on same subnet (TV, mobile, PC, laptop) except the mirror (hosted on a pi). so i guess there’s something with electron cause it works on other devices as i said…
    here part of grafana.ini config file involving security.

    [security] 
    allow_embedding=true 
    cookie_samesite=none
    

    here dev console logs

    Load denied by X-Frame-Options: http://192.168.x.x:3000/playlists/play/1?kiosk does not permit framing.
    

    tried to show the playlist with MMM-iFrame, MMM-SmartWebdisplay & MMM-Widget with same results.
    btw: grafana hosted on another pi inside a docker container…just leave it here with hope some of the expets here can throw some suggestion.

    posted in Requests
    R
    rubenix
    Jun 21, 2020, 5:01 PM
  • RE: MMM-Pages - Turn scripts on/off when enter page

    Take a look at MMM-NotificationTrigger module; Im using it for a lot of things; you can trigger any shell command when something happens (ie. When entering to page x)

    here just an example:

            {
                module: 'MMM-NotificationTrigger',
                config: {
                    useWebhook: false,
                    triggers: [
                        {
                            trigger: "NEW_PAGE",
                            triggerPayloadFilter: (payload) => {
                                if (payload == '0') return true		//when entering page 1
                                return false
                            },
                            fires: [
                                { exec: "aplay /home/pi/somefile.wav" },
                                { fire: "MY_COMMAND", exec: "curl 'http://RaspHostname:8080/api//modules/MMM-Whatever/show'" },
                                { fire: "MY_COMMAND", exec: "curl 'http://RaspHostname::8080/api//modules/MMM-Whatever/hide'" },
                                { fire: "WHATEVER_NOTIFICATION },
                               { fire: "MY_COMMAND", exec: "/home/pi/somescript.sh" },
                            ],
                        },
    ...
    ...
    

    I consider this a MUST in any Magic Mirror setup…
    Can do anything you want with it :winking_face:

    posted in Development
    R
    rubenix
    Jun 12, 2020, 2:49 PM
  • 1
  • 2
  • 3
  • 4
  • 1 / 4
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy