123
Senior Member
Here's how to add an animated snowfall effect to your HA user-interface.
Requirements
Requirements
- Your HA user-interface is HTML-based.
- Your HA server has Internet access.
- Find the web-page, or code, that generates your HA program's user-interface.
- Add the following line in between the <HEAD> and </HEAD> tags.
<script src="http://s2.wordpress.com/wp-content/plugins/snow/snowstorm.js?ver=3" type="text/javascript"></script> - Save and exit the text-editor.
- For Premise Home Control, open the following file in a text-editor (ensure it is not read-only):
C:\Program Files\Premise\SYS\web\Platforms\Desktop\default.htm - Scroll down to line 30 and, just before the </HEAD> tag, add the following line:
<script src="http://s2.wordpress.com/wp-content/plugins/snow/snowstorm.js?ver=3" type="text/javascript"></script> - Save and exit the text-editor.
- Restart Premise Server and then view the snowfall in Premise Browser (see the attached image).