• 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
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-Snow - Yet another Snow Module

Scheduled Pinned Locked Moved Fun & Games
39 Posts 18 Posters 32.1k Views 17 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    broberg Project Sponsor
    last edited by Dec 21, 2016, 11:46 AM

    Sweet!

    There should be a seasonal module like this, or maybe an extension for the weather apps (snow when the weather says snow and rain, hail, sunny, cloudy etc etc).

    M 1 Reply Last reply Jan 10, 2017, 10:37 PM Reply Quote 6
    • M Offline
      McSorley @broberg
      last edited by Jan 10, 2017, 10:37 PM

      @broberg said in Yet another Snow Module:

      Sweet!

      There should be a seasonal module like this, or maybe an extension for the weather apps (snow when the weather says snow and rain, hail, sunny, cloudy etc etc).

      Would this be possible? Think it would be pretty sweet to have the screen snowing when its snowing outside.

      B J 2 Replies Last reply Jan 11, 2017, 4:12 AM Reply Quote 0
      • B Offline
        broberg Project Sponsor @McSorley
        last edited by Jan 11, 2017, 4:12 AM

        @McSorley should be a matter of having the weather module sending a notifaction to the snow module

        1 Reply Last reply Reply Quote 0
        • A Offline
          Andrius ok
          last edited by yawns Dec 11, 2017, 3:49 PM Dec 11, 2017, 3:34 PM

          Hello, does it work with Raspberry Pi Zero W and Midori browser? I cannot get working.
          Everythin what’s in config file is working but not MMM-Snow

          Here is my config.js

          ...
                          {
                                  module: "MMM-Snow",
                                  position: 'fullscreen',
                                  config: {
                                  // See 'Configuration options' for more information.
                                  }
                          },
          ...
          
          Y 1 Reply Last reply Dec 11, 2017, 3:50 PM Reply Quote 0
          • Y Offline
            yawns Moderator @Andrius ok
            last edited by Dec 11, 2017, 3:50 PM

            @Andrius-ok
            position should be fullscreen_above or fullscreen_below

            A 1 Reply Last reply Dec 12, 2017, 1:20 PM Reply Quote 1
            • J Offline
              jasondreher @McSorley
              last edited by Dec 11, 2017, 7:10 PM

              @McSorley
              I have done this, worked quite well this weekend. Used HomeAssistant to know when it was snowing and if the description changes to “Snow” then have MM unhide the MMM-Snow module. I used RemoteControl to unhide and hide…

              A 1 Reply Last reply Dec 12, 2017, 5:22 PM Reply Quote 1
              • B Offline
                bhepler Module Developer
                last edited by Dec 12, 2017, 12:35 PM

                Heh. Love the recent update, @michmich. Thanks for the entertainment.

                1 Reply Last reply Reply Quote 0
                • A Offline
                  Andrius ok @yawns
                  last edited by Dec 12, 2017, 1:20 PM

                  @yawns I have tried position: ‘fullscreen_above’, and position: ‘fullscreen_below’, but no luck :(
                  maybe there is any restriction that on Raspberry Pi Zero W is not working? Or there is an issue with Midori browser? Is it needed any plugins to show this snow?

                  Thank You

                  1 Reply Last reply Reply Quote 0
                  • A Offline
                    Andrius ok @jasondreher
                    last edited by Dec 12, 2017, 5:22 PM

                    Hello @jasondreher, could you share yours config.js configuration? It would be a very kind. Thanks You

                    J 1 Reply Last reply Dec 12, 2017, 7:03 PM Reply Quote 0
                    • J Offline
                      jasondreher @Andrius ok
                      last edited by jasondreher Nov 25, 2019, 9:28 PM Dec 12, 2017, 7:03 PM

                      @Andrius-ok
                      You need both MMM-Snow and MMM-Remote-Control, and its not just my config you need. here are the basic steps I took…

                      1. Using home assistant (for me on another pi) https://home-assistant.io/
                      2. Set up a Sensor in configuration.yaml for HomeAssistant for weather underground
                      - platform: wunderground
                        api_key: xxxxxxxxxxxxx
                        monitored_conditions:
                          - alerts
                          - dewpoint_f
                          - temp_f
                          - weather
                      
                      1. Automation in Home Assistant will use sell commands in configuration.yaml to run
                      switch
                          mmsnow:
                            command_on: 'curl "http://192.XXX.X.XXX:8090/remote?action=SHOW&module=module_0_MMM-Snow"'
                            command_off: 'curl "http://192.XXX.X.XXX:8090/remote?action=HIDE&module=module_0_MMM-Snow"' 
                      
                      4. Automation in HA calls these when the state changes to "Snow"
                      
                      • alias: “ShowSnow”
                        initial_state: True
                        trigger:
                        platform: state
                        entity_id: sensor.pws_weather
                        to: ‘Snow’
                        action:

                        • service: shell_command.show_snow
                      • alias: “HideSnow”
                        initial_state: True
                        trigger:
                        platform: state
                        entity_id: sensor.pws_weather
                        from: ‘Snow’
                        action:

                        • service: shell_command.hide_snow
                      I use home assistant along with smartthings to automate my lights...
                      I plan to share my entire project soon.
                      A N 2 Replies Last reply Dec 12, 2017, 8:37 PM Reply Quote 2
                      • 1
                      • 2
                      • 3
                      • 4
                      • 1 / 4
                      • First post
                        Last post
                      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