Describe the bug
Moon plugin throws moon_phase:_process_data:321 :WARNING - error setting date time: fromisoformat: argument must be str and displays error message.
[main] Section of Config
Copy and paste the [main] section of your config file
Daemon mode (start at boot) use: /etc/default/paperpi.ini
Single user mode (start manually) use: ~/.config/com.txoof.paperpi/paperpi.ini
# CONFIG_VERSION=1
[main]
# waveshare display type use HD for IT8951 displays
display_type = HD
# required vcom value for IT8951 screens
vcom = -1.93
# maximum refresh between total screen clear for HD displays
max_refresh = 6
# logging output level
log_level = WARNING
# display splash screen (True or False)
splash = True
# rotation of EPD display
# (cable bottom: 0; cable left: -90; cable right: 90; cable top: 180)
rotation = 0
# mirror screen outuput - useful if output to screen appears backwards
mirror = False
Plugin Issues
Copy and paste the [Plugin: Your Plugin] section of your config file
Daemon mode (start at boot) use: /etc/default/paperpi.ini
Single user mode (start manually) use: ~/.config/com.txoof.paperpi/paperpi.ini
[Plugin: Moon Phase]
# default layout
layout = moon_only
plugin = moon_phase
min_display_time = 50
max_priority = 2
# your email address for MET.no API access -- failure to specify may lead to a perma-ban
email = removed
# Timezone locale name in Region/City format (see --run_plugin_func moon_phase.list_country_locales)
# Use a known city in your timezone; this is critical for calculating the moonrise time
location_name = Europe/Amsterdam
# lat/lon of your physical location (optional) (see --run_plugin_func moon_phase.get_coord)
lat = 52.
lon = 4
Additional context
Problem appeared on 25 June around 04:00. Prior to that plugin was working as expected.
Describe the bug Moon plugin throws
moon_phase:_process_data:321 :WARNING - error setting date time: fromisoformat: argument must be str
and displays error message.To Reproduce Steps to reproduce the behavior:
Expected behavior should display moon
Hardware
OS Info Run
cat /etc/os-release
[main]
Section of Config Copy and paste the[main]
section of your config file/etc/default/paperpi.ini
~/.config/com.txoof.paperpi/paperpi.ini
Plugin Issues Copy and paste the
[Plugin: Your Plugin]
section of your config file/etc/default/paperpi.ini
~/.config/com.txoof.paperpi/paperpi.ini
Additional context Problem appeared on 25 June around 04:00. Prior to that plugin was working as expected.