Skip to content

Sunrise/Sunset Action Tile (for SmartThings ActionTiles)

Notifications You must be signed in to change notification settings

625alex/SunsetActionTile

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sunrise/Sunset ActionTiles panel

For SmartThings ActionTiles. Example:

sunrise tile sunset tile

Installation & Usage

Use this Media Still Image URL:

https://sunsettile.app/sunset?lat=YY.YYYY&long=-XX.XXX&bgcolor=3b3749&fgcolor=ffffff&size=3x2

Use the base URL https://sunsettile.app/sunset for sunset and https://sunsettile.app/sunrise for sunrise

Required parameters:

  • lat (latitude)
  • long (longitude)
  • bgcolor (background color - hex color without #)
  • fgcolor (foreground color - hex color without #)
  • size (1x1 to 3x3)

Optional parameter:

  • timeformat=24 (For 24 hour time)
  • fontsize=x.x (changes the font size & spacing. Specified as a multiplier... i.e. for 20% bigger, use &fontsize=1.2)

ActionTiles discussion forum:

https://support.actiontiles.com/communities/12/topics/6206-i-created-a-sunrisesunset-tile

License

The MIT License (MIT)

Copyright (c) 2019 Kristopher Linquist

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Sunrise/Sunset Action Tile (for SmartThings ActionTiles)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%