diff --git a/pwnagotchi/plugins/default/memtemp.py b/pwnagotchi/plugins/default/memtemp.py
index 02a619d..a3b9f91 100644
--- a/pwnagotchi/plugins/default/memtemp.py
+++ b/pwnagotchi/plugins/default/memtemp.py
@@ -44,7 +44,7 @@ class MemTemp(plugins.Plugin):
         if ui.is_waveshare_v2():
             h_pos = (180, 80)
             v_pos = (180, 61)
-        if ui.is_waveshare_v1():
+        elif ui.is_waveshare_v1():
             h_pos = (180, 80)
             v_pos = (180, 61)
         elif ui.is_inky():