Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 958 Bytes

README.md

File metadata and controls

53 lines (29 loc) · 958 Bytes

basic_clock

sample image for plugin basic_clock

 
PLUGIN: basic_clock v:0.1.1

 
FUNCTION: update_function
provides system time string in the format HH:MM
    
    Args:
        None
    

    Returns:
        tuple: (is_updated(bool), data(dict), priority(int))
    
___________________________________________________________________________
 
 

SAMPLE CONFIGURATION FOR paperpi.plugins.basic_clock.basic_clock

[Plugin: Basic Clock]
layout = layout
plugin = basic_clock
refresh_rate = 30
min_display_time = 50
max_priority = 2

 
LAYOUTS AVAILABLE:
  basic_clock
  layout
 

DATA KEYS AVAILABLE FOR USE IN LAYOUTS PROVIDED BY paperpi.plugins.basic_clock.basic_clock:
   digit_time

Provided Layouts

layout: basic_clock

sample image for plugin basic_clock

layout: layout

sample image for plugin layout